summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya18-81/+222
2017-01-24migration: Allow "device add" options to only add migratable devicesAshijeet Acharya2-0/+28
2017-01-24migration: Add a new option to enable only-migratableAshijeet Acharya3-0/+16
2017-01-24block/vvfat: Remove the undesirable commentAshijeet Acharya1-1/+0
2017-01-24migration: add error_reportJianjun Duan1-0/+6
2017-01-24tests/migration: Add test for QTAILQ migrationJianjun Duan1-0/+147
2017-01-24migration: migrate QTAILQJianjun Duan4-0/+153
2017-01-24migration: extend VMStateInfoJianjun Duan22-106/+263
2017-01-24MAINTAINERS: Add myself as a migration submaintainerDr. David Alan Gilbert1-0/+1
2017-01-24Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell19-135/+108
2017-01-24Makefile: Add qemu-doc.txt to distclean and dependenciesPeter Maydell1-2/+2
2017-01-24Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20170123' into stagingPeter Maydell36-77/+9842
2017-01-23kvm: Allow invtsc migration if tsc-khz is set explicitlyEduardo Habkost1-9/+11
2017-01-23kvm: Simplify invtsc checkEduardo Habkost1-2/+2
2017-01-23hw/core/null-machine: Add the possibility to instantiate a CPU and RAMThomas Huth2-3/+26
2017-01-23qemu-options: Rename variables on the -numa "cpus" optionEduardo Habkost1-4/+4
2017-01-23MAINTAINERS: Add an entry for hw/core/null-machine.cThomas Huth1-0/+1
2017-01-23machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov8-23/+13
2017-01-23pc: don't return cpu pointer from pc_new_cpu() as it's not needed anymoreIgor Mammedov1-16/+8
2017-01-23pc: cleanup: move smbios_set_cpuid() into pc_build_smbios()Igor Mammedov1-8/+9
2017-01-23arch_init: Remove unnecessary default_config_files tableEduardo Habkost3-35/+14
2017-01-23vl: Ensure the numa_post_machine_init func in the appropriate locationDou Liyang1-2/+3
2017-01-23i386: Return migration-safe field on query-cpu-definitionsEduardo Habkost2-0/+5
2017-01-23i386: Remove AMD feature flag aliases from Opteron modelsEduardo Habkost1-34/+12
2017-01-23x86: add AVX512_VPOPCNTDQ featuresHe Chen2-1/+2
2017-01-23target-hppa: Implement floating-point insnsRichard Henderson3-0/+1177
2017-01-23target-hppa: Implement system and memory-management insnsRichard Henderson3-0/+219
2017-01-23target-hppa: Implement loads and storesRichard Henderson3-0/+699
2017-01-23target-hppa: Implement shifts and depositsRichard Henderson1-0/+309
2017-01-23target-hppa: Implement linux-user gateway pageRichard Henderson1-4/+81
2017-01-23target-hppa: Implement branchesRichard Henderson1-0/+477
2017-01-23target-hppa: Implement basic arithmeticRichard Henderson3-0/+907
2017-01-23target-hppa: Add nullification frameworkRichard Henderson1-4/+224
2017-01-23target-hppa: Add framework and enable compilationRichard Henderson12-3/+1116
2017-01-23target-hppa: Add softfloat specializationsRichard Henderson1-1/+19
2017-01-23linux-user: Add HPPA startup and main loopRichard Henderson2-0/+196
2017-01-23linux-user: Add HPPA signal handlingRichard Henderson1-1/+190
2017-01-23linux-user: Add HPPA target_signal.h and target_cpu.hRichard Henderson2-0/+64
2017-01-23linux-user: Add HPPA target_structs.hRichard Henderson1-0/+54
2017-01-23linux-user: Add HPPA definitions to syscall_defs.hRichard Henderson1-1/+130
2017-01-23linux-user: Add HPPA target_syscall.hRichard Henderson1-0/+237
2017-01-23linux-user: Add HPPA termbits.hRichard Henderson1-0/+219
2017-01-23linux-user: Add HPPA syscall numbersRichard Henderson1-0/+353
2017-01-23linux-user: Add HPPA socket.h definitionsRichard Henderson2-0/+99
2017-01-23linux-user: Add some hppa ioctlsHelge Deller1-0/+15
2017-01-23Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-01-23-2' in...Peter Maydell22-169/+760
2017-01-23io: introduce a DNS resolver APIDaniel P. Berrange5-2/+509
2017-01-23io: remove Error parameter from QIOTask thread workerDaniel P. Berrange4-52/+30
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange15-112/+110
2017-01-23io: add ability to associate an error with a taskDaniel P. Berrange2-0/+55