summary refs log tree commit diff stats
path: root/rust/qemu-api/src/assertions.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-03hw/arm: Do not build VMapple machine by defaultPhilippe Mathieu-Daudé1-0/+1
2025-04-03tests/qtest: Skip Aarch64 VMapple machinePhilippe Mathieu-Daudé1-0/+1
2025-04-03tests/functional: Skip aarch64_replay test on macOSPhilippe Mathieu-Daudé1-1/+3
2025-04-03tests/functional: Add a decorator for skipping tests on particular OSPhilippe Mathieu-Daudé2-2/+15
2025-04-03tests/functional/test_aarch64_rme_virt: fix sporadic failurePierrick Bouvier1-1/+3
2025-04-03tcg: Allocate TEMP_VAL_MEM frame in temp_load()Philippe Mathieu-Daudé1-0/+3
2025-04-03Revert "iotests: Stop NBD server in test 162 before starting the next one"Thomas Huth1-1/+0
2025-04-02hw/i386/amd_iommu: Assign pci-id 0x1419 for the AMD IOMMU deviceSuravee Suthikulpanit1-0/+1
2025-04-02virtio-net: Fix num_buffers for version 1Akihiko Odaki1-0/+2
2025-04-01Update version for v10.0.0-rc2 releaseStefan Hajnoczi1-1/+1
2025-04-01hw/misc/aspeed_scu: Correct minimum access size for AST2500 / AST2600Joel Stanley1-2/+2
2025-04-01hw/misc/aspeed_scu: Set MemoryRegionOps::impl::access_size to 32-bitPhilippe Mathieu-Daudé1-0/+12
2025-03-31target/mips: Simplify and fix update_pagemaskRichard Henderson3-7/+7
2025-03-31target/mips: Require even maskbits in update_pagemaskRichard Henderson1-15/+8
2025-03-31target/mips: Revert TARGET_PAGE_BITS_VARYRichard Henderson5-14/+2
2025-03-31target/sparc: Log unimplemented ASI load/store accessesPhilippe Mathieu-Daudé1-0/+6
2025-03-31target/avr: Fix buffer read in avr_print_insnRichard Henderson1-7/+14
2025-03-31target/hppa: Remove duplicated CPU_RESOLVING_TYPE definitionPhilippe Mathieu-Daudé1-2/+0
2025-03-31hw/pci-host/designware: Fix ATU_UPPER_TARGET register accessPhilippe Mathieu-Daudé1-1/+1
2025-03-31hw/ufs: free irq on exitZheng Huang1-0/+3
2025-03-31hw/char/bcm2835_aux: Fix incorrect interrupt ID when RX disabledChung-Yi Chen1-1/+1
2025-03-31hw/sd/sdhci: free irq on exitZheng Huang1-0/+2
2025-03-31hw/scsi/lsi53c895a: fix memory leak in lsi_scsi_realize()Zheng Huang1-1/+1
2025-03-31hw/nvram/xlnx-efuse: Do not expose as user-creatablePhilippe Mathieu-Daudé1-0/+2
2025-03-31hw/misc/pll: Do not expose as user-creatablePhilippe Mathieu-Daudé3-0/+18
2025-03-31hw/rtc/goldfish: keep time offset when resettingHeinrich Schuchardt1-7/+6
2025-03-31hw/mips: Mark the "mipssim" machine as deprecatedThomas Huth1-0/+13
2025-03-31hw/dma/i82374: Categorize and add descriptionPhilippe Mathieu-Daudé1-0/+2
2025-03-31hw/display/dm163: Add descriptionPhilippe Mathieu-Daudé1-1/+1
2025-03-31hw/block/m25p80: Categorize and add descriptionPhilippe Mathieu-Daudé1-0/+2
2025-03-31hw/core/cpu: Use size_t for memory_rw_debug len argumentRichard Henderson3-3/+3
2025-03-31hw/arm/fsl-imx8mp: Remove unused defineBernhard Beschow1-1/+0
2025-03-31hw/arm/fsl-imx8mp: Derive struct FslImx8mpState from TYPE_SYS_BUS_DEVICEBernhard Beschow3-3/+4
2025-03-31hw/arm/imx8mp-evk: Fix reference count of SoC objectBernhard Beschow1-1/+1
2025-03-31hw/arm/armv7m: Expose and access System Control Space as little endianPhilippe Mathieu-Daudé1-7/+7
2025-03-31migration: fix SEEK_CUR offset calculation in qio_channel_block_seekMarco Cavenati1-1/+1
2025-03-28Revert "target/riscv/kvm: add missing KVM CSRs"Daniel Henrique Barboza1-6/+0
2025-03-28docs/specs/riscv-iommu: Fixed broken link to external risv iommu documenthemanshu.khilari.foss1-3/+3
2025-03-28docs: Added docs/specs/riscv-iommu.rst in MAINTAINERS file.hemanshu.khilari.foss1-0/+1
2025-03-27migration: Avoid SNP guest crash due to duplicate cpr blockerSteve Sistare1-7/+13
2025-03-27target/loongarch: Fix the cpu unplug resource leakXianglai Li2-1/+7
2025-03-27tests/functional/test_vnc: Skip test if VNC support is not availableThomas Huth1-4/+22
2025-03-27tests/functional/test_aarch64_virt_gpu: Skip if "dbus" display isn't availableThomas Huth2-1/+3
2025-03-27target/s390x: Fix a typo in s390_cpu_class_init()Philippe Mathieu-Daudé1-1/+1
2025-03-27tests/functional: Add missing require_netdev('user') statementsThomas Huth7-1/+16
2025-03-27tests/functional/meson.build: Bump arm_aspeed_bletchley timeoutPeter Maydell1-1/+1
2025-03-27tests/functional/test_ppc64_replay: Mark the e500 test as flakyThomas Huth1-1/+2
2025-03-25Update version for v10.0.0-rc1 releaseStefan Hajnoczi1-1/+1
2025-03-23hw/misc/aspeed_hace: Fix buffer overflow in has_padding functionJamin Lin1-0/+5
2025-03-23hw/intc/aspeed: Fix IRQ handler mask checkSteven Lee1-1/+1