1. da95364 target/microblaze: Prefer fast cpu_env() over slower CPU QOM cast macro by Philippe Mathieu-Daudé · 1 year, 1 month ago
  2. e22a456 target/m68k: Prefer fast cpu_env() over slower CPU QOM cast macro by Philippe Mathieu-Daudé · 1 year, 1 month ago
  3. f3b603b target/loongarch: Prefer fast cpu_env() over slower CPU QOM cast macro by Philippe Mathieu-Daudé · 1 year, 1 month ago
  4. f8436a1 target/i386/hvf: Use CPUState typedef by Philippe Mathieu-Daudé · 1 year, 1 month ago
  5. 7ab7428 target/hexagon: Prefer fast cpu_env() over slower CPU QOM cast macro by Philippe Mathieu-Daudé · 1 year, 1 month ago
  6. 2df4ab2 target/cris: Prefer fast cpu_env() over slower CPU QOM cast macro by Philippe Mathieu-Daudé · 1 year, 1 month ago
  7. 2db5b94 target/avr: Prefer fast cpu_env() over slower CPU QOM cast macro by Philippe Mathieu-Daudé · 1 year, 1 month ago
  8. 50cb36c target/alpha: Prefer fast cpu_env() over slower CPU QOM cast macro by Philippe Mathieu-Daudé · 1 year, 1 month ago
  9. 348802b target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler by Philippe Mathieu-Daudé · 1 year, 1 month ago
  10. 94956d7 bulk: Call in place single use cpu_env() by Philippe Mathieu-Daudé · 1 year, 1 month ago
  11. 97e0310 hw/core: Declare CPUArchId::cpu as CPUState instead of Object by Philippe Mathieu-Daudé · 1 year, 1 month ago
  12. ee1004b bulk: Access existing variables initialized to &S->F when available by Philippe Mathieu-Daudé · 1 year, 1 month ago
  13. 46ff64a error: Move ERRP_GUARD() to the beginning of the function by Zhao Liu · 12 months ago
  14. 95e9053 target/s390x/cpu_models: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  15. 3dd5fc5 net/vhost-vdpa: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  16. 35e83a9 migration/option: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  17. ff88dbe hw/virtio/vhost: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  18. b403c8d hw/virtio/vhost-vsock: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  19. 498696e hw/vfio/platform: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  20. cf8afdf hw/vfio/pci: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  21. 4476550 hw/vfio/pci-quirks: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  22. 5cf8f51 hw/vfio/iommufd: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  23. 89a8a2e hw/vfio/helpers: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  24. 93a518b hw/vfio/container: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  25. c9e21f9 hw/vfio/ap: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  26. d765ab2 hw/scsi/vhost-scsi: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  27. 0ea5f594 block/virtio-blk: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  28. 76db0ea block/vmdk: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  29. f5ec96c block/vdi: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  30. ce33d85 block/snapshot: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  31. c66eec9 block/qed: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  32. d13e3b4 block/qcow2: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  33. e1081e3 block/qcow2-bitmap: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  34. ed46217 block/nvme: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  35. c835ca0 block/nbd: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  36. c79eabc block/copy-before-write: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  37. 7b22e05 block: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  38. c1cccad backends/iommufd: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
  39. 042e494 error: Add error_vprepend() in comment of ERRP_GUARD() rules by Zhao Liu · 12 months ago
  40. 4a9fafb hw/intc: Check @errp to handle the error of IOAPICCommonClass.realize() by Zhao Liu · 1 year ago
  41. 8cb84d7 hw/pci-bridge/cxl_upstream: Fix missing ERRP_GUARD() in cxl_usp_realize() by Zhao Liu · 1 year ago
  42. 1e0efa9 hw/misc/xlnx-versal-trng: Check returned bool in trng_prop_fault_event_set() by Zhao Liu · 1 year ago
  43. 294cbbf hw/mem/cxl_type3: Fix missing ERRP_GUARD() in ct3_realize() by Zhao Liu · 1 year ago
  44. d470fd6 hw/display/macfb: Fix missing ERRP_GUARD() in macfb_nubus_realize() by Zhao Liu · 1 year ago
  45. 5c7eedf hw/cxl/cxl-host: Fix missing ERRP_GUARD() in cxl_fixed_memory_window_config() by Zhao Liu · 1 year ago
  46. 7489f7f Merge tag 'hw-misc-20240309' of https://github.com/philmd/qemu into staging by Peter Maydell · 12 months ago
  47. 89126b6 Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging by Peter Maydell · 12 months ago
  48. d3c79c3 hw/m68k/mcf5208: add support for reset by Angelo Dureghello · 12 months ago
  49. bb829cd tests/unit/test-smp-parse: Test "parameter=0" SMP configurations by Zhao Liu · 12 months ago
  50. 71e44ee tests/unit/test-smp-parse: Test smp_props.has_clusters by Zhao Liu · 12 months ago
  51. ef88e1e tests/unit/test-smp-parse: Test the full 7-levels topology hierarchy by Zhao Liu · 12 months ago
  52. 3f90fb0 tests/unit/test-smp-parse: Test "drawers" and "books" combination case by Zhao Liu · 12 months ago
  53. 5a4c414 tests/unit/test-smp-parse: Test "drawers" parameter in -smp by Zhao Liu · 12 months ago
  54. f0fe1cd tests/unit/test-smp-parse: Test "books" parameter in -smp by Zhao Liu · 12 months ago
  55. dc58344 tests/unit/test-smp-parse: Make test cases aware of the book/drawer by Zhao Liu · 12 months ago
  56. f4e65d6 tests/unit/test-smp-parse: Bump max_cpus to 4096 by Zhao Liu · 12 months ago
  57. 803f971 tests/unit/test-smp-parse: Use CPU number macros in invalid topology case by Zhao Liu · 12 months ago
  58. a4f9386 tests/unit/test-smp-parse: Drop the unsupported "dies=1" case by Zhao Liu · 12 months ago
  59. 4503dcf hw/core/machine-smp: Calculate total CPUs once in machine_parse_smp_config() by Zhao Liu · 12 months ago
  60. 54c4ea8 hw/core/machine-smp: Deprecate unsupported "parameter=1" SMP configurations by Zhao Liu · 12 months ago
  61. 72d346f hw/core/machine-smp: Remove deprecated "parameter=0" SMP configurations by Zhao Liu · 12 months ago
  62. 56fa4f3 docs/interop/firmware.json: Fix doc for FirmwareFlashMode by Thomas Weißschuh · 12 months ago
  63. 3d6753e docs/interop/firmware.json: Align examples by Thomas Weißschuh · 12 months ago
  64. c9ee67c hw/intc/grlib_irqmp: abort realize when ncpus value is out of range by Clément Chigot · 12 months ago
  65. 78abf93 mac_newworld: change timebase frequency from 100MHz to 25MHz for mac99 machine by Mark Cave-Ayland · 12 months ago
  66. 46e23b2 hmp: Add option to info qtree to omit details by BALATON Zoltan · 12 months ago
  67. 965bc08 qdev: Add a granule_mode property by Eric Auger · 1 year ago
  68. 0fad909 hw/intc/apic: fix memory leak by Paolo Bonzini · 12 months ago
  69. ecca5ca hw/i386/pc: Have pc_init_isa() pass a NULL pci_type argument by Philippe Mathieu-Daudé · 1 year ago
  70. 3ac5f67 hw/i386/pc: Remove 'host_type' argument from pc_init1() by Philippe Mathieu-Daudé · 1 year ago
  71. 07df0c3 hw/i386/pc: Use generated NotifyVmexitOption_str() by Philippe Mathieu-Daudé · 1 year ago
  72. 988b92f hw/i386/pc: Remove pc_compat_1_4..1.7[] left over declarations by Philippe Mathieu-Daudé · 1 year ago
  73. f55ccea target/i386/sev: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 1 year ago
  74. e152011 hw/remote/remote-obj: hw/misc/ivshmem: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 1 year ago
  75. 8538cee hw/net/xen_nic: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 1 year ago
  76. 0a81424 hw/char/xen_console: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 1 year ago
  77. 825f292 hw/xen/hvm: Get target page size at runtime by Philippe Mathieu-Daudé · 1 year, 4 months ago
  78. 8ebb868 hw/xen/hvm: Propagate page_mask to a pair of functions by Philippe Mathieu-Daudé · 1 year, 4 months ago
  79. 62d6cf9 hw/xen/hvm: Inline TARGET_PAGE_ALIGN() macro by Philippe Mathieu-Daudé · 1 year, 4 months ago
  80. 906c087 hw/i386/xen: Compile 'xen-hvm.c' with Xen CPPFLAGS by Philippe Mathieu-Daudé · 1 year, 4 months ago
  81. f28b958 hw/xen: Extract 'xen_igd.h' from 'xen_pt.h' by Philippe Mathieu-Daudé · 1 year, 4 months ago
  82. 92dfc8a hw/xen/xen_pt: Add missing license by Philippe Mathieu-Daudé · 1 year, 4 months ago
  83. 8570951 hw/xen: Use target-agnostic qemu_target_page_bits() by Philippe Mathieu-Daudé · 1 year, 4 months ago
  84. b934c3f hw/xen: Rename 'ram_memory' global variable as 'xen_memory' by Philippe Mathieu-Daudé · 1 year, 4 months ago
  85. 9cd909a hw/xen: Remove unnecessary xen_hvm_inject_msi() stub by Philippe Mathieu-Daudé · 1 year, 4 months ago
  86. 06c8337 hw/pci/msi: Restrict xen_is_pirq_msi() call to Xen by Philippe Mathieu-Daudé · 1 year, 4 months ago
  87. 5d5bb9c system/physmem: Do not include 'hw/xen/xen.h' but 'sysemu/xen.h' by Philippe Mathieu-Daudé · 1 year, 4 months ago
  88. 3e5e5d4 sysemu/xen-mapcache: Check Xen availability with CONFIG_XEN_IS_POSSIBLE by Philippe Mathieu-Daudé · 1 year, 4 months ago
  89. 261bbc3 sysemu/xen: Forbid using Xen headers in user emulation by Philippe Mathieu-Daudé · 1 year, 4 months ago
  90. 11118c7 hw/i386: Rename kvmvapic.c -> vapic.c by Philippe Mathieu-Daudé · 1 year, 6 months ago
  91. d65f1ed docs/acpi/bits: add some clarity and details while also improving formating by Ani Sinha · 12 months ago
  92. 00691b1 hw/mem/cxl_type3: Fix problem with g_steal_pointer() by Thomas Huth · 12 months ago
  93. c68f81f hw/pci-bridge/cxl_upstream: Fix problem with g_steal_pointer() by Thomas Huth · 12 months ago
  94. c4e898d hw/cxl/cxl-cdat: Fix type of buf in ct3_load_cdat() by Thomas Huth · 12 months ago
  95. b1614f7 qerror: QERR_DEVICE_IN_USE is no longer used, drop by Markus Armbruster · 12 months ago
  96. 9fe0753 blockdev: Fix block_resize error reporting for op blockers by Markus Armbruster · 12 months ago
  97. d0bad43 char: Slightly better error reporting when chardev is in use by Markus Armbruster · 12 months ago
  98. 9bc9e95 make-release: switch to .xz format by default by Michael Tokarev · 12 months ago
  99. b1f1dc9 hw/scsi/lsi53c895a: Fix typo in comment by BALATON Zoltan · 12 months ago
  100. 75d5a5f hw/vfio/pci.c: Make some structure static by Frediano Ziglio · 12 months ago