1. b6a7f3e qapi: introduce x-query-opcount QMP command by Daniel P. Berrangé · 3 years, 6 months ago
  2. 3a841ab qapi: introduce x-query-jit QMP command by Daniel P. Berrangé · 3 years, 6 months ago
  3. ca411b7 qapi: introduce x-query-ramblock QMP command by Daniel P. Berrangé · 3 years, 6 months ago
  4. 8dbbca5 qapi: introduce x-query-rdma QMP command by Daniel P. Berrangé · 3 years, 6 months ago
  5. f9429c6 monitor: introduce HumanReadableText and HMP support by Daniel P. Berrangé · 3 years, 5 months ago
  6. 0ca117a monitor: make hmp_handle_error return a boolean by Daniel P. Berrangé · 3 years, 4 months ago
  7. 3e11e0b monitor: remove 'info ioapic' HMP command by Daniel P. Berrangé · 3 years, 6 months ago
  8. 91e8394 Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211031-pull-request' into staging by Richard Henderson · 3 years, 4 months ago
  9. 4998a37 memory: introduce total_dirty_pages to stat dirty pages by Hyman Huang(黄勇) · 3 years, 7 months ago
  10. f4578df virtio-mem: Drop precopy notifier by David Hildenbrand · 3 years, 5 months ago
  11. adaf9d9 memory: Introduce replay_discarded callback for RamDiscardManager by David Hildenbrand · 3 years, 5 months ago
  12. 60fd680 migration: Add migrate_add_blocker_internal() by Peter Xu · 3 years, 5 months ago
  13. 63b41db memory: make global_dirty_tracking a bitmask by Hyman Huang(黄勇) · 3 years, 8 months ago
  14. 7786ae4 KVM: introduce dirty_pages and kvm_dirty_ring_enabled by Hyman Huang(黄勇) · 3 years, 8 months ago
  15. db78a60 machine: remove the done notifier for dynamic sysbus device type check by Damien Hedde · 3 years, 4 months ago
  16. b5fdf41 machine: add device_type_is_dynamic_sysbus function by Damien Hedde · 3 years, 4 months ago
  17. 86ce2d2 hw/core/machine: Split out the smp parsing code by Yanan Wang · 3 years, 4 months ago
  18. 9b12fb1 hw/intc/sh_intc: Inline and drop sh_intc_source() function by BALATON Zoltan · 3 years, 4 months ago
  19. beeb520 hw/char/sh_serial: QOM-ify by BALATON Zoltan · 3 years, 4 months ago
  20. f94bff1 hw/sh4: Coding style: White space fixes by BALATON Zoltan · 3 years, 4 months ago
  21. b3793b8 hw/sh4: Coding style: Remove tabs by BALATON Zoltan · 3 years, 4 months ago
  22. dd61b91 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-10-29' into staging by Richard Henderson · 3 years, 4 months ago
  23. 57df0df qapi: Extend -compat to set policy for unstable interfaces by Markus Armbruster · 3 years, 4 months ago
  24. 7ce5fc6 qapi: Factor out compat_policy_input_ok() by Markus Armbruster · 3 years, 4 months ago
  25. 6450ce5 Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-20211029-1' into staging by Richard Henderson · 3 years, 4 months ago
  26. c868876 qapi: Generalize enum member policy checking by Markus Armbruster · 3 years, 4 months ago
  27. 6604e47 qapi: Generalize command policy checking by Markus Armbruster · 3 years, 4 months ago
  28. a130728 qapi: Generalize struct member policy checking by Markus Armbruster · 3 years, 4 months ago
  29. c67db1e qapi: Tools for sets of special feature flags in generated code by Markus Armbruster · 3 years, 4 months ago
  30. 9bafe07 qapi: Eliminate QCO_NO_OPTIONS for a slight simplification by Markus Armbruster · 3 years, 4 months ago
  31. 0e90303 softfloat: add APIs to handle alternative sNaN propagation for fmax/fmin by Chih-Min Chao · 3 years, 4 months ago
  32. 8486eb8 hw/riscv: microchip_pfsoc: Use the PLIC config helper function by Alistair Francis · 3 years, 4 months ago
  33. 4e8fb53 hw/riscv: sifive_u: Use the PLIC config helper function by Alistair Francis · 3 years, 4 months ago
  34. bf357e1 hw/riscv: boot: Add a PLIC config string function by Alistair Francis · 3 years, 4 months ago
  35. 9925c8b hw/riscv: virt: Don't use a macro for the PLIC configuration by Alistair Francis · 3 years, 4 months ago
  36. 40f3e79 host-utils: add 128-bit quotient support to divu128/divs128 by Luis Pires · 3 years, 4 months ago
  37. 8ac2d6c host-utils: move udiv_qrnnd() to host-utils by Luis Pires · 3 years, 4 months ago
  38. 9276a31 host-utils: move checks out of divu128/divs128 by Luis Pires · 3 years, 4 months ago
  39. 1c46937 qemu/int128: Add int128_{not,xor} by Frédéric Pétrot · 3 years, 4 months ago
  40. aa23704 qapi: Implement deprecated-input={reject,crash} for enum values by Markus Armbruster · 3 years, 4 months ago
  41. ed29bb2 qapi: Move compat policy from QObject to generic visitor by Markus Armbruster · 3 years, 4 months ago
  42. c5b2f55 Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull-request' into staging by Richard Henderson · 3 years, 4 months ago
  43. 660efed Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-20211022-2' into staging by Richard Henderson · 3 years, 4 months ago
  44. dcc99bd disas/nios2: Simplify endianess conversion by Philippe Mathieu-Daudé · 3 years, 7 months ago
  45. eb8f1d5 Merge remote-tracking branch 'remotes/clg/tags/pull-aspeed-20211022' into staging by Richard Henderson · 3 years, 4 months ago
  46. 1dafe76 Merge remote-tracking branch 'remotes/vivier-m68k/tags/q800-pull-request' into staging by Richard Henderson · 3 years, 4 months ago
  47. ef63100 hw/riscv: opentitan: Update to the latest build by Alistair Francis · 3 years, 4 months ago
  48. fc66425 aspeed/smc: Use a container for the flash mmio address space by Cédric Le Goater · 3 years, 4 months ago
  49. 4c127fd Merge remote-tracking branch 'remotes/rth/tags/pull-arm-20211021' into staging by Richard Henderson · 3 years, 4 months ago
  50. 099f2df hw/acpi/aml-build: Add PPTT table by Andrew Jones · 3 years, 4 months ago
  51. b863f0b device_tree: Add qemu_fdt_add_path by Yanan Wang · 3 years, 4 months ago
  52. 31511b6 hw/arm/virt: Only describe cpu topology since virt-6.2 by Yanan Wang · 3 years, 4 months ago
  53. 621f70d spapr/xive: Add source status helpers by Cédric Le Goater · 3 years, 5 months ago
  54. 8975eb8 hw/elf_ops.h: switch to ssize_t for elf loader return type by Luc Michel · 3 years, 5 months ago
  55. 291bc18 mac_via: add GPIO for A/UX mode by Mark Cave-Ayland · 3 years, 4 months ago
  56. 22288fe virtio-net: vhost control virtqueue support by Jason Wang · 3 years, 4 months ago
  57. 049eb15 vhost: record the last virtqueue index for the virtio device by Jason Wang · 3 years, 4 months ago
  58. 441537f virtio-net: use "queue_pairs" instead of "queues" when possible by Jason Wang · 3 years, 4 months ago
  59. 05ba3f6 vhost-net: control virtqueue support by Jason Wang · 3 years, 4 months ago
  60. 2f849db net: introduce control client by Jason Wang · 3 years, 4 months ago
  61. 4d191cf vhost-vdpa: classify one time request by Jason Wang · 3 years, 4 months ago
  62. 821d28b vhost-user-rng: Add vhost-user-rng implementation by Mathieu Poirier · 3 years, 5 months ago
  63. 19d20e9 virtio-iommu: Drop base_name and change generic_name by Eric Auger · 3 years, 5 months ago
  64. 013108b vdpa: Check for iova range at mappings changes by Eugenio Pérez · 3 years, 5 months ago
  65. a4d65b7 vt82c686: Add a method to VIA_ISA to raise ISA interrupts by BALATON Zoltan · 3 years, 5 months ago
  66. 995b87d Revert "cpu: Move cpu_common_props to hw/core/cpu.c" by Richard Henderson · 3 years, 6 months ago
  67. bec4042 block-backend: update blk_co_pwrite() and blk_co_pread() wrappers by Vladimir Sementsov-Ogievskiy · 3 years, 5 months ago
  68. 57768ec block-backend: fix blk_co_flush prototype to mention coroutine_fn by Vladimir Sementsov-Ogievskiy · 3 years, 5 months ago
  69. a93d81c block-backend: convert blk_aio_ functions to int64_t bytes paramter by Vladimir Sementsov-Ogievskiy · 3 years, 5 months ago
  70. e192179 block-backend: convert blk_co_copy_range to int64_t bytes by Vladimir Sementsov-Ogievskiy · 3 years, 5 months ago
  71. 06f0325 block-backend: convert blk_foo wrappers to use int64_t bytes parameter by Vladimir Sementsov-Ogievskiy · 3 years, 5 months ago
  72. 2800637 block-backend: convert blk_co_pdiscard to int64_t bytes by Vladimir Sementsov-Ogievskiy · 3 years, 5 months ago
  73. 34460fe block-backend: convert blk_co_pwritev_part to int64_t bytes by Vladimir Sementsov-Ogievskiy · 3 years, 5 months ago
  74. 9547907 block-backend: make blk_co_preadv() 64bit by Vladimir Sementsov-Ogievskiy · 3 years, 5 months ago
  75. f3558b1 qdev: Base object creation on QDict rather than QemuOpts by Kevin Wolf · 3 years, 5 months ago
  76. 259a10d virtio-net: Store failover primary opts pointer locally by Kevin Wolf · 3 years, 5 months ago
  77. 7d61808 qdev: Add Error parameter to hide_device() callbacks by Kevin Wolf · 3 years, 5 months ago
  78. 4a1d937 softmmu/qdev-monitor: add error handling in qdev_set_id by Damien Hedde · 3 years, 5 months ago
  79. 163f384 qdev: Make DeviceState.id independent of QemuOpts by Kevin Wolf · 3 years, 5 months ago
  80. e287bf7 net: Introduce NetClientInfo.check_peer_type() by Kevin Wolf · 3 years, 5 months ago
  81. e5b2333 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into staging by Richard Henderson · 3 years, 5 months ago
  82. d2ba802 tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h by Richard Henderson · 3 years, 7 months ago
  83. b4c8f3d accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.h by Richard Henderson · 3 years, 5 months ago
  84. f83bcec accel/tcg: Add cpu_{ld,st}*_mmu interfaces by Richard Henderson · 3 years, 7 months ago
  85. 6e81733 hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.c by Philippe Mathieu-Daudé · 3 years, 5 months ago
  86. 0216585 hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.c by Philippe Mathieu-Daudé · 3 years, 5 months ago
  87. 05fc8db hw/i386/sgx: Have sgx_epc_get_section() return a boolean by Philippe Mathieu-Daudé · 3 years, 5 months ago
  88. cd35beb monitor: Reduce hmp_info_sev() declaration by Philippe Mathieu-Daudé · 3 years, 5 months ago
  89. deae846 target/i386/sev: Declare system-specific functions in 'sev.h' by Philippe Mathieu-Daudé · 3 years, 5 months ago
  90. bfd9a76 Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-121021-2' into staging by Richard Henderson · 3 years, 5 months ago
  91. 453d50c accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is valid by Alex Bennée · 3 years, 5 months ago
  92. 199fd62 hw/arm: Integrate ADC model into Aspeed SoC by Andrew Jeffery · 3 years, 5 months ago
  93. 5857974 hw/adc: Add basic Aspeed ADC model by Andrew Jeffery · 3 years, 5 months ago
  94. 87bd33e hw: aspeed_gpio: Fix GPIO array indexing by Peter Delevoryas · 3 years, 5 months ago
  95. 6026103 aspeed/i2c: QOMify AspeedI2CBus by Cédric Le Goater · 3 years, 5 months ago
  96. 33456a8 aspeed/smc: Remove unused attribute 'irqline' by Cédric Le Goater · 3 years, 5 months ago
  97. a779e37 aspeed/smc: Introduce a new addr_width() class handler by Cédric Le Goater · 3 years, 5 months ago
  98. 71255c4 aspeed/smc: Add default reset values by Cédric Le Goater · 3 years, 5 months ago
  99. f75b533 aspeed/smc: QOMify AspeedSMCFlash by Cédric Le Goater · 3 years, 5 months ago
  100. 10f915e aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs' by Cédric Le Goater · 3 years, 5 months ago