1. 009fad7 migration: Change name of live migration thread by Pankaj Gupta · 8 years ago
  2. 1d2acc3 migration: re-active images while migration been canceled after inactive them by zhanghailiang · 8 years ago
  3. b67b8c3 migration: Fail migration blocker for --only-migratable by Ashijeet Acharya · 8 years ago
  4. fe44dc9 migration: disallow migrate_add_blocker during migration by Ashijeet Acharya · 8 years ago
  5. a3a3d8c migration: Allow "device add" options to only add migratable devices by Ashijeet Acharya · 8 years ago
  6. d15c05f migration: Add a new option to enable only-migratable by Ashijeet Acharya · 8 years ago
  7. 05551e5 block/vvfat: Remove the undesirable comment by Ashijeet Acharya · 8 years ago
  8. cde7ee5 migration: add error_report by Jianjun Duan · 8 years ago
  9. 7e99f22 tests/migration: Add test for QTAILQ migration by Jianjun Duan · 8 years ago
  10. 94869d5 migration: migrate QTAILQ by Jianjun Duan · 8 years ago
  11. 2c21ee7 migration: extend VMStateInfo by Jianjun Duan · 8 years ago
  12. d7fc72c MAINTAINERS: Add myself as a migration submaintainer by Dr. David Alan Gilbert · 8 years ago
  13. a678502 Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-request' into staging by Peter Maydell · 8 years ago
  14. d5e8510 Makefile: Add qemu-doc.txt to distclean and dependencies by Peter Maydell · 8 years ago
  15. 48cef39 Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20170123' into staging by Peter Maydell · 8 years ago
  16. d99569d kvm: Allow invtsc migration if tsc-khz is set explicitly by Eduardo Habkost · 8 years ago
  17. d74460e kvm: Simplify invtsc check by Eduardo Habkost · 8 years ago
  18. 3964ec6 hw/core/null-machine: Add the possibility to instantiate a CPU and RAM by Thomas Huth · 8 years ago
  19. e0ee9fd qemu-options: Rename variables on the -numa "cpus" option by Eduardo Habkost · 8 years ago
  20. c1629c5 MAINTAINERS: Add an entry for hw/core/null-machine.c by Thomas Huth · 8 years ago
  21. 80e5db3 machine: Make possible_cpu_arch_ids() return const pointer by Igor Mammedov · 8 years ago
  22. 074281d pc: don't return cpu pointer from pc_new_cpu() as it's not needed anymore by Igor Mammedov · 8 years ago
  23. f2098f4 pc: cleanup: move smbios_set_cpuid() into pc_build_smbios() by Igor Mammedov · 8 years ago
  24. 726401b arch_init: Remove unnecessary default_config_files table by Eduardo Habkost · 8 years ago
  25. 9c6703f vl: Ensure the numa_post_machine_init func in the appropriate location by Dou Liyang · 8 years ago
  26. bd72159 i386: Return migration-safe field on query-cpu-definitions by Eduardo Habkost · 8 years ago
  27. 2a923a2 i386: Remove AMD feature flag aliases from Opteron models by Eduardo Habkost · 8 years ago
  28. f775437 x86: add AVX512_VPOPCNTDQ features by He Chen · 8 years ago
  29. ebe9383 target-hppa: Implement floating-point insns by Richard Henderson · 8 years ago
  30. 98a9cb7 target-hppa: Implement system and memory-management insns by Richard Henderson · 8 years ago
  31. 96d6407 target-hppa: Implement loads and stores by Richard Henderson · 8 years ago
  32. 0b1347d target-hppa: Implement shifts and deposits by Richard Henderson · 8 years ago
  33. 7ad439d target-hppa: Implement linux-user gateway page by Richard Henderson · 8 years ago
  34. 98cd9ca target-hppa: Implement branches by Richard Henderson · 8 years ago
  35. b216745 target-hppa: Implement basic arithmetic by Richard Henderson · 8 years ago
  36. 129e9cc target-hppa: Add nullification framework by Richard Henderson · 8 years ago
  37. 61766fe target-hppa: Add framework and enable compilation by Richard Henderson · 8 years ago
  38. 005fa38 target-hppa: Add softfloat specializations by Richard Henderson · 8 years ago
  39. 7c248bc linux-user: Add HPPA startup and main loop by Richard Henderson · 8 years ago
  40. 1659e38 linux-user: Add HPPA signal handling by Richard Henderson · 8 years ago
  41. 925ccf3 linux-user: Add HPPA target_signal.h and target_cpu.h by Richard Henderson · 8 years ago
  42. 22991d1 linux-user: Add HPPA target_structs.h by Richard Henderson · 8 years ago
  43. a10d1e5 linux-user: Add HPPA definitions to syscall_defs.h by Richard Henderson · 8 years ago
  44. b9490f5 linux-user: Add HPPA target_syscall.h by Richard Henderson · 8 years ago
  45. 9cad44a linux-user: Add HPPA termbits.h by Richard Henderson · 8 years ago
  46. 8ee78de linux-user: Add HPPA syscall numbers by Richard Henderson · 8 years ago
  47. 8b4c32a linux-user: Add HPPA socket.h definitions by Richard Henderson · 8 years ago
  48. b5c375e linux-user: Add some hppa ioctls by Helge Deller · 8 years ago
  49. 3879284 Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-01-23-2' into staging by Peter Maydell · 8 years ago
  50. c1b412f io: introduce a DNS resolver API by Daniel P. Berrange · 8 years ago
  51. 59de517 io: remove Error parameter from QIOTask thread worker by Daniel P. Berrange · 8 years ago
  52. 60e705c io: change the QIOTask callback signature by Daniel P. Berrange · 8 years ago
  53. 1a447e4 io: add ability to associate an error with a task by Daniel P. Berrange · 8 years ago
  54. 52dd99e io: add ability to associate an opaque "result" with with a task by Daniel P. Berrange · 8 years ago
  55. e8c8ade io: fix typo in docs for QIOTask by Daniel P. Berrange · 8 years ago
  56. 937470b io: stop incrementing reference in qio_task_get_source by Daniel P. Berrange · 8 years ago
  57. 6979a81 sockets: add ability to disable DNS resolution for InetSocketAddress by Daniel P. Berrange · 8 years ago
  58. fe8ed7d linux-user: Handle ERFKILL and EHWPOISON by Richard Henderson · 8 years ago
  59. 405b491 linux-user: Add SIOCGPGRP, SIOCGSTAMP, SIOCGSTAMPNS by Helge Deller · 8 years ago
  60. 8cb762f linux-user: Handle TIOCSTART and TIOCSTOP by Helge Deller · 8 years ago
  61. 7c4ee5b linux-user: Support stack-grows-up in elfload.c by Richard Henderson · 8 years ago
  62. 429b31a Revert "Remove remainders of HPPA backend" by Richard Henderson · 8 years ago
  63. 598cf1c Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 8 years ago
  64. d1c82f7 Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170120-v2' into staging by Peter Maydell · 8 years ago
  65. db655a9 Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 8 years ago
  66. 4383fa7 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 8 years ago
  67. 6ffefe7 Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-01-19' into staging by Peter Maydell · 8 years ago
  68. abc62c8 pc.h: move x-mach-use-reliable-get-clock compat entry to PC_COMPAT_2_8 by Marcelo Tosatti · 8 years ago
  69. e12ed72 bitmap: assert that start and nr are non negative by Peter Lieven · 8 years ago
  70. 28f5e97 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170120' into staging by Peter Maydell · 8 years ago
  71. f29cacf hw/arm/virt: Add board property to enable EL2 by Peter Maydell · 8 years ago
  72. c25bd18 target-arm: Enable EL2 feature bit on A53 and A57 by Peter Maydell · 8 years ago
  73. 3f591a2 target/arm/psci.c: If EL2 implemented, start CPUs in EL2 by Peter Maydell · 8 years ago
  74. 79e993a hw/arm/virt-acpi-build: use SMC if booting in EL2 by Andrew Jones · 8 years ago
  75. 2013c56 hw/arm/virt: Support using SMC for PSCI by Peter Maydell · 8 years ago
  76. 8683055 hw/intc/arm_gicv3: Implement EL2 traps for CPU i/f regs by Peter Maydell · 8 years ago
  77. c5fc89b hw/intc/arm_gicv3: Implement gicv3_cpuif_virt_update() by Peter Maydell · 8 years ago
  78. b3b48f5 hw/intc/arm_gicv3: Implement ICV_ registers EOIR and IAR by Peter Maydell · 8 years ago
  79. df313f4 hw/intc/arm_gicv3: Implement ICV_ HPPIR, DIR and RPR registers by Peter Maydell · 8 years ago
  80. 77620ba hw/intc/arm_gicv3: Implement ICV_ registers which are just accessors by Peter Maydell · 8 years ago
  81. 83f036f hw/intc/arm_gicv3: Add accessors for ICH_ system registers by Peter Maydell · 8 years ago
  82. 4eb833b hw/intc/gicv3: Add data fields for virtualization support by Peter Maydell · 8 years ago
  83. e69d2fa hw/intc/gicv3: Add defines for ICH system register fields by Peter Maydell · 8 years ago
  84. e45868a target-arm: Add ARMCPU fields for GIC CPU i/f config by Peter Maydell · 8 years ago
  85. 5454006 hw/arm/virt: Wire VIRQ, VFIQ, maintenance irq lines from GIC to CPU by Peter Maydell · 8 years ago
  86. aa1b311 target-arm: Expose output GPIO line for VCPU maintenance interrupt by Peter Maydell · 8 years ago
  87. 6a22895 hw/intc/arm_gic: Add external IRQ lines for VIRQ and VFIQ by Peter Maydell · 8 years ago
  88. b53db42 hw/intc/arm_gicv3: Add external IRQ lines for VIRQ and VFIQ by Peter Maydell · 8 years ago
  89. ebfcc03 hw/arm/virt-acpi - reserve ECAM space as PNP0C02 device by Ard Biesheuvel · 8 years ago
  90. abf3a4e arm: virt: Fix segmentation fault when specifying an unsupported CPU by Shannon Zhao · 8 years ago
  91. d769a1d aspeed: use first FMC flash as a boot ROM by Cédric Le Goater · 8 years ago
  92. 371a3dd aspeed/smc: extend tests for Command mode by Cédric Le Goater · 8 years ago
  93. bd9f505 aspeed/smc: reset flash after each test by Cédric Le Goater · 8 years ago
  94. fcdf2c5 aspeed/smc: handle SPI flash Command mode by Cédric Le Goater · 8 years ago
  95. 087b57c aspeed/smc: adjust the size of the register region by Cédric Le Goater · 8 years ago
  96. d09dc5b aspeed/smc: unfold the AspeedSMCController array by Cédric Le Goater · 8 years ago
  97. 0707b34 aspeed/smc: autostrap CE0/1 configuration by Cédric Le Goater · 8 years ago
  98. f248a9d aspeed/smc: rework the prototype of the AspeedSMCFlash helper routines by Cédric Le Goater · 8 years ago
  99. 1d247bd aspeed/smc: remove call to aspeed_smc_update_cs() in reset function by Cédric Le Goater · 8 years ago
  100. eafbafa aspeed/smc: remove call to reset in realize function by Cédric Le Goater · 8 years ago