summary refs log tree commit diff stats
path: root/rust/qemu-api-macros/src/utils.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-03docs: add support for gb200-bmcEd Tanous1-2/+2
2025-07-03hw/arm/aspeed: Add second SPI chip to Aspeed modelEd Tanous2-0/+4
2025-07-03aspeed: Deprecate the ast2700a0-evb machineJamin Lin1-0/+8
2025-07-03tests/qtest: Add test for ASPEED SCUTan Siewert2-0/+232
2025-07-03hw/misc/aspeed_scu: Handle AST2600 protection key registers correctlyTan Siewert1-2/+14
2025-07-03hw/arm/aspeed: add Catalina machine typePatrick Williams4-0/+228
2025-07-03hw/arm/aspeed: bletchley: update hw strap valuesPatrick Williams1-3/+2
2025-07-03hw/misc/aspeed_scu: Support the Frequency Counter Control register for AST2700Jamin Lin1-0/+6
2025-07-03hw/misc/aspeed_sdmc: Skipping dram_init in u-boot for AST2700Jamin Lin1-0/+3
2025-07-02tests/functional/test_aarch64_sbsaref_freebsd: Fix the URL of the ISO imageThomas Huth1-4/+4
2025-07-02target/s390x: A fix for the trouble with triblesThomas Huth1-1/+1
2025-07-02target/s390x: set has_deprecated_props flagCollin Walling1-0/+3
2025-07-02MAINTAINERS: fix paths for relocated filesSean Wei1-9/+6
2025-07-02treewide: fix paths for relocated files in commentsSean Wei4-5/+5
2025-07-02treewide: update docs file extensions (.txt -> .rst) in commentsSean Wei8-10/+10
2025-07-02MAINTAINERS: fix VMware filename typo (vwm -> vmw)Sean Wei1-1/+1
2025-07-02MAINTAINERS: fix vendor capitalization (Vmware -> VMware)Sean Wei1-1/+1
2025-07-02MAINTAINERS: update docs file extensions (.txt -> .rst)Sean Wei1-2/+2
2025-07-02virtio-gpu: support context init multiple timelineYiwei Zhang1-0/+44
2025-07-02MAINTAINERS: add Akihiko and Dmitry as reviewersAlex Bennée1-0/+2
2025-07-02MAINTAINERS: add myself to virtio-gpu for Odd FixesAlex Bennée1-1/+2
2025-07-02plugins: Update plugin version and add notesRowan Hart1-1/+8
2025-07-02plugins: Add patcher plugin and testRowan Hart6-2/+328
2025-07-02tests/tcg: Remove copy-pasted notes and from i386 and add x86_64 system tests...Rowan Hart1-7/+5
2025-07-02plugins: Add memory hardware address read/write APIRowan Hart2-0/+190
2025-07-02plugins: Add memory virtual address write APIRowan Hart2-0/+39
2025-07-02plugins: Add enforcement of QEMU_PLUGIN_CB flags in register R/W callbacksRowan Hart6-6/+96
2025-07-02plugins: Add register write APIRowan Hart2-24/+56
2025-07-02gdbstub: Expose gdb_write_register function to consumers of gdbstubRowan Hart2-1/+15
2025-07-02semihosting/uaccess: Compile oncePhilippe Mathieu-Daudé1-4/+1
2025-07-02semihosting/uaccess: Remove uses of target_ulong typePhilippe Mathieu-Daudé2-11/+11
2025-07-02tests/functional: Add PCI hotplug test for aarch64Gustavo Romero3-0/+79
2025-07-02gitlab: mark s390x-system to allow failuresAlex Bennée1-0/+2
2025-07-01tests/functional: test device passthrough on aarch64Pierrick Bouvier2-0/+144
2025-07-01tests/functional: Expand Aarch64 SMMU tests to run on HVF acceleratorPhilippe Mathieu-Daudé1-3/+9
2025-07-01tests/functional: Add hvf_available() helperPeter Maydell3-3/+20
2025-07-01tests/functional: Require TCG to run Aarch64 imx8mp-evk testPhilippe Mathieu-Daudé1-0/+1
2025-07-01tests/functional: Restrict nested Aarch64 Xen test to TCGPhilippe Mathieu-Daudé1-0/+1
2025-07-01tests/functional: Set sbsa-ref machine type in each test functionPhilippe Mathieu-Daudé3-4/+7
2025-07-01hw/arm/sbsa-ref: Tidy up use of RAMLIMIT_GB definitionPhilippe Mathieu-Daudé1-3/+5
2025-07-01hw/arm/virt: Rename cpu_post_init() -> post_cpus_gic_realized()Philippe Mathieu-Daudé1-4/+5
2025-07-01hw/arm/virt: Make EL2 accelerator check an accept-listPhilippe Mathieu-Daudé1-1/+1
2025-07-01hw/arm/virt: Make EL3-guest accel check an accept-listPhilippe Mathieu-Daudé1-1/+1
2025-07-01target/arm: Restrict system register properties to system binaryPhilippe Mathieu-Daudé1-5/+6
2025-07-01target/arm/hvf: Pass @target_el argument to hvf_raise_exception()Philippe Mathieu-Daudé1-7/+7
2025-07-01target/arm: Correct KVM & HVF dtb_compatible valuePhilippe Mathieu-Daudé2-2/+2
2025-07-01target/arm/hvf: Log $pc in hvf_unknown_hvc() trace eventPhilippe Mathieu-Daudé2-4/+4
2025-07-01accel/hvf: Trace VM memory mappingPhilippe Mathieu-Daudé4-0/+16
2025-07-01target/arm/hvf: Trace hv_vcpu_run() failuresPhilippe Mathieu-Daudé2-1/+10
2025-07-01target/arm/hvf: Directly re-lock BQL after hv_vcpu_run()Philippe Mathieu-Daudé1-2/+3