1. 87f50ca Move page_size_init earlier by Dr. David Alan Gilbert · 9 years ago
  2. 9319738 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into staging by Peter Maydell · 9 years ago
  3. 4c27b85 replay: command line options by Pavel Dovgalyuk · 9 years ago
  4. 0194749 replay: replay blockers for devices by Pavel Dovgalyuk · 9 years ago
  5. 7615936 replay: initialization and deinitialization by Pavel Dovgalyuk · 9 years ago
  6. 8bd7f71 replay: checkpoints by Pavel Dovgalyuk · 9 years ago
  7. b60c48a replay: shutdown event by Pavel Dovgalyuk · 9 years ago
  8. 496c1b1 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  9. 35c2c8d osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version() by Eduardo Habkost · 9 years ago
  10. 5dfdae8 vl.c: Use "%s support is disabled" error messages consistently by Eduardo Habkost · 9 years ago
  11. 515cb8e vl.c: Improve warnings on use of deprecated options by Eduardo Habkost · 9 years ago
  12. 4cd70f3 vl.c: Touch up error messages by Eduardo Habkost · 9 years ago
  13. 3e51537 vl.c: Remove unnecessary uppercase in error messages by Eduardo Habkost · 9 years ago
  14. eb177ec vl.c: Use "warning:" prefix consistently on warnings by Eduardo Habkost · 9 years ago
  15. 8afb900 vl.c: Remove periods and exclamation points from error messages by Eduardo Habkost · 9 years ago
  16. f61eddc vl.c: Replace fprintf(stderr) with error_report() by Eduardo Habkost · 9 years ago
  17. 9d3e12e net/dump: Provide the dumping facility as a net-filter by Thomas Huth · 9 years ago
  18. 31bfa2a vl: trivial: minor tweaks to a max-cpu error msg by Andrew Jones · 9 years ago
  19. 6407d76 fw_cfg: insert string blobs via qemu cmdline by Gabriel L. Somlo · 9 years ago
  20. 0bf224d Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 9 years ago
  21. 7dbb11c netfilter: add a netbuffer filter by Yang Hongyang · 9 years ago
  22. 9abce56 vl.c: init delayed object after net_init_clients by Yang Hongyang · 9 years ago
  23. 98cf48f trace: remove malloc tracing by Paolo Bonzini · 9 years ago
  24. a32ef3b vl: Add another sanity check to smp_parse() function by Thomas Huth · 9 years ago
  25. 2a6e6e5 migration: yet more possible state transitions by Juan Quintela · 9 years ago
  26. 3b53e45 machine: Eliminate QEMUMachine and qemu_register_machine() by Eduardo Habkost · 9 years ago
  27. 98cec76 machine: Set MachineClass::name automatically by Eduardo Habkost · 9 years ago
  28. c84a8f0 machine: MACHINE_TYPE_NAME macro by Eduardo Habkost · 9 years ago
  29. bac05aa cpu: Add crash_occurred flag into CPUState by Andrey Smetanin · 10 years ago
  30. a2aa09e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  31. 012aef0 maint: avoid useless "if (foo) free(foo)" pattern by Markus Armbruster · 9 years ago
  32. 7981417 xen, gfx passthrough: basic graphics passthrough support by Tiejun Chen · 10 years ago
  33. 5f5b594 Added generic panic handler qemu_system_guest_panicked() by Andrey Smetanin · 10 years ago
  34. 60d8f32 smbios: move smbios code into a common folder by Wei Huang · 9 years ago
  35. fb43096 vl: Fix compiler warning for builds without VNC by Stefan Weil · 9 years ago
  36. 48212d8 migration: Register global state section before loadvm by Juan Quintela · 10 years ago
  37. acf7b7f Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  38. df4b102 migration: create new section to store global state by Juan Quintela · 10 years ago
  39. ca3fc39 runstate: migration allows more transitions now by Juan Quintela · 10 years ago
  40. 5e0f194 runstate: Add runstate store by Juan Quintela · 10 years ago
  41. ddbb0d0 crypto: introduce new module for computing hash digests by Daniel P. Berrange · 10 years ago
  42. 6b3f7f6 vl: move rom_load_all after machine init done by Eric Auger · 10 years ago
  43. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  44. c6bf0f7 vl: Use error_report() for --display errors by Markus Armbruster · 10 years ago
  45. 1459407 vl: Avoid qerror_report() outside QMP command handlers by Markus Armbruster · 10 years ago
  46. 70b9433 QemuOpts: Wean off qerror_report_err() by Markus Armbruster · 10 years ago
  47. f006cf7 qdev-monitor: Propagate errors through qdev_device_add() by Markus Armbruster · 10 years ago
  48. 0a3346f Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging by Peter Maydell · 10 years ago
  49. cb4e0f9 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  50. f08f927 vl: Create (most) objects before creating chardev backends by Daniel P. Berrange · 10 years ago
  51. a59d31a semihosting: add --semihosting-config arg sub-argument by Leon Alrae · 10 years ago
  52. cfe67ce semihosting: create SemihostingConfig structure and semihost.h by Leon Alrae · 10 years ago
  53. 67633bb qemu-log: Open file for logging when specified by Pranith Kumar · 10 years ago
  54. a94f0c5 virtio-vga: add '-vga virtio' support by Gerd Hoffmann · 10 years ago
  55. 81b2b81 fw_cfg: insert fw_cfg file blobs via qemu cmdline by Gabriel L. Somlo · 10 years ago
  56. 71df1d8 QemuOpts: Convert qemu_opt_foreach() to Error by Markus Armbruster · 10 years ago
  57. 1640b20 QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure by Markus Armbruster · 10 years ago
  58. 28d0de7 QemuOpts: Convert qemu_opts_foreach() to Error by Markus Armbruster · 10 years ago
  59. a4c7367 QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure by Markus Armbruster · 10 years ago
  60. 8122928 vl: Fail right after first bad -object by Markus Armbruster · 10 years ago
  61. 8416abb vl: Print -device help at most once by Markus Armbruster · 10 years ago
  62. 092b21a vl: Report failure to sandbox at most once by Markus Armbruster · 10 years ago
  63. 71cdd1c vl: run "late" notifiers immediately by Paolo Bonzini · 10 years ago
  64. f1f4b57 icount: add sleep parameter to the icount option to set icount_sleep mode by Victor CLEMENT · 10 years ago
  65. 3b730f5 Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging by Peter Maydell · 10 years ago
  66. 076b35b machine: add default_ram_size to machine class by Nikunj A Dadhania · 10 years ago
  67. bd4baf6 vl: fix memory leak spotted by valgrind by Shannon Zhao · 10 years ago
  68. d48f4fa machine: Remove unused fields from QEMUMachine by Eduardo Habkost · 10 years ago
  69. 97edf3b gtk: add opengl support, using egl by Gerd Hoffmann · 10 years ago
  70. 0b71a5d sdl2: add support for display rendering using opengl. by Gerd Hoffmann · 10 years ago
  71. 7c76235 Avoid crashing on multiple -incoming by Dr. David Alan Gilbert · 10 years ago
  72. 57924bc numa: introduce machine callback for VCPU to node mapping by Igor Mammedov · 10 years ago
  73. 636a30a vl: fix resource leak with monitor_fdset_add_fd by Paolo Bonzini · 10 years ago
  74. da076ff configure: opengl overhaul by Gerd Hoffmann · 10 years ago
  75. 006decd vnc: -readconfig fix by Gerd Hoffmann · 10 years ago
  76. 0048fa6 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  77. fff795a Merge remote-tracking branch 'remotes/gonglei/tags/bootdevice-next-20150303' into staging by Peter Maydell · 10 years ago
  78. 576a94d vl: take iothread lock very early by Paolo Bonzini · 10 years ago
  79. 3180aad Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  80. f05f47b bootdevice: check boot order argument validation before vm running by Gonglei · 10 years ago
  81. 5efde22 Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-26' into staging by Peter Maydell · 10 years ago
  82. 2dffe55 Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into staging by Peter Maydell · 10 years ago
  83. 2ed1ebc timer: replace time() with QEMU_CLOCK_HOST by Pavel Dovgalyuk · 10 years ago
  84. a8b18f8 block: Simplify setting numeric options by Markus Armbruster · 10 years ago
  85. f43e47d QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use by Markus Armbruster · 10 years ago
  86. 79087c7 QemuOpts: Convert qemu_opts_set() to Error, fix its use by Markus Armbruster · 10 years ago
  87. 39101f2 QemuOpts: Convert qemu_opt_set_number() to Error, fix its use by Markus Armbruster · 10 years ago
  88. cccb796 QemuOpts: Convert qemu_opt_set_bool() to Error, fix its use by Markus Armbruster · 10 years ago
  89. 214224a vl.c: Fix error messages when parsing maxmem parameters by Peter Krempa · 10 years ago
  90. c5c6d7f Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into staging by Peter Maydell · 10 years ago
  91. dde1111 numa: Rename set_numa_modes() to numa_post_machine_init() by Eduardo Habkost · 10 years ago
  92. 1c1e673 numa: Rename option parsing functions by Eduardo Habkost · 10 years ago
  93. 7dcd1d7 numa: Move QemuOpts parsing to set_numa_nodes() by Eduardo Habkost · 10 years ago
  94. de1a7c8 numa: Move NUMA globals to numa.c by Eduardo Habkost · 10 years ago
  95. 61b388c vl.c: Remove unnecessary zero-initialization of NUMA globals by Eduardo Habkost · 10 years ago
  96. e35704b numa: Move NUMA declarations from sysemu.h to numa.h by Eduardo Habkost · 10 years ago
  97. 3e5a50d hmp: Name HMP command handler functions hmp_COMMAND() by Markus Armbruster · 10 years ago
  98. a720a39 vl: Avoid qerror_report_err() outside QMP command handlers by Markus Armbruster · 10 years ago
  99. 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
  100. 02f292d vl.c: fix memory leak spotted by valgrind by Christian Borntraeger · 10 years ago