1. fb43096 vl: Fix compiler warning for builds without VNC by Stefan Weil · 10 years ago
  2. 48212d8 migration: Register global state section before loadvm by Juan Quintela · 10 years ago
  3. acf7b7f Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  4. df4b102 migration: create new section to store global state by Juan Quintela · 10 years ago
  5. ca3fc39 runstate: migration allows more transitions now by Juan Quintela · 10 years ago
  6. 5e0f194 runstate: Add runstate store by Juan Quintela · 10 years ago
  7. ddbb0d0 crypto: introduce new module for computing hash digests by Daniel P. Berrange · 10 years ago
  8. 6b3f7f6 vl: move rom_load_all after machine init done by Eric Auger · 10 years ago
  9. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  10. c6bf0f7 vl: Use error_report() for --display errors by Markus Armbruster · 10 years ago
  11. 1459407 vl: Avoid qerror_report() outside QMP command handlers by Markus Armbruster · 10 years ago
  12. 70b9433 QemuOpts: Wean off qerror_report_err() by Markus Armbruster · 10 years ago
  13. f006cf7 qdev-monitor: Propagate errors through qdev_device_add() by Markus Armbruster · 10 years ago
  14. 0a3346f Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging by Peter Maydell · 10 years ago
  15. cb4e0f9 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  16. f08f927 vl: Create (most) objects before creating chardev backends by Daniel P. Berrange · 10 years ago
  17. a59d31a semihosting: add --semihosting-config arg sub-argument by Leon Alrae · 10 years ago
  18. cfe67ce semihosting: create SemihostingConfig structure and semihost.h by Leon Alrae · 10 years ago
  19. 67633bb qemu-log: Open file for logging when specified by Pranith Kumar · 10 years ago
  20. a94f0c5 virtio-vga: add '-vga virtio' support by Gerd Hoffmann · 11 years ago
  21. 81b2b81 fw_cfg: insert fw_cfg file blobs via qemu cmdline by Gabriel L. Somlo · 10 years ago
  22. 71df1d8 QemuOpts: Convert qemu_opt_foreach() to Error by Markus Armbruster · 10 years ago
  23. 1640b20 QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure by Markus Armbruster · 10 years ago
  24. 28d0de7 QemuOpts: Convert qemu_opts_foreach() to Error by Markus Armbruster · 10 years ago
  25. a4c7367 QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure by Markus Armbruster · 10 years ago
  26. 8122928 vl: Fail right after first bad -object by Markus Armbruster · 10 years ago
  27. 8416abb vl: Print -device help at most once by Markus Armbruster · 10 years ago
  28. 092b21a vl: Report failure to sandbox at most once by Markus Armbruster · 10 years ago
  29. 71cdd1c vl: run "late" notifiers immediately by Paolo Bonzini · 10 years ago
  30. f1f4b57 icount: add sleep parameter to the icount option to set icount_sleep mode by Victor CLEMENT · 10 years ago
  31. 3b730f5 Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging by Peter Maydell · 10 years ago
  32. 076b35b machine: add default_ram_size to machine class by Nikunj A Dadhania · 10 years ago
  33. bd4baf6 vl: fix memory leak spotted by valgrind by Shannon Zhao · 10 years ago
  34. d48f4fa machine: Remove unused fields from QEMUMachine by Eduardo Habkost · 10 years ago
  35. 97edf3b gtk: add opengl support, using egl by Gerd Hoffmann · 10 years ago
  36. 0b71a5d sdl2: add support for display rendering using opengl. by Gerd Hoffmann · 10 years ago
  37. 7c76235 Avoid crashing on multiple -incoming by Dr. David Alan Gilbert · 10 years ago
  38. 57924bc numa: introduce machine callback for VCPU to node mapping by Igor Mammedov · 10 years ago
  39. 636a30a vl: fix resource leak with monitor_fdset_add_fd by Paolo Bonzini · 10 years ago
  40. da076ff configure: opengl overhaul by Gerd Hoffmann · 10 years ago
  41. 006decd vnc: -readconfig fix by Gerd Hoffmann · 10 years ago
  42. 0048fa6 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  43. fff795a Merge remote-tracking branch 'remotes/gonglei/tags/bootdevice-next-20150303' into staging by Peter Maydell · 10 years ago
  44. 576a94d vl: take iothread lock very early by Paolo Bonzini · 10 years ago
  45. 3180aad Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  46. f05f47b bootdevice: check boot order argument validation before vm running by Gonglei · 10 years ago
  47. 5efde22 Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-26' into staging by Peter Maydell · 10 years ago
  48. 2dffe55 Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into staging by Peter Maydell · 10 years ago
  49. 2ed1ebc timer: replace time() with QEMU_CLOCK_HOST by Pavel Dovgalyuk · 10 years ago
  50. a8b18f8 block: Simplify setting numeric options by Markus Armbruster · 10 years ago
  51. f43e47d QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use by Markus Armbruster · 10 years ago
  52. 79087c7 QemuOpts: Convert qemu_opts_set() to Error, fix its use by Markus Armbruster · 10 years ago
  53. 39101f2 QemuOpts: Convert qemu_opt_set_number() to Error, fix its use by Markus Armbruster · 10 years ago
  54. cccb796 QemuOpts: Convert qemu_opt_set_bool() to Error, fix its use by Markus Armbruster · 10 years ago
  55. 214224a vl.c: Fix error messages when parsing maxmem parameters by Peter Krempa · 10 years ago
  56. c5c6d7f Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into staging by Peter Maydell · 10 years ago
  57. dde1111 numa: Rename set_numa_modes() to numa_post_machine_init() by Eduardo Habkost · 10 years ago
  58. 1c1e673 numa: Rename option parsing functions by Eduardo Habkost · 10 years ago
  59. 7dcd1d7 numa: Move QemuOpts parsing to set_numa_nodes() by Eduardo Habkost · 10 years ago
  60. de1a7c8 numa: Move NUMA globals to numa.c by Eduardo Habkost · 10 years ago
  61. 61b388c vl.c: Remove unnecessary zero-initialization of NUMA globals by Eduardo Habkost · 10 years ago
  62. e35704b numa: Move NUMA declarations from sysemu.h to numa.h by Eduardo Habkost · 10 years ago
  63. 3e5a50d hmp: Name HMP command handler functions hmp_COMMAND() by Markus Armbruster · 10 years ago
  64. a720a39 vl: Avoid qerror_report_err() outside QMP command handlers by Markus Armbruster · 10 years ago
  65. 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
  66. 02f292d vl.c: fix memory leak spotted by valgrind by Christian Borntraeger · 10 years ago
  67. 46ede58 vl: Fix bogus error message for implied mon ID clashing by Markus Armbruster · 10 years ago
  68. 4db1462 vnc: switch to QemuOpts, allow multiple servers by Gerd Hoffmann · 11 years ago
  69. 14f7143 vnc: remove unused DisplayState parameter, add id instead. by Gerd Hoffmann · 11 years ago
  70. 99efa84 vl.c: fix some alignment issues by Marcel Apfelbaum · 10 years ago
  71. 3b9985e vl.c: fix regression when reading memory size from config file by Marcel Apfelbaum · 10 years ago
  72. ec2cbbd vl: Don't silently change topology when all -smp options were set by Eduardo Habkost · 10 years ago
  73. c00cd99 vl: fix max_cpus check by Andrew Jones · 10 years ago
  74. 719cac1 vl: Avoid unnecessary 'if' nesting by Eduardo Habkost · 10 years ago
  75. 364c3e6 vl.c: fix regression when reading machine type from config file by Marcel Apfelbaum · 10 years ago
  76. de77a24 hw/usb: simplified usb_enabled by Marcel Apfelbaum · 10 years ago
  77. f8b6f8e hw/ppc: modified the condition for usb controllers to be created for some ppc machines by Marcel Apfelbaum · 10 years ago
  78. 52eb3df vl.c: add HMP help to machine by Marcel Apfelbaum · 10 years ago
  79. 2e16898 vl.c: simplified machine_set_property by Marcel Apfelbaum · 10 years ago
  80. 49d2e64 machine: remove qemu_machine_opts global list by Marcel Apfelbaum · 10 years ago
  81. 703008e bootdevice: add Error **errp argument for validate_bootdevices() by Gonglei · 10 years ago
  82. 9816833 bootdevice: move code about bootorder from vl.c to bootdevice.c by Gonglei · 10 years ago
  83. b141290 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141211' into staging by Peter Maydell · 10 years ago
  84. a38bb07 Add the "-semihosting-config" option. by Liviu Ionescu · 10 years ago
  85. 4821cd4 chardev: Add -qmp-pretty by Max Reitz · 10 years ago
  86. d1048be -machine vmport=auto: Fix handling of VMWare ioport emulation for xen by Don Slutz · 10 years ago
  87. 33cd52b sysbus: Make devices spawnable via -device by Alexander Graf · 11 years ago
  88. 949ca9e Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  89. 6f00494 vga: add default display to machine class by Gerd Hoffmann · 10 years ago
  90. 7135781 Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-02' into staging by Peter Maydell · 10 years ago
  91. caad057 smbios: Encode UUID according to SMBIOS specification by Eduardo Habkost · 10 years ago
  92. 9b23cfb -machine vmport=off: Allow disabling of VMWare ioport emulation by Dr. David Alan Gilbert · 10 years ago
  93. 2709f26 well-defined listing order for machine types by Laszlo Ersek · 10 years ago
  94. fee78fd pidfile: stop making pidfile error a special case by Michael Tokarev · 10 years ago
  95. 522abf6 vl.c: Fix Coverity complaining for vmstate_dump_file by Gonglei · 10 years ago
  96. b154537 -machine vmport=off: Allow disabling of VMWare ioport emulation by Dr. David Alan Gilbert · 10 years ago
  97. 817ef04 Make qemu_shutdown_requested signal-safe by Jan Kiszka · 10 years ago
  98. 7797a73 hmp: Remove "info pcmcia" by Markus Armbruster · 10 years ago
  99. bc74112 bootdevice: move bootdevice related code to new file bootdevice.c by Gonglei · 10 years ago
  100. fcb2cd9 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago