1. 5e2ac51 add timestamp to error_report() by Seiji Aguchi · 12 years ago
  2. c1b71b0 vl: Tighten parsing of -machine option phandle_start by Markus Armbruster · 12 years ago
  3. 2ff3de6 Simplify -machine option queries with qemu_get_machine_opts() by Markus Armbruster · 12 years ago
  4. 36ad0e9 Fix -machine options accel, kernel_irqchip, kvm_shadow_mem by Markus Armbruster · 12 years ago
  5. 7f9d6e5 vl: New qemu_get_machine_opts() by Markus Armbruster · 12 years ago
  6. 12b7f57 vl: convert -smp to qemu_opts_parse() by Michael Tokarev · 12 years ago
  7. 24f6ff8 vl: reformat SDL ifdeffery a bit by Michael Tokarev · 12 years ago
  8. 083b79c vl: Rename *boot_devices to *boot_order, for consistency by Markus Armbruster · 12 years ago
  9. 8281abd vl: Fix -boot order and once regressions, and related bugs by Markus Armbruster · 12 years ago
  10. 6ef4716 vl: Clean up parsing of -boot option argument by Markus Armbruster · 12 years ago
  11. a107709 vl: always define no_frame by Michael Tokarev · 12 years ago
  12. 047d4e1 Unbreak -no-quit for GTK, validate SDL options by Peter Wu · 12 years ago
  13. 787ba4f gtk: implement -full-screen by Peter Wu · 12 years ago
  14. bc7d0e6 gdbstub: let the debugger resume from guest panicked state by Paolo Bonzini · 12 years ago
  15. a7d4207 main_loop: do not set nonblocking if xen_enabled() by Stefano Stabellini · 12 years ago
  16. 70e098a monitor: allow to disable the default monitor by Luiz Capitulino · 12 years ago
  17. fd2a2e1 vl: new runstate transition: RUN_STATE_GUEST_PANICKED -> RUN_STATE_FINISH_MIGRATE by Hu Tao · 12 years ago
  18. 7f303ad clean unnecessary code: don't check g_strdup arg for NULL by Dong Xu Wang · 12 years ago
  19. e7bdf65 Drop redundant resume_all_vcpus() from main() by Jan Kiszka · 13 years ago
  20. 13eed94 cpu: Call cpu_synchronize_post_init() from DeviceClass::realize() by Igor Mammedov · 12 years ago
  21. ede085b add a new runstate: RUN_STATE_GUEST_PANICKED by Hu Tao · 12 years ago
  22. b3e6d59 audio: enable PCI audio cards for all PCI-enabled targets by Paolo Bonzini · 12 years ago
  23. ffa48cf audio: remove HAS_AUDIO by Paolo Bonzini · 12 years ago
  24. 7dc5af5 Common: Add quick access to first boot device by Dominik Dingel · 12 years ago
  25. bb71623 Move TPM passthrough specific command line options to backend structure by Stefan Berger · 12 years ago
  26. 888a6bc Add option to mlock qemu and guest memory by Satoru Moriya · 12 years ago
  27. 98a9ad9 console: move gui_update+gui_setup_refresh from vl.c into console.c by Gerd Hoffmann · 12 years ago
  28. 64840c6 console: displaystate init revamp by Gerd Hoffmann · 12 years ago
  29. 4ceb193 Merge remote-tracking branch 'bonzini/hw-dirs' into staging by Anthony Liguori · 12 years ago
  30. a907cf5 Allow qtest to be used together with a virtual CPU by Edgar E. Iglesias · 12 years ago
  31. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  32. bdee56f tpm: reorganize headers and split hardware part by Paolo Bonzini · 12 years ago
  33. 315f9e1 Revert "New QMP command query-cpu-max and HMP command cpu_max" by Michal Novotny · 12 years ago
  34. c72e768 New cpu-max field in query-machines QMP command output by Michal Novotny · 12 years ago
  35. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  36. 0c764a9 acpi_table_add(): accept QemuOpts and parse it with OptsVisitor by Laszlo Ersek · 12 years ago
  37. 4d8b3c6 strip some whitespace by Laszlo Ersek · 12 years ago
  38. 456d606 qemu-char: Call fe_claim / fe_release when not using qdev chr properties by Hans de Goede · 12 years ago
  39. 4690579 append the terminating '\0' to bootorder string by Amos Kong · 12 years ago
  40. fde245c Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
  41. 7e86600 vl: add runstate_set tracepoint by Kazuya Saito · 12 years ago
  42. 142c6b1 vl.c: call bdrv_init_with_whitelist() before cmdline parsing by Peter Lieven · 12 years ago
  43. 4d70043 New QMP command query-cpu-max and HMP command cpu_max by Michal Novotny · 12 years ago
  44. c8a6ae8 add a boot option to do strict boot by Amos Kong · 12 years ago
  45. 7c20b4a console: fix displaychangelisteners interface by Gerd Hoffmann · 12 years ago
  46. 4524051 Add search path support for qemu data files. by Gerd Hoffmann · 12 years ago
  47. 92dcc23 Add support for cancelling of a TPM command by Stefan Berger · 12 years ago
  48. d1a0cf7 Support for TPM command line options by Stefan Berger · 12 years ago
  49. 6e72a00 Merge remote-tracking branch 'bonzini/hw-dirs' into staging by Anthony Liguori · 12 years ago
  50. 08744c9 qemu-char: move baum registration to baum.c by Anthony Liguori · 12 years ago
  51. b4a42f8 hw: move qdev-monitor.o to toplevel directory by Paolo Bonzini · 12 years ago
  52. 159b6e9 hw: move char backends to backends/ by Paolo Bonzini · 12 years ago
  53. 80f4d9f vl.c: allow for repeated -sd arguments by Peter Crosthwaite · 12 years ago
  54. f963e4d gtk ui: unbreak spice by Gerd Hoffmann · 12 years ago
  55. 1554642 gtk: make default UI (v5) by Anthony Liguori · 12 years ago
  56. 1a3973b usb-host: remove usb_host_device_close by Gerd Hoffmann · 12 years ago
  57. b946bff cpus.c: Drop unnecessary set_cpu_log() by Peter Maydell · 12 years ago
  58. 9a7e542 qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename by Peter Maydell · 12 years ago
  59. 49295eb vl: Exit unsuccessfully on option argument syntax error by Markus Armbruster · 12 years ago
  60. cfdd162 vl: Drop redundant "parse error" reports by Markus Armbruster · 12 years ago
  61. c881e20 vl.c: validate -numa "cpus" parameter properly by Eduardo Habkost · 12 years ago
  62. 845e5bf vl.c: Extract -numa "cpus" parsing to separate function by Eduardo Habkost · 12 years ago
  63. 5f13996 vl.c: Use parse_uint_full() for NUMA nodeid by Eduardo Habkost · 12 years ago
  64. e4ce85b vl.c: numa_add(): Validate nodeid before using it by Eduardo Habkost · 12 years ago
  65. ca4c6d3 vl.c: Check for NUMA node limit inside numa_add() by Eduardo Habkost · 12 years ago
  66. 12e53a9 vl.c: Abort on unknown -numa option type by Eduardo Habkost · 12 years ago
  67. 8f302cb vl.c: Fix off-by-one bug when handling "-numa node" argument by Eduardo Habkost · 12 years ago
  68. b09995a qdev: drop extra references at creation time by Paolo Bonzini · 12 years ago
  69. d5286af accel: change {xen, kvm, tcg, qtest}_allowed from int to bool by liguang · 12 years ago
  70. 217e21b vl: correct error message when fail to init kvm by liguang · 12 years ago
  71. e3c66d9 vl: skip init accelerator if it's not available by liguang · 12 years ago
  72. 2e78849 sclpconsole: Don't instantiate sclpconsole with -nodefaults by Christian Borntraeger · 12 years ago
  73. 3ef669e s390: Add default support for SCLP console by Alexander Graf · 12 years ago
  74. d09acb9 fw_cfg: Splash image loader can overrun a stack variable, fix by Markus Armbruster · 12 years ago
  75. 0e7a759 vl: Use size_t for sizes in get_boot_devices_list() by Markus Armbruster · 12 years ago
  76. 84f2d0e HMP: add QDict to info callback handler by Wenchao Xia · 12 years ago
  77. bd2d80b chardev: add error reporting for qemu_chr_new_from_opts by Gerd Hoffmann · 12 years ago
  78. e4ada29 Make default boot order machine specific by Avik Sil · 12 years ago
  79. 4d45457 qemu-option: move standard option definitions out of qemu-config.c by Paolo Bonzini · 12 years ago
  80. fedf2de Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 12 years ago
  81. eb7ff6f Replace remaining gmtime, localtime by gmtime_r, localtime_r by Stefan Weil · 12 years ago
  82. f30dbae net: clean up network at qemu process termination by Amos Kong · 12 years ago
  83. ab51b1d disallow -daemonize usage of stdio (curses display, -nographic, -serial stdio etc) by Michael Tokarev · 12 years ago
  84. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  85. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  86. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  87. caf71f8 migration: move include files to include/migration/ by Paolo Bonzini · 12 years ago
  88. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  89. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  90. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  91. 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
  92. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  93. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  94. e478b44 use qemu_opts_create_nofail by Dong Xu Wang · 12 years ago
  95. 3c42ea6 block: simplify default_drive by Christian Borntraeger · 12 years ago
  96. 2d0d283 Support default block interfaces per QEMUMachine by Christian Borntraeger · 12 years ago
  97. fa5358c vl.c: Fix broken -usb option by Peter Maydell · 12 years ago
  98. 68d98d3 vl: add -object option to create QOM objects from the command line by Anthony Liguori · 13 years ago
  99. ef84755 Merge branch 'trivial-patches' of git://github.com/stefanha/qemu by Blue Swirl · 12 years ago
  100. 49cf572 vl: delay thread initialization after daemonization by Paolo Bonzini · 12 years ago