summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170124' into stagingPeter Maydell2017-01-241-2/+2
|\
| * s390x/kvm: fix cmma reset for KVMChristian Borntraeger2017-01-241-1/+1
| * s390x/kvm: include hw_accel.h instead of kvm.hCornelia Huck2017-01-241-1/+1
* | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2017-01-2419-135/+108Star
|\ \
| * | kvm: Allow invtsc migration if tsc-khz is set explicitlyEduardo Habkost2017-01-241-9/+11
| * | kvm: Simplify invtsc checkEduardo Habkost2017-01-241-2/+2
| * | hw/core/null-machine: Add the possibility to instantiate a CPU and RAMThomas Huth2017-01-242-3/+26
| * | qemu-options: Rename variables on the -numa "cpus" optionEduardo Habkost2017-01-241-4/+4
| * | MAINTAINERS: Add an entry for hw/core/null-machine.cThomas Huth2017-01-241-0/+1
| * | machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov2017-01-248-23/+13Star
| * | pc: don't return cpu pointer from pc_new_cpu() as it's not needed anymoreIgor Mammedov2017-01-241-16/+8Star
| * | pc: cleanup: move smbios_set_cpuid() into pc_build_smbios()Igor Mammedov2017-01-241-8/+9
| * | arch_init: Remove unnecessary default_config_files tableEduardo Habkost2017-01-243-35/+14Star
| * | vl: Ensure the numa_post_machine_init func in the appropriate locationDou Liyang2017-01-241-2/+3
| * | i386: Return migration-safe field on query-cpu-definitionsEduardo Habkost2017-01-242-0/+5
| * | i386: Remove AMD feature flag aliases from Opteron modelsEduardo Habkost2017-01-241-34/+12Star
| * | x86: add AVX512_VPOPCNTDQ featuresHe Chen2017-01-242-1/+2
* | | Makefile: Add qemu-doc.txt to distclean and dependenciesPeter Maydell2017-01-241-2/+2
| |/ |/|
* | Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20170123' into stagingPeter Maydell2017-01-2436-77/+9842
|\ \ | |/ |/|
| * target-hppa: Implement floating-point insnsRichard Henderson2017-01-233-0/+1177
| * target-hppa: Implement system and memory-management insnsRichard Henderson2017-01-233-0/+219
| * target-hppa: Implement loads and storesRichard Henderson2017-01-233-0/+699
| * target-hppa: Implement shifts and depositsRichard Henderson2017-01-231-0/+309
| * target-hppa: Implement linux-user gateway pageRichard Henderson2017-01-231-4/+81
| * target-hppa: Implement branchesRichard Henderson2017-01-231-0/+477
| * target-hppa: Implement basic arithmeticRichard Henderson2017-01-233-0/+907
| * target-hppa: Add nullification frameworkRichard Henderson2017-01-231-4/+224
| * target-hppa: Add framework and enable compilationRichard Henderson2017-01-2312-3/+1116
| * target-hppa: Add softfloat specializationsRichard Henderson2017-01-231-1/+19
| * linux-user: Add HPPA startup and main loopRichard Henderson2017-01-232-0/+196
| * linux-user: Add HPPA signal handlingRichard Henderson2017-01-231-1/+190
| * linux-user: Add HPPA target_signal.h and target_cpu.hRichard Henderson2017-01-232-0/+64
| * linux-user: Add HPPA target_structs.hRichard Henderson2017-01-231-0/+54
| * linux-user: Add HPPA definitions to syscall_defs.hRichard Henderson2017-01-231-1/+130
| * linux-user: Add HPPA target_syscall.hRichard Henderson2017-01-231-0/+237
| * linux-user: Add HPPA termbits.hRichard Henderson2017-01-231-0/+219
| * linux-user: Add HPPA syscall numbersRichard Henderson2017-01-231-0/+353
| * linux-user: Add HPPA socket.h definitionsRichard Henderson2017-01-232-0/+99
| * linux-user: Add some hppa ioctlsHelge Deller2017-01-231-0/+15
| * linux-user: Handle ERFKILL and EHWPOISONRichard Henderson2017-01-235-0/+21
| * linux-user: Add SIOCGPGRP, SIOCGSTAMP, SIOCGSTAMPNSHelge Deller2017-01-233-0/+13
| * linux-user: Handle TIOCSTART and TIOCSTOPHelge Deller2017-01-232-0/+11
| * linux-user: Support stack-grows-up in elfload.cRichard Henderson2017-01-233-71/+180
| * Revert "Remove remainders of HPPA backend"Richard Henderson2017-01-235-2/+2842
* | Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-01-23-2' in...Peter Maydell2017-01-2322-169/+760
|\ \
| * | io: introduce a DNS resolver APIDaniel P. Berrange2017-01-235-2/+509
| * | io: remove Error parameter from QIOTask thread workerDaniel P. Berrange2017-01-234-52/+30Star
| * | io: change the QIOTask callback signatureDaniel P. Berrange2017-01-2315-112/+110Star
| * | io: add ability to associate an error with a taskDaniel P. Berrange2017-01-232-0/+55
| * | io: add ability to associate an opaque "result" with with a taskDaniel P. Berrange2017-01-232-0/+47