1. adc56dd migration: move some declarations to migration.h by Blue Swirl · 14 years ago
  2. 17a4663 Move CPU related functions to cpus.h by Blue Swirl · 14 years ago
  3. 70c3b55 Move clock related functions to qemu-timer.h by Blue Swirl · 14 years ago
  4. 082b555 Move generic or OS function declarations to qemu-common.h by Blue Swirl · 14 years ago
  5. f64622c report that QEMU process was killed by a signal by Gleb Natapov · 14 years ago
  6. 4171d32 Introduce -display none by Jes Sorensen · 14 years ago
  7. 8cf7171 Refactor debug and vmstop request interface by Jan Kiszka · 14 years ago
  8. e07bbac Improve vm_stop reason declarations by Jan Kiszka · 14 years ago
  9. 0dfa5ef audio: consolidate audio_init() by Isaku Yamahata · 14 years ago
  10. dc91212 savevm: Fix no_migrate by Alex Williamson · 14 years ago
  11. 6107ff1 Merge remote branch 'origin/master' into pci by Michael S. Tsirkin · 14 years ago
  12. 818c2e1 Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemu by Aurelien Jarno · 14 years ago
  13. 2ae63bd pcie/aer: glue aer error injection into qemu monitor by Isaku Yamahata · 14 years ago
  14. 962630f Pass boot device list to firmware. by Gleb Natapov · 14 years ago
  15. 4cab946 Add notifier that will be called when machine is fully created. by Gleb Natapov · 14 years ago
  16. 2e55e84 Add bootindex for option roms. by Gleb Natapov · 14 years ago
  17. 1ca4d09 Add bootindex parameter to net/block/fd device by Gleb Natapov · 14 years ago
  18. a19cbfb spice: add qxl device by Gerd Hoffmann · 15 years ago
  19. 6b62dc2 Use display types for local display only. by Gerd Hoffmann · 15 years ago
  20. 8e84865 migration: Accept 'cont' only after successful incoming migration by Amit Shah · 15 years ago
  21. f2b07c9 pci hotplug: make pci_device_hot_remove() static by Isaku Yamahata · 15 years ago
  22. fd42dee Add exit notifiers. by Gerd Hoffmann · 15 years ago
  23. a4673e2 Merge remote branch 'kwolf/for-anthony' into staging by Anthony Liguori · 15 years ago
  24. eb505be Move daemonize handling to OS specific files by Jes Sorensen · 15 years ago
  25. 59a5264 Introduce OS specific cmdline argument handling and move SMB arg to os-posix.c by Jes Sorensen · 15 years ago
  26. 6170540 Move find_datadir to OS specific files. by Jes Sorensen · 15 years ago
  27. fe98ac1 Rename os_setup_signal_handling() to os_setup_early_signal_handling() by Jes Sorensen · 15 years ago
  28. 69bd73b Move win32 early signal handling setup to os_setup_signal_handling() by Jes Sorensen · 15 years ago
  29. 0d93ca7 vl.c: Move host_main_loop_wait() to OS specific files. by Jes Sorensen · 15 years ago
  30. 39626c0 Create qemu-os-win32.h and move WIN32 specific declarations there by Jes Sorensen · 15 years ago
  31. 666daa6 blockdev: Collect block device code in new blockdev.c by Markus Armbruster · 15 years ago
  32. 7b370f5 qdev: Move declaration of qdev_init_bdrv() into qdev.h by Markus Armbruster · 15 years ago
  33. a803cb8 blockdev: Hide QEMUMachine from drive_init() by Markus Armbruster · 15 years ago
  34. f274776 blockdev: Belatedly remove driveopts by Markus Armbruster · 15 years ago
  35. 1a43782 blockdev: Belatedly remove MAX_DRIVES by Markus Armbruster · 15 years ago
  36. a691d41 sysemu: Export 'no_shutdown' by Luiz Capitulino · 15 years ago
  37. a875170 Revert "Monitor: Return before exiting with 'quit'" by Luiz Capitulino · 15 years ago
  38. b752daf Revert "monitor: Convert do_pci_device_hot_remove() to QObject" by Markus Armbruster · 15 years ago
  39. 6c6a58a Revert "PCI: Convert pci_device_hot_add() to QObject" by Markus Armbruster · 15 years ago
  40. 0e8d2b5 Monitor: Return before exiting with 'quit' by Luiz Capitulino · 15 years ago
  41. ad96090 Refactor target specific handling, compile vl.c only once by Blue Swirl · 15 years ago
  42. 9f59b56 error: Trim includes after "Move qemu_error & friends..." by Markus Armbruster · 15 years ago
  43. 365c424 Revert "Add exit notifiers" by Anthony Liguori · 15 years ago
  44. 3b6304f Add exit notifiers by Anthony Liguori · 15 years ago
  45. d6f4ade disentangle tcg and deadline calculation by Paolo Bonzini · 15 years ago
  46. 2f79201 error: Move qemu_error & friends into their own header by Markus Armbruster · 15 years ago
  47. 6e4f984 error: Simplify error sink setup by Markus Armbruster · 15 years ago
  48. 03cd465 savevm: Fix -loadvm to report errors to stderr, not the monitor by Markus Armbruster · 15 years ago
  49. 80cd347 QMP: Introduce RTC_CHANGE event by Luiz Capitulino · 15 years ago
  50. ea375f9 KVM: Rework VCPU state writeback API by Jan Kiszka · 15 years ago
  51. 053801b Monitor: Convert pci_device_hot_remove() to cmd_new_ret() by Luiz Capitulino · 15 years ago
  52. 395560c Monitor: Convert pci_device_hot_add() to cmd_new_ret() by Luiz Capitulino · 15 years ago
  53. 98b1925 virtio-console: qdev conversion, new virtio-serial-bus by Amit Shah · 15 years ago
  54. 7a344f7 PCI: Convert pci_device_hot_add() to QObject by Luiz Capitulino · 15 years ago
  55. e9b2e81 Introduce rerror option for drives by Kevin Wolf · 15 years ago
  56. f785009 Rename DriveInfo.onerror to on_write_error by Kevin Wolf · 15 years ago
  57. f327aa0 live migration: Propagate output monitor to callback handler by Jan Kiszka · 15 years ago
  58. 4ec7fcc live migration: Allow cleanup after cancellation or error by Jan Kiszka · 15 years ago
  59. 8204a91 monitor: QError support by Luiz Capitulino · 15 years ago
  60. c163b5c Block live migration by lirans@il.ibm.com · 15 years ago
  61. a8ed73f net: move more stuff into net/tap-win32.c, add net/tap.h by Mark McLoughlin · 15 years ago
  62. 6848d82 monitor: Convert do_pci_device_hot_remove() to QObject by Luiz Capitulino · 15 years ago
  63. 9ad4531 kill dead nic unplug code. by Gerd Hoffmann · 15 years ago
  64. 0ca9f8a offer right-ctrl as a grab option by Dustin Kirkland · 15 years ago
  65. 56a1493 drive cleanup fixes. by Gerd Hoffmann · 15 years ago
  66. 3f84865 pci: windup acpi-based hotplug by Gerd Hoffmann · 15 years ago
  67. 6875204 Enable host-clock-based RTC by Jan Kiszka · 15 years ago
  68. ca20cf3 Compile loader only once by Blue Swirl · 15 years ago
  69. 075cd32 x86: move a declaration to header by Blue Swirl · 15 years ago
  70. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  71. 1d4daa9 monitor: Port handler_3 to use QDict by Luiz Capitulino · 16 years ago
  72. f18c16d monitor: Port handler_2 to use QDict by Luiz Capitulino · 16 years ago
  73. d54908a monitor: Port handler_1 to use QDict by Luiz Capitulino · 16 years ago
  74. 3818318 Add wrappers to functions used by the Monitor by Luiz Capitulino · 16 years ago
  75. 382f074 switch balloon initialization to -device. by Gerd Hoffmann · 16 years ago
  76. ac7531e add qemu_error() + friends by Gerd Hoffmann · 16 years ago
  77. 05f2401 make load_vmstate() return errors by Juan Quintela · 16 years ago
  78. c8d41b2 move do_loadvm() to monitor.c by Juan Quintela · 16 years ago
  79. 7b63034 split do_loadvm() into do_loadvm() and load_vmstate() by Juan Quintela · 16 years ago
  80. 4a1418e Unbreak large mem support by removing kqemu by Anthony Liguori · 16 years ago
  81. 6b35e7b QEMU set irq0override in fw_cfg by Jes Sorensen · 16 years ago
  82. 8617675 Clean up VGA type selection; far too many variables being used to track one state leads to confusion if new variables are added. by Zachary Amsden · 16 years ago
  83. a8659e9 add -drive if=none by Gerd Hoffmann · 16 years ago
  84. 2e810b3 constify drive_get_by_id arg by Gerd Hoffmann · 16 years ago
  85. d9c3231 Use qemu_irq for system_powerdown by Blue Swirl · 16 years ago
  86. d399f67 fix migration to obey -S by Paolo Bonzini · 16 years ago
  87. 6be68d7 Introduce -smp , maxcpus= flag to specify maximum number of CPUS. by Jes Sorensen · 16 years ago
  88. 9dfd7c7 switch -drive to QemuOpts. by Gerd Hoffmann · 16 years ago
  89. 62c5802 move parser functions from vl.c to qemu-option.c by Gerd Hoffmann · 16 years ago
  90. 3b0ba92 kill drives_opt by Gerd Hoffmann · 16 years ago
  91. 1dae12e add support for drive ids. by Gerd Hoffmann · 16 years ago
  92. 751c6a1 kill drives_table by Gerd Hoffmann · 16 years ago
  93. 9538749 Add boot menu control via command line switch by Jan Kiszka · 16 years ago
  94. 7d4c3d5 Replace -no-virtio-balloon by -balloon by Markus Armbruster · 16 years ago
  95. 5db4af8 Introduce get_next_param_value by Jan Kiszka · 16 years ago
  96. bf01129 Add serial number support for virtio_blk by john cooper · 16 years ago
  97. c2cc47a Support addr=... in option argument of -drive if=virtio by Markus Armbruster · 16 years ago
  98. 9d5e77a acpi.c: make qemu_system_device_hot_add piix independent. by Isaku Yamahata · 16 years ago
  99. df97b92 Add -no-virtio-balloon command-line option by Eduardo Habkost · 16 years ago
  100. 0aa7a20 net: Real fix for check_params users by Jan Kiszka · 16 years ago