1. 4815185 trace: Add per-vCPU tracing states for events with the 'vcpu' property by Lluís Vilanova · 9 years ago
  2. aa5cb7f char: do not use atexit cleanup handler by Marc-André Lureau · 9 years ago
  3. 8caf911 net: do not use atexit for cleanup by Paolo Bonzini · 9 years ago
  4. 39a3b37 machine: Add machine_register_compat_props() function by Eduardo Habkost · 9 years ago
  5. 8d76bfe qdev: Eliminate qemu_add_globals() function by Eduardo Habkost · 9 years ago
  6. b86eacb hw/pci: delay bus_master_enable_region initialization by Marcel Apfelbaum · 9 years ago
  7. 1ec20c2 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  8. 66f37d3 vl: smp_parse: fix regression by Andrew Jones · 9 years ago
  9. 33df7bf vnc: generalize "VNC server running on ..." message by Paolo Bonzini · 9 years ago
  10. e9e0bb2 trace: move qemu_trace_opts to trace/control.c by Denis V. Lunev · 9 years ago
  11. 62c9467 qapi: Report support for -device cpu hotplug in query-machines by Peter Krempa · 9 years ago
  12. daa76aa log: Fix qemu_set_log_filename() error handling by Markus Armbruster · 9 years ago
  13. bd6fee9 log: Fix qemu_set_dfilter_ranges() error reporting by Markus Armbruster · 9 years ago
  14. 9be3859 coccinelle: Remove unnecessary variables for function return value by Eduardo Habkost · 9 years ago
  15. da00252 vl: Error messages need to go to stderr, fix some by Markus Armbruster · 9 years ago
  16. a663fbd vnc: Wrap vnc initialization code with CONFIG_VNC by Chao Peng · 9 years ago
  17. 0544edd vl: smp_parse: cleanups by Andrew Jones · 9 years ago
  18. 37146e7 vl.c: Add '-L help' which lists data dirs. by Richard W.M. Jones · 9 years ago
  19. 4bcbe0b vl: Eliminate usb_enabled() by Eduardo Habkost · 9 years ago
  20. c503a85 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  21. 030c98a all: Remove unnecessary glib.h includes by Peter Maydell · 9 years ago
  22. 67a1de0 Makefile: Derive "PKGVERSION" from "git describe" by default by Fam Zheng · 9 years ago
  23. d30300f net: vl: Move default_net to vl.c by Eduardo Habkost · 9 years ago
  24. 3e2c0e0 cpu: Eliminate cpudef_init(), cpudef_setup() by Eduardo Habkost · 9 years ago
  25. e92a2d9 vl: change runstate only if new state is different from current state by Li Zhijian · 9 years ago
  26. 822ac12 vl: Use &error_fatal when parsing monitor options by Eduardo Habkost · 9 years ago
  27. 7b1ee0f vl: Use &error_fatal when parsing VNC options by Eduardo Habkost · 9 years ago
  28. bacc344 machine: add properties to compat_props incrementaly by Igor Mammedov · 9 years ago
  29. 16714b1 vl: Simplify global property registration by Eduardo Habkost · 9 years ago
  30. 1f0dfe0 vl: Make display_remote a local variable by Eduardo Habkost · 9 years ago
  31. 0cb48c4 vl: Move DisplayType typedef to vl.c by Eduardo Habkost · 9 years ago
  32. d29345d vl: Make display_type a local variable by Eduardo Habkost · 9 years ago
  33. cfc58cf vl: Replace DT_NOGRAPHIC with machine option by Eduardo Habkost · 9 years ago
  34. 6f0c894 spice: Initialization stubs on qemu-spice.h by Eduardo Habkost · 9 years ago
  35. 19a2c62 gtk: Initialization stubs by Eduardo Habkost · 9 years ago
  36. e35ee7c cocoa: cocoa_display_init() stub by Eduardo Habkost · 9 years ago
  37. 476db08 sdl: Initialization stubs by Eduardo Habkost · 9 years ago
  38. 674ec68 curses: curses_display_init() stub by Eduardo Habkost · 9 years ago
  39. f8c75b2 vnc: Initialization stubs by Eduardo Habkost · 9 years ago
  40. 7b7d2be vl: Add DT_COCOA DisplayType value by Eduardo Habkost · 9 years ago
  41. c2c7b22 vl: Replace *_vga_available() functions with class_names field by Eduardo Habkost · 9 years ago
  42. 8c9a2b7 vl: Table-based select_vgahw() by Eduardo Habkost · 9 years ago
  43. 4aeae87 vl: Use exit(1) when requested VGA interface is unavailable by Eduardo Habkost · 9 years ago
  44. 03dd024 hw: explicitly include qemu/log.h by Paolo Bonzini · 9 years ago
  45. 4b4629d include: move CPU-related definitions out of qemu-common.h by Paolo Bonzini · 9 years ago
  46. 37a3e63 vl: fix comment about when parsing cpu definitions by Wei Jiangang · 9 years ago
  47. 51b9b47 qom: -object error messages lost location, restore it by Markus Armbruster · 9 years ago
  48. bab47d9 Sort the fw_cfg file list by Gerd Hoffmann · 9 years ago
  49. efdaf79 vl: Move cpu_synchronize_all_states() into qemu_system_reset() by David Gibson · 9 years ago
  50. d46f75b net/filter-mirror: implement filter-redirector by Zhang Chen · 9 years ago
  51. f6d3afb net/filter-mirror:Add filter-mirror by Zhang Chen · 9 years ago
  52. 84a5a80 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  53. 0e066b2 input-linux: switch over to -object by Gerd Hoffmann · 9 years ago
  54. 3514552 qemu-log: new option -dfilter to limit output by Alex Bennée · 9 years ago
  55. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  56. 34294e2 module: Rename machine_init() to opts_init() by Eduardo Habkost · 9 years ago
  57. e0d2bd5 input: linux evdev support by Gerd Hoffmann · 9 years ago
  58. 62cb414 vl: fix tracing initialization by Denis V. Lunev · 9 years ago
  59. 7580f23 vl: Clean up machine selection in main(). by Markus Armbruster · 9 years ago
  60. bbe2d25 vl: Set error location when parsing memory options by Eduardo Habkost · 9 years ago
  61. 43fa1e0 vl: Reset location after handling command-line arguments by Eduardo Habkost · 9 years ago
  62. 34f405a vl.c: Fix regression in machine error message by Marcel Apfelbaum · 9 years ago
  63. 90998d5 qom: add helpers for UserCreatable object types by Daniel P. Berrange · 9 years ago
  64. 98799b0 vl: fix migration from prelaunch state by Paolo Bonzini · 9 years ago
  65. 7ec13c7 vl: change QEMU state machine for system reset by Denis V. Lunev · 9 years ago
  66. 84c0781 Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-02-09' into staging by Peter Maydell · 9 years ago
  67. 337283d qapi: Drop unused 'kind' for struct/enum visit by Eric Blake · 9 years ago
  68. 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
  69. 014791b vl: Ensure qapi visitor properly ends struct visit by Eric Blake · 9 years ago
  70. 9b65859 hmp: Cache use of qapi visitor by Eric Blake · 9 years ago
  71. 7019738 hmp: Drop pointless allocation during qapi visit by Eric Blake · 9 years ago
  72. 07d04a0 Use error_fatal to simplify obvious fatal errors (again) by Markus Armbruster · 9 years ago
  73. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  74. bac8e20 Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 9 years ago
  75. f853ac6 net/slirp: Tell the users when they are using deprecated options by Thomas Huth · 9 years ago
  76. ed7f5f1 trace: convert stderr backend to log by Paolo Bonzini · 9 years ago
  77. 10578a2 trace: add "-trace enable=..." by Paolo Bonzini · 9 years ago
  78. f246b86 trace: no need to call trace_backend_init in different branches now by Denis V. Lunev · 9 years ago
  79. 41fc57e trace: split trace_init_file out of trace_init_backends by Paolo Bonzini · 9 years ago
  80. 45bd0b4 trace: split trace_init_events out of trace_init_backends by Paolo Bonzini · 9 years ago
  81. 7746abd qom: Change object property iterator API contract by Daniel P. Berrange · 9 years ago
  82. 17c8a21 Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into staging by Peter Maydell · 9 years ago
  83. c29b77f error: Use error_reportf_err() where it makes obvious sense by Markus Armbruster · 9 years ago
  84. 4fffeb5 error: Use error_report_err() where appropriate (again) by Markus Armbruster · 9 years ago
  85. 007b065 Use error_fatal to simplify obvious fatal errors by Markus Armbruster · 10 years ago
  86. 7b3fdbd s390x: remove s390-virtio devices by Pierre Morel · 9 years ago
  87. 7fb1cf1 qapi: Don't let implicit enum MAX member collide by Eric Blake · 9 years ago
  88. 2c189a4 Revert "exec: silence hugetlbfs warning under qtest" by Daniel P. Berrange · 9 years ago
  89. 28c3e6e Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging by Peter Maydell · 9 years ago
  90. 1c7ba94 exec: silence hugetlbfs warning under qtest by Marc-André Lureau · 9 years ago
  91. 2465bc5 vl: Convert machine help code to use object property iterators by Daniel P. Berrange · 9 years ago
  92. 87f50ca Move page_size_init earlier by Dr. David Alan Gilbert · 9 years ago
  93. 9319738 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into staging by Peter Maydell · 9 years ago
  94. 4c27b85 replay: command line options by Pavel Dovgalyuk · 9 years ago
  95. 0194749 replay: replay blockers for devices by Pavel Dovgalyuk · 9 years ago
  96. 7615936 replay: initialization and deinitialization by Pavel Dovgalyuk · 9 years ago
  97. 8bd7f71 replay: checkpoints by Pavel Dovgalyuk · 9 years ago
  98. b60c48a replay: shutdown event by Pavel Dovgalyuk · 9 years ago
  99. 496c1b1 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  100. 35c2c8d osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version() by Eduardo Habkost · 9 years ago