1. 2e1293c Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-03-16-v4' into staging by Peter Maydell · 4 years ago
  2. 6dd7547 qemu-options: New -compat to set policy for deprecated interfaces by Markus Armbruster · 4 years ago
  3. e178113 hw: Replace anti-social QOM type names by Markus Armbruster · 4 years ago
  4. fe9f70a blockdev: Drop deprecated bogus -drive interface type by Markus Armbruster · 4 years ago
  5. 009ff89 vl: allow passing JSON to -object by Paolo Bonzini · 4 years ago
  6. bc2f4fc qom: move user_creatable_add_opts logic to vl.c and QAPIfy it by Paolo Bonzini · 4 years ago
  7. 1b507e5 Merge remote-tracking branch 'remotes/berrange-gitlab/tags/dep-many-pull-request' into staging by Peter Maydell · 4 years ago
  8. b501018 hw/ide: remove 'ide-drive' device by Daniel P. Berrangé · 4 years ago
  9. 56b89f4 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years ago
  10. 569a948 Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210316' into staging by Peter Maydell · 4 years ago
  11. 7cac7fe fuzz: move some DMA hooks by Alexander Bulekov · 4 years ago
  12. 6db3427 usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed) by Thomas Huth · 4 years ago
  13. 25459eb exec: Get rid of phys_mem_set_alloc() by David Hildenbrand · 4 years ago
  14. f14fb6c dma: Introduce dma_aligned_pow2_mask() by Eric Auger · 4 years ago
  15. 6f34661 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pull-request' into staging by Peter Maydell · 4 years ago
  16. f4abdf3 Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-updates-100321-2' into staging by Peter Maydell · 4 years ago
  17. 821e7ed Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-09' into staging by Peter Maydell · 4 years ago
  18. 6b5fe13 semihosting: Move include/hw/semihosting/ -> include/semihosting/ by Philippe Mathieu-Daudé · 4 years ago
  19. 78da6a1 device_tree: add qemu_fdt_setprop_string_array helper by Alex Bennée · 4 years ago
  20. 538f049 sysemu: Let VMChangeStateHandler take boolean 'running' argument by Philippe Mathieu-Daudé · 4 years, 2 months ago
  21. 0a38950 sysemu/runstate: Let runstate_is_running() return bool by Philippe Mathieu-Daudé · 4 years, 2 months ago
  22. a202d75 seccomp: Replace the word 'blacklist' by Philippe Mathieu-Daudé · 4 years ago
  23. d32335e exec/memory: Use struct Object typedef by Philippe Mathieu-Daudé · 4 years ago
  24. d6eb39b qtest: delete superfluous inclusions of qtest.h by Chen Qun · 4 years ago
  25. 74fd46e Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210306' into staging by Peter Maydell · 4 years ago
  26. c0ae396 accel/tcg: move CF_CLUSTER calculation to curr_cflags by Alex Bennée · 4 years ago
  27. 7520c4f trace: skip qemu_set_log_filename if no "-D" option was passed by Paolo Bonzini · 4 years, 1 month ago
  28. f7544ed qemu-config: add error propagation to qemu_config_parse by Paolo Bonzini · 4 years ago
  29. 10b6ee1 vl.c: do not execute trace_init_backends() before daemonizing by Daniel Henrique Barboza · 4 years, 2 months ago
  30. b979c93 vl: deprecate -writeconfig by Paolo Bonzini · 4 years ago
  31. 92a5199 sev/i386: Don't allow a system reset under an SEV-ES guest by Tom Lendacky · 4 years, 1 month ago
  32. 44a4ff3 memory: alloc RAM from file at offset by Jagannathan Raman · 4 years, 1 month ago
  33. 41d306e Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years, 1 month ago
  34. 2436651 Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a' into staging by Peter Maydell · 4 years, 1 month ago
  35. 33c38f8 cpu-throttle: Remove timer_mod() from cpu_throttle_set() by Utkarsh Tripathi · 4 years, 2 months ago
  36. fc1c834 fuzz: ignore address_space_map is_write flag by Alexander Bulekov · 4 years, 1 month ago
  37. f1a9fcd migration: wire up support for snapshot device selection by Daniel P. Berrangé · 4 years, 1 month ago
  38. f61fe11 migration: stop returning errno from load_snapshot() by Daniel P. Berrangé · 4 years, 1 month ago
  39. abc27d4 confidential guest support: Introduce cgs "ready" flag by David Gibson · 4 years, 4 months ago
  40. a8dc82c qom: Allow optional sugar props by Greg Kurz · 4 years, 7 months ago
  41. b86f59c accel: replace struct CpusAccel with AccelOpsClass by Claudio Fontana · 4 years, 1 month ago
  42. 940e43a accel: extend AccelState and AccelClass to user-mode by Claudio Fontana · 4 years, 1 month ago
  43. 7827168 cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass by Claudio Fontana · 4 years, 1 month ago
  44. c73bdb3 cpu: move debug_check_watchpoint to tcg_ops by Claudio Fontana · 4 years, 1 month ago
  45. 9ea9087 cpu: move adjust_watchpoint_address to tcg_ops by Claudio Fontana · 4 years, 1 month ago
  46. 79fc8d4 physmem: make watchpoint checking code TCG-only by Claudio Fontana · 4 years, 1 month ago
  47. 8360ebe Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-request' into staging by Peter Maydell · 4 years, 1 month ago
  48. 1895b97 block: move blk_exp_close_all() to qemu_cleanup() by Sergio Lopez · 4 years, 1 month ago
  49. 369d6dc memory: add readonly support to memory_region_init_ram_from_file() by Stefan Hajnoczi · 4 years, 2 months ago
  50. 651d588 error: rename error_with_timestamp to message_with_timestamp by Stefan Hajnoczi · 4 years, 1 month ago
  51. 95b3a8c qapi: More complex uses of QAPI_LIST_APPEND by Eric Blake · 4 years, 2 months ago
  52. 653c974 vnc: support "-vnc help" by Paolo Bonzini · 4 years, 1 month ago
  53. bbf9019 softmmu/physmem: Silence GCC 10 maybe-uninitialized error by Philippe Mathieu-Daudé · 4 years, 1 month ago
  54. c27025e runstate: cleanup reboot and panic actions by Paolo Bonzini · 4 years, 1 month ago
  55. 5ef0317 gdbstub: drop gdbserver_cleanup in favour of gdb_exit by Alex Bennée · 4 years, 2 months ago
  56. 1da8de3 util: Enhance flush_icache_range with separate data pointer by Richard Henderson · 4 years, 3 months ago
  57. aadac5b Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years, 2 months ago
  58. 90835c2 seccomp: convert to meson by Paolo Bonzini · 4 years, 3 months ago
  59. b7cd9c1 clock: Define and use new clock_display_freq() by Peter Maydell · 4 years, 3 months ago
  60. 084cfca util: Extract flush_icache_range to cacheflush.c by Richard Henderson · 4 years, 3 months ago
  61. 3b9bd3f remove TCG includes from common code by Paolo Bonzini · 4 years, 3 months ago
  62. facf7c6 vl: initialize displays _after_ exiting preconfiguration by Paolo Bonzini · 4 years, 2 months ago
  63. 7245ca7 vl: rename local variable in configure_accelerators by Paolo Bonzini · 4 years, 4 months ago
  64. 90d6a08 Remove the deprecated -show-cursor option by Thomas Huth · 4 years, 3 months ago
  65. c8c9dc4 Remove the deprecated -realtime option by Thomas Huth · 4 years, 3 months ago
  66. e76f68d accel/tcg: Remove deprecated '-tb-size' option by Philippe Mathieu-Daudé · 4 years, 3 months ago
  67. 4bfb024 memory: clamp cached translation in case it points to an MMIO region by Paolo Bonzini · 4 years, 3 months ago
  68. c753e8e vl: Add option to avoid stopping VM upon guest panic by Alejandro Jimenez · 4 years, 3 months ago
  69. 2a5ad60 vl: Add an -action option specifying response to guest events by Alejandro Jimenez · 4 years, 3 months ago
  70. e6dba04 qmp: generalize watchdog-set-action to -no-reboot/-no-shutdown by Alejandro Jimenez · 4 years, 3 months ago
  71. 0a2949e memory: allow creating MemoryRegions before accelerators by Paolo Bonzini · 4 years, 4 months ago
  72. 0572f55 plugin: propagate errors by Paolo Bonzini · 4 years, 4 months ago
  73. f2ce39b vl: make qemu_get_machine_opts static by Paolo Bonzini · 4 years, 4 months ago
  74. 2f181fb machine: introduce MachineInitPhase by Paolo Bonzini · 4 years, 4 months ago
  75. 5a1ee60 chardev: do not use machine_init_done by Paolo Bonzini · 4 years, 3 months ago
  76. f66dc87 vl: move all generic initialization out of vl.c by Paolo Bonzini · 4 years, 4 months ago
  77. c5e3c91 vl: extract softmmu/globals.c by Paolo Bonzini · 4 years, 4 months ago
  78. ba87e43 vl: extract softmmu/runstate.c by Paolo Bonzini · 4 years, 4 months ago
  79. 8fafaa0 vl: allow -incoming defer with -preconfig by Paolo Bonzini · 4 years, 4 months ago
  80. b4e1a34 vl: remove separate preconfig main_loop by Paolo Bonzini · 4 years, 4 months ago
  81. 164dafd remove preconfig state by Paolo Bonzini · 4 years, 4 months ago
  82. d3fd6e7 qdev: Move property code to qdev-properties.[ch] by Eduardo Habkost · 4 years, 3 months ago
  83. ee13189 Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20201210' into staging by Peter Maydell · 4 years, 3 months ago
  84. b785d25 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years, 3 months ago
  85. 45e077d accel/tcg: split CpusAccel into three TCG variants by Claudio Fontana · 4 years, 5 months ago
  86. ed7fa56 config-file: move -set implementation to vl.c by Paolo Bonzini · 4 years, 4 months ago
  87. 4b7acd2 vl: clean up -boot variables by Paolo Bonzini · 4 years, 4 months ago
  88. 46ee119 vl: remove serial_max_hds by Paolo Bonzini · 4 years, 4 months ago
  89. bf4d405 vl: extract softmmu/rtc.c by Paolo Bonzini · 4 years, 4 months ago
  90. 6b21670 vl: extract machine done notifiers by Paolo Bonzini · 4 years, 4 months ago
  91. 2c65db5 vl: extract softmmu/datadir.c by Paolo Bonzini · 4 years, 4 months ago
  92. ee55686 vl: start VM via qmp_cont by Paolo Bonzini · 4 years, 4 months ago
  93. e69d50d migration, vl: start migration via qmp_migrate_incoming by Paolo Bonzini · 4 years, 4 months ago
  94. cca686b vl: move -global check earlier by Paolo Bonzini · 4 years, 4 months ago
  95. 7691bde vl: initialize displays before preconfig loop by Paolo Bonzini · 4 years, 4 months ago
  96. b24986e vl: separate qemu_resolve_machine_memdev by Paolo Bonzini · 4 years, 4 months ago
  97. 7a84268 vl: separate qemu_apply_machine_options by Paolo Bonzini · 4 years, 4 months ago
  98. f5c9fcb vl: separate qemu_create_machine by Paolo Bonzini · 4 years, 4 months ago
  99. 07a91b1 vl: separate qemu_create_late_backends by Paolo Bonzini · 4 years, 4 months ago
  100. 6441865 vl: separate qemu_create_early_backends by Paolo Bonzini · 4 years, 4 months ago