1. 93e0932 linux-headers: Update to v6.1 by Peter Xu · 2 years, 1 month ago
  2. a67dfa6 Drop duplicate #include by Markus Armbruster · 2 years, 1 month ago
  3. bfe7bf8 Don't include headers already included by qemu/osdep.h by Markus Armbruster · 2 years, 1 month ago
  4. d35d504 accel: Clean up includes by Markus Armbruster · 2 years, 1 month ago
  5. 02f95e9 block: Clean up includes by Markus Armbruster · 2 years, 1 month ago
  6. c0e38aa migration: Clean up includes by Markus Armbruster · 2 years, 1 month ago
  7. e094580 hw/tricore: Clean up includes by Markus Armbruster · 2 years, 1 month ago
  8. 626fb3c hw/input: Clean up includes by Markus Armbruster · 2 years, 1 month ago
  9. d90b1e4 hw/cxl: Clean up includes by Markus Armbruster · 2 years, 1 month ago
  10. 969d09c Merge tag 'pull-aspeed-20230207' of https://github.com/legoater/qemu into staging by Peter Maydell · 2 years, 1 month ago
  11. 5c71a91 Merge tag 'pull-riscv-to-apply-20230207' of https://github.com/alistair23/qemu into staging by Peter Maydell · 2 years, 1 month ago
  12. b86307e Merge tag 'migration-20230206-pull-request' of https://gitlab.com/juan.quintela/qemu into staging by Peter Maydell · 2 years, 1 month ago
  13. 6ba3dc2 hw/arm/aspeed_ast10x0: Map the secure SRAM by Philippe Mathieu-Daudé · 2 years, 1 month ago
  14. 72006c6 hw/arm/aspeed_ast10x0: Add various unimplemented peripherals by Philippe Mathieu-Daudé · 2 years, 1 month ago
  15. f8ad895 hw/watchdog/wdt_aspeed: Log unimplemented registers as UNIMP level by Philippe Mathieu-Daudé · 2 years, 1 month ago
  16. 6fdb438 hw/watchdog/wdt_aspeed: Rename MMIO region size as 'iosize' by Philippe Mathieu-Daudé · 2 years, 1 month ago
  17. 9f782e9 hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper by Peter Delevoryas · 2 years, 1 month ago
  18. 9618eba hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards by Peter Delevoryas · 2 years, 1 month ago
  19. ddbf7bd hw/core/loader: Remove declarations of option_rom_has_mr/rom_file_has_mr by Cédric Le Goater · 2 years, 1 month ago
  20. 4b40288 hw/riscv: change riscv_compute_fdt_addr() semantics by Daniel Henrique Barboza · 2 years, 1 month ago
  21. bc2c015 hw/riscv: split fdt address calculation from fdt load by Daniel Henrique Barboza · 2 years, 1 month ago
  22. 7ae7146 include/hw/riscv/opentitan: update opentitan IRQs by Wilfred Mallawa · 2 years, 1 month ago
  23. 84615a1 io: Add support for MSG_PEEK for socket channel by manish.mishra · 2 years, 2 months ago
  24. 89c5684 migration: Add canary to VMSTATE_END_OF_LIST by Dr. David Alan Gilbert · 3 years, 2 months ago
  25. 3b95a71 virtio-mem: Migrate immutable properties early by David Hildenbrand · 2 years, 1 month ago
  26. 80fe315 migration/ram: Factor out check for advised postcopy by David Hildenbrand · 2 years, 1 month ago
  27. 508f798 migration/vmstate: Introduce VMSTATE_WITH_TMP_TEST() and VMSTATE_BITMAP_TEST() by David Hildenbrand · 2 years, 1 month ago
  28. 62f4262 migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM) by David Hildenbrand · 2 years, 1 month ago
  29. d5890ea util/userfaultfd: Add uffd_open() by Peter Xu · 2 years, 1 month ago
  30. fd70385 migration: Remove unused threshold_size parameter by Juan Quintela · 2 years, 5 months ago
  31. c8df4a7 migration: Split save_live_pending() into state_pending_* by Juan Quintela · 2 years, 5 months ago
  32. 255dc7a migration: No save_live_pending() method uses the QEMUFile parameter by Juan Quintela · 2 years, 5 months ago
  33. 1f7888e mac_nvram: Add block backend to persist NVRAM contents by BALATON Zoltan · 2 years, 1 month ago
  34. 588c5b0 input/adb: Only include header where needed by BALATON Zoltan · 2 years, 2 months ago
  35. 6661b8c Merge tag 'pull-ppc-20230205' of https://gitlab.com/danielhb/qemu into staging by Peter Maydell · 2 years, 1 month ago
  36. bd34c91 ppc/pnv/pci: Update PHB5 version register by Frederic Barrat · 2 years, 1 month ago
  37. f856127 ppc/pnv/pci: Remove duplicate definition of PNV_PHB5_DEVICE_ID by Frederic Barrat · 2 years, 1 month ago
  38. 15b32fa ppc/pnv/pci: Cleanup PnvPHBPecState structure by Frederic Barrat · 2 years, 1 month ago
  39. d1beee4 tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64} by Richard Henderson · 2 years, 4 months ago
  40. 123ae56 tcg: Add tcg_gen_{non}atomic_cmpxchg_i128 by Richard Henderson · 2 years, 4 months ago
  41. cb48f36 tcg: Add guest load/store primitives for TCGv_i128 by Richard Henderson · 2 years, 4 months ago
  42. 4771e71 tcg: Add basic data movement for TCGv_i128 by Richard Henderson · 2 years, 4 months ago
  43. 43eef72 tcg: Add temp allocation for TCGv_i128 by Richard Henderson · 2 years, 4 months ago
  44. b959822 include/qemu/int128: Use Int128 structure for TCI by Richard Henderson · 2 years, 5 months ago
  45. ecbea3e tcg: Define TCG_TYPE_I128 and related helper macros by Richard Henderson · 2 years, 4 months ago
  46. 579510e Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into staging by Peter Maydell · 2 years, 1 month ago
  47. cbf8199 monitor: Move remaining HMP commands from misc.c to hmp-cmds.c by Markus Armbruster · 2 years, 1 month ago
  48. e224556 monitor: Move target-dependent HMP commands to hmp-cmds-target.c by Markus Armbruster · 2 years, 1 month ago
  49. dd00d7f monitor: Move monitor_putc() next to monitor_puts & external linkage by Markus Armbruster · 2 years, 1 month ago
  50. aa09b3d stats: Move QMP commands from monitor/ to stats/ by Markus Armbruster · 2 years, 1 month ago
  51. bab46b8 runstate: Move HMP commands from monitor/ to softmmu/ by Markus Armbruster · 2 years, 1 month ago
  52. ae71d13 net: Move hmp_info_network() to net-hmp-cmds.c by Markus Armbruster · 2 years, 1 month ago
  53. 0d79271 hmp: Rewrite strlist_from_comma_list() as hmp_split_at_comma() by Markus Armbruster · 2 years, 1 month ago
  54. fa1d2f8 block: Factor out hmp_change_medium(), and move to block/monitor/ by Markus Armbruster · 2 years, 1 month ago
  55. 29b62a1 trace: Move HMP commands from monitor/ to trace/ by Markus Armbruster · 2 years, 1 month ago
  56. 5ec92f2 hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.h by Markus Armbruster · 2 years, 1 month ago
  57. 52f50b1 readline: Extract readline_add_completion_of() from monitor by Markus Armbruster · 2 years, 1 month ago
  58. c3054a6 char: Factor out qmp_add_client() parts and move to chardev/ by Markus Armbruster · 2 years, 1 month ago
  59. 98b5362 audio: Move HMP commands from monitor/ to audio/ by Markus Armbruster · 2 years, 1 month ago
  60. 0730eab Merge tag 'pull-target-arm-20230203' of https://git.linaro.org/people/pmaydell/qemu-arm into staging by Peter Maydell · 2 years, 1 month ago
  61. a3495d1 hw/arm/virt: Consolidate GIC finalize logic by Alexander Graf · 2 years, 2 months ago
  62. 9d88935 hw/char/pl011: refactor FIFO depth handling code by Evgeny Iakovlev · 2 years, 1 month ago
  63. 5736527 Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging by Peter Maydell · 2 years, 1 month ago
  64. bf4460a Merge tag 'pull-tcg-20230123' of https://gitlab.com/rth7680/qemu into staging by Peter Maydell · 2 years, 1 month ago
  65. f991d61 Merge tag 'pull-jan-omnibus-020223-1' of https://gitlab.com/stsquad/qemu into staging by Peter Maydell · 2 years, 1 month ago
  66. 387b2b5 Merge tag 'pull-request-2023-01-31' of https://gitlab.com/thuth/qemu into staging by Peter Maydell · 2 years, 1 month ago
  67. 882f5b1 cpu-exec: assert that plugin_mem_cbs is NULL after execution by Emilio Cota · 2 years, 1 month ago
  68. 17083f6 tcg: exclude non-memory effecting helpers from instrumentation by Emilio Cota · 2 years, 1 month ago
  69. 3fd62e7 plugins: fix optimization in plugin_gen_disable_mem_helpers by Emilio Cota · 2 years, 1 month ago
  70. 047e2bd thread: de-const qemu_spin_destroy by Emilio Cota · 2 years, 1 month ago
  71. d570177 qemu-img: Change info key names for protocol nodes by Hanna Reitz · 2 years, 8 months ago
  72. 76c9e97 block/qapi: Add indentation to bdrv_node_info_dump() by Hanna Reitz · 2 years, 8 months ago
  73. 6cab339 block/qapi: Introduce BlockGraphInfo by Hanna Reitz · 2 years, 8 months ago
  74. 5d88135 block/qapi: Let bdrv_query_image_info() recurse by Hanna Reitz · 2 years, 8 months ago
  75. b1f4cd1 qemu-img: Use BlockNodeInfo by Hanna Reitz · 2 years, 8 months ago
  76. a2085f8 block: Split BlockNodeInfo off of ImageInfo by Hanna Reitz · 2 years, 8 months ago
  77. 3716470 block: Improve empty format-specific info dump by Hanna Reitz · 2 years, 8 months ago
  78. fcb9e05 block/nbd: Add missing <qemu/bswap.h> include by Philippe Mathieu-Daudé · 2 years, 3 months ago
  79. ca5e2ad block: Rename bdrv_load/save_vmstate() to bdrv_co_load/save_vmstate() by Emanuele Giuseppe Esposito · 2 years, 2 months ago
  80. c834dc0 block: Convert bdrv_debug_event() to co_wrapper_mixed by Emanuele Giuseppe Esposito · 2 years, 2 months ago
  81. 2c75261 block: Convert bdrv_lock_medium() to co_wrapper by Emanuele Giuseppe Esposito · 2 years, 2 months ago
  82. 2531b39 block: Convert bdrv_eject() to co_wrapper by Emanuele Giuseppe Esposito · 2 years, 2 months ago
  83. 3d47eb0 block: Convert bdrv_get_info() to co_wrapper_mixed by Emanuele Giuseppe Esposito · 2 years, 2 months ago
  84. 82618d7 block: Convert bdrv_get_allocated_file_size() to co_wrapper by Emanuele Giuseppe Esposito · 2 years, 2 months ago
  85. c86422c block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed by Emanuele Giuseppe Esposito · 2 years, 2 months ago
  86. c057960 block: Rename refresh_total_sectors to bdrv_refresh_total_sectors by Emanuele Giuseppe Esposito · 2 years, 2 months ago
  87. 1e97be9 block: Convert bdrv_is_inserted() to co_wrapper by Emanuele Giuseppe Esposito · 2 years, 2 months ago
  88. 09d9fc9 block: Convert bdrv_io_unplug() to co_wrapper by Emanuele Giuseppe Esposito · 2 years, 2 months ago
  89. 8f49745 block: Convert bdrv_io_plug() to co_wrapper by Emanuele Giuseppe Esposito · 2 years, 2 months ago
  90. c6f1647 pci: make sure pci_bus_is_express() won't error out with "discards ‘const’ qualifier" by Igor Mammedov · 2 years, 2 months ago
  91. 6c36ec4 pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_aml by Igor Mammedov · 2 years, 2 months ago
  92. 1d77e15 pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-cap by Igor Mammedov · 2 years, 2 months ago
  93. eac7a77 x86: don't let decompressed kernel image clobber setup_data by Jason A. Donenfeld · 2 years, 2 months ago
  94. 8a7c606 intel-iommu: Document iova_tree by Peter Xu · 2 years, 2 months ago
  95. d395b18 hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::madt_cpu by Bernhard Beschow · 2 years, 1 month ago
  96. 9c6c0ae hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml() by Bernhard Beschow · 2 years, 1 month ago
  97. ec6bf79 qemu/bswap: Use compiler __builtin_bswap() on NetBSD by Philippe Mathieu-Daudé · 2 years, 2 months ago
  98. a97cfd5 qemu/bswap: Use compiler __builtin_bswap() on FreeBSD by Philippe Mathieu-Daudé · 2 years, 2 months ago
  99. 91fdbf6 qemu/bswap: Use compiler __builtin_bswap() on Haiku by Philippe Mathieu-Daudé · 2 years, 2 months ago
  100. e76ce15 qemu/bswap: Remove <byteswap.h> dependency by Philippe Mathieu-Daudé · 2 years, 2 months ago