1. 0856579 Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging" by Peter Maydell · 10 years ago
  2. b8a173b Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging by Peter Maydell · 10 years ago
  3. 5de0904 Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging by Peter Maydell · 10 years ago
  4. 2dffe55 Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into staging by Peter Maydell · 10 years ago
  5. 041ccc9 Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 10 years ago
  6. 2559db0 Merge remote-tracking branch 'remotes/kraxel/tags/pull-roms-20150219-1' into staging by Peter Maydell · 10 years ago
  7. 11d39a1 Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20150218' into staging by Peter Maydell · 10 years ago
  8. c5c6d7f Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into staging by Peter Maydell · 10 years ago
  9. de13197 target-i386: Move APIC ID compatibility code to pc.c by Eduardo Habkost · 10 years ago
  10. e1356dd target-i386: Require APIC ID to be explicitly set before CPU realize by Eduardo Habkost · 10 years ago
  11. 9c235e8 target-i386: Set APIC ID using cpu_index on CONFIG_USER by Eduardo Habkost · 10 years ago
  12. 696da41 linux-user: Check for cpu_init() errors by Eduardo Habkost · 10 years ago
  13. 9e9d386 target-i386: Move CPUX86State.cpuid_apic_id to X86CPU.apic_id by Eduardo Habkost · 10 years ago
  14. 18b0e4e target-i386: Simplify error handling on cpu_x86_init_user() by Eduardo Habkost · 10 years ago
  15. 15258d4 target-i386: Eliminate cpu_init() function by Eduardo Habkost · 10 years ago
  16. 644dba2 target-i386: Rename cpu_x86_init() to cpu_x86_init_user() by Eduardo Habkost · 10 years ago
  17. 8a3f75b target-i386: Move topology.h to include/hw/i386 by Eduardo Habkost · 10 years ago
  18. 08e1a1e target-i386: Eliminate unnecessary get_cpuid_vendor() function by Eduardo Habkost · 10 years ago
  19. a3c2ca7 target-i386: Simplify listflags() function by Eduardo Habkost · 10 years ago
  20. 68b459e Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' into staging by Peter Maydell · 10 years ago
  21. 3d30395 Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20150218-1' into staging by Peter Maydell · 10 years ago
  22. c28d486 Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2015-02-16-v2-tag' into staging by Peter Maydell · 10 years ago
  23. 73104fd Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  24. 3dc1061 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 10 years ago
  25. 3dd2d1a Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150216-1' into staging by Peter Maydell · 10 years ago
  26. bf2fd13 Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150213-2' into staging by Peter Maydell · 10 years ago
  27. 4bc6a3e parallel: parallel_hds_isa_init() shouldn't fail by Markus Armbruster · 10 years ago
  28. 07dc788 parallel: Factor out common parallel_hds_isa_init() by Markus Armbruster · 10 years ago
  29. c6f10a5 serial: serial_hds_isa_init() shouldn't fail by Markus Armbruster · 10 years ago
  30. b6607a1 serial: Factor out common serial_hds_isa_init() by Markus Armbruster · 10 years ago
  31. aef0d55 etsec: Replace qdev_init() by qdev_init_nofail() by Markus Armbruster · 10 years ago
  32. cd7c50a leon3: Replace unchecked qdev_init() by qdev_init_nofail() by Markus Armbruster · 10 years ago
  33. e25b89e ide/isa: Replace unchecked qdev_init() by qdev_init_nofail() by Markus Armbruster · 10 years ago
  34. dde1111 numa: Rename set_numa_modes() to numa_post_machine_init() by Eduardo Habkost · 10 years ago
  35. 1c1e673 numa: Rename option parsing functions by Eduardo Habkost · 10 years ago
  36. 7dcd1d7 numa: Move QemuOpts parsing to set_numa_nodes() by Eduardo Habkost · 10 years ago
  37. 25712ff numa: Make max_numa_nodeid static by Eduardo Habkost · 10 years ago
  38. de1a7c8 numa: Move NUMA globals to numa.c by Eduardo Habkost · 10 years ago
  39. 61b388c vl.c: Remove unnecessary zero-initialization of NUMA globals by Eduardo Habkost · 10 years ago
  40. e35704b numa: Move NUMA declarations from sysemu.h to numa.h by Eduardo Habkost · 10 years ago
  41. 912ae9c qapi-types: add C99 index names to arrays by Michael S. Tsirkin · 10 years ago
  42. 606ee8f monitor: Fix missing err = NULL in client_migrate_info() by Gonglei · 10 years ago
  43. 438e828 balloon: Fix typo by Eric Blake · 10 years ago
  44. f19e44b hmp: Fix warning from smatch (wrong argument in function call) by Stefan Weil · 10 years ago
  45. 21f5826 seabios: update to 1.8.0 release by Gerd Hoffmann · 10 years ago
  46. 1ce6be2 hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() by Markus Armbruster · 10 years ago
  47. 3e5a50d hmp: Name HMP command handler functions hmp_COMMAND() by Markus Armbruster · 10 years ago
  48. 08d15d6 hmp: Clean up declarations for long-gone info handlers by Markus Armbruster · 10 years ago
  49. c3cf77c Make sysbus EHCI devices ARM only by default by David Gibson · 10 years ago
  50. c86580b PPC: Don't use legacy -usbdevice support for setting up board by Markus Armbruster · 10 years ago
  51. 456dcd8 r2d: Don't use legacy -usbdevice support for setting up board by Markus Armbruster · 10 years ago
  52. 599655c usb: Change usb_create_simple() to abort on failure by Markus Armbruster · 10 years ago
  53. bd8b92d usb: Suppress bogus error when automatic usb-hub creation fails by Markus Armbruster · 10 years ago
  54. 06f22eb usb: Do not prefix error_setg() messages with "Error: " by Markus Armbruster · 10 years ago
  55. 3bc36a4 usb: Improve -usbdevice error reporting a bit by Markus Armbruster · 10 years ago
  56. 4806ec9 usb: usb_create() can't fail, drop useless error handling by Markus Armbruster · 10 years ago
  57. 3339488 qemu-char: Avoid qerror_report_err() outside QMP command handlers by Markus Armbruster · 10 years ago
  58. 6936f29 qemu-img: Avoid qerror_report_err() outside QMP command handlers by Markus Armbruster · 10 years ago
  59. a720a39 vl: Avoid qerror_report_err() outside QMP command handlers by Markus Armbruster · 10 years ago
  60. bc09a28 tpm: Avoid qerror_report_err() outside QMP command handlers by Markus Armbruster · 10 years ago
  61. 29b762f numa: Avoid qerror_report_err() outside QMP command handlers by Markus Armbruster · 10 years ago
  62. 12d0cc2 net: Avoid qerror_report_err() outside QMP command handlers by Markus Armbruster · 10 years ago
  63. 091e38b monitor: Avoid qerror_report_err() outside QMP command handlers by Markus Armbruster · 10 years ago
  64. 1677f4c monitor: Clean up around monitor_handle_fd_param() by Markus Armbruster · 10 years ago
  65. 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
  66. 2ee2f1e error: New convenience function error_report_err() by Markus Armbruster · 10 years ago
  67. 248337e vhost-scsi: Improve error reporting for invalid vhostfd by Markus Armbruster · 10 years ago
  68. e95d24f s390x/helper: Remove s390_cpu_physical_memory_map by Thomas Huth · 10 years ago
  69. 63ceef6 s390x/pci: Rework memory access in zpci instruction by Frank Blaschka · 10 years ago
  70. 7781a49 s390x/ioinst: Rework memory access in TPI instruction by Thomas Huth · 10 years ago
  71. 166f1bb s390x/ioinst: Rework memory access in CHSC instruction by Thomas Huth · 10 years ago
  72. 7f74f0a s390x/ioinst: Rework memory access in STCRW instruction by Thomas Huth · 10 years ago
  73. b7b6348 s390x/ioinst: Rework memory access in TSCH instruction by Thomas Huth · 10 years ago
  74. 653b080 s390x/ioinst: Set condition code in ioinst_handle_tsch() handler by Thomas Huth · 10 years ago
  75. 57b22fc s390x/ioinst: Rework memory access in STSCH instruction by Thomas Huth · 10 years ago
  76. 234d9b1 s390x/ioinst: Rework memory access in SSCH instruction by Thomas Huth · 10 years ago
  77. 14b4e13 s390x/ioinst: Rework memory access in MSCH instruction by Thomas Huth · 10 years ago
  78. bffd09c s390x/css: Make schib parameter of css_do_msch const by Thomas Huth · 10 years ago
  79. c3edd62 s390x/mmu: Add function for accessing guest memory by Thomas Huth · 10 years ago
  80. 801cdd3 s390x/kvm: Add function for injecting pgm access exceptions by Thomas Huth · 10 years ago
  81. 9d77309 s390x/mmu: Clean up mmu_translate_asc() by Thomas Huth · 10 years ago
  82. b4ecbf8 s390x/mmu: Check bit 52 in page table entry by Thomas Huth · 10 years ago
  83. ede5985 s390x/mmu: Renaming related to the ASCE confusion by Thomas Huth · 10 years ago
  84. 43d49b0 s390x/mmu: Add support for read-only regions by Thomas Huth · 10 years ago
  85. 5a123b3 s390x/mmu: Fix the exception codes for illegal table entries by Thomas Huth · 10 years ago
  86. d267571 s390x/mmu: Fix exception types when checking the ASCEs by Thomas Huth · 10 years ago
  87. bab58bf s390x/mmu: Fix translation exception code in lowcore by Thomas Huth · 10 years ago
  88. e3e09d8 s390x/mmu: Skip exceptions properly when translating addresses for debug by Thomas Huth · 10 years ago
  89. 5d18043 s390x/mmu: Check table length and offset fields by Thomas Huth · 10 years ago
  90. f8f84e9 s390x/mmu: Fix the handling of the table levels by Thomas Huth · 10 years ago
  91. 89a41e0 s390x/mmu: Fix the check for the real-space designation bit by Thomas Huth · 10 years ago
  92. dfebd7a s390x/mmu: Move mmu_translate() and friends to separate file by Thomas Huth · 10 years ago
  93. ee17cbd qemu-ga-win: Fail loudly on bare 'set-time' by Michal Privoznik · 10 years ago
  94. 0dd38a0 qga: add memory block command that unsupported by zhanghailiang · 10 years ago
  95. ef82b60 qga: implement qmp_guest_get_memory_block_info() for Linux with sysfs by zhanghailiang · 10 years ago
  96. 32ca792 qga: implement qmp_guest_set_memory_blocks() for Linux with sysfs by zhanghailiang · 10 years ago
  97. bd240fc qga: implement qmp_guest_get_memory_blocks() for Linux with sysfs by zhanghailiang · 10 years ago
  98. a065aaa qga: introduce three guest memory block commmands with stubs by zhanghailiang · 10 years ago
  99. fa19359 qga: implement file commands for Windows guest by Olga Krishtal · 10 years ago
  100. 85b6f6f guest agent: guest-file-open: refactoring by Simon Zolin · 10 years ago