summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Update plugin handling and build ta/focacciaTheofilos Augoustis2025-11-053-50/+126
* Merge pull request #1 from TUM-DSE/sr/pluginTheofilos Augoustis2025-11-053-7/+317
|\
| * Patch to reintroduce issue-2248 sr/pluginReimersS2025-10-301-0/+18
| * Aarch64 supportReimersS2025-10-291-3/+12
| * Basic pluginReimersS2025-10-282-7/+290
|/
* Update Focaccia plugin to execute every time that a translation executesTheofilos Augoustis2025-10-091-5/+12
* Add flake lockTheofilos Augoustis2025-10-081-0/+61
* Set QEMU plugin API version in base Focaccia pluginTheofilos Augoustis2025-10-081-0/+4
* Add basic flake for building QEMU for FocacciaTheofilos Augoustis2025-10-081-0/+30
* Add basic Focaccia stubTheofilos Augoustis2025-10-082-1/+30
* Update version for v10.0.0-rc2 releaseStefan Hajnoczi2025-04-011-1/+1
* Merge tag 'pull-aspeed-20250401' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi2025-04-011-2/+14
|\
| * hw/misc/aspeed_scu: Correct minimum access size for AST2500 / AST2600Joel Stanley2025-04-011-2/+2
| * hw/misc/aspeed_scu: Set MemoryRegionOps::impl::access_size to 32-bitPhilippe Mathieu-Daudé2025-04-011-0/+12
* | Merge tag 'hw-misc-20250331' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2025-04-0130-66/+99
|\ \ | |/ |/|
| * target/mips: Simplify and fix update_pagemaskRichard Henderson2025-03-313-7/+7
| * target/mips: Require even maskbits in update_pagemaskRichard Henderson2025-03-311-15/+8
| * target/mips: Revert TARGET_PAGE_BITS_VARYRichard Henderson2025-03-315-14/+2
| * target/sparc: Log unimplemented ASI load/store accessesPhilippe Mathieu-Daudé2025-03-311-0/+6
| * target/avr: Fix buffer read in avr_print_insnRichard Henderson2025-03-311-7/+14
| * target/hppa: Remove duplicated CPU_RESOLVING_TYPE definitionPhilippe Mathieu-Daudé2025-03-311-2/+0
| * hw/pci-host/designware: Fix ATU_UPPER_TARGET register accessPhilippe Mathieu-Daudé2025-03-311-1/+1
| * hw/ufs: free irq on exitZheng Huang2025-03-311-0/+3
| * hw/char/bcm2835_aux: Fix incorrect interrupt ID when RX disabledChung-Yi Chen2025-03-311-1/+1
| * hw/sd/sdhci: free irq on exitZheng Huang2025-03-311-0/+2
| * hw/scsi/lsi53c895a: fix memory leak in lsi_scsi_realize()Zheng Huang2025-03-311-1/+1
| * hw/nvram/xlnx-efuse: Do not expose as user-creatablePhilippe Mathieu-Daudé2025-03-311-0/+2
| * hw/misc/pll: Do not expose as user-creatablePhilippe Mathieu-Daudé2025-03-313-0/+18
| * hw/rtc/goldfish: keep time offset when resettingHeinrich Schuchardt2025-03-311-7/+6
| * hw/mips: Mark the "mipssim" machine as deprecatedThomas Huth2025-03-311-0/+13
| * hw/dma/i82374: Categorize and add descriptionPhilippe Mathieu-Daudé2025-03-311-0/+2
| * hw/display/dm163: Add descriptionPhilippe Mathieu-Daudé2025-03-311-1/+1
| * hw/block/m25p80: Categorize and add descriptionPhilippe Mathieu-Daudé2025-03-311-0/+2
| * hw/core/cpu: Use size_t for memory_rw_debug len argumentRichard Henderson2025-03-313-3/+3
| * hw/arm/fsl-imx8mp: Remove unused defineBernhard Beschow2025-03-311-1/+0
| * hw/arm/fsl-imx8mp: Derive struct FslImx8mpState from TYPE_SYS_BUS_DEVICEBernhard Beschow2025-03-313-3/+4
| * hw/arm/imx8mp-evk: Fix reference count of SoC objectBernhard Beschow2025-03-311-1/+1
| * hw/arm/armv7m: Expose and access System Control Space as little endianPhilippe Mathieu-Daudé2025-03-311-7/+7
|/
* Merge tag 'pull-riscv-to-apply-20250328' of https://github.com/alistair23/qem...Stefan Hajnoczi2025-03-283-9/+4
|\
| * Revert "target/riscv/kvm: add missing KVM CSRs"Daniel Henrique Barboza2025-03-281-6/+0
| * docs/specs/riscv-iommu: Fixed broken link to external risv iommu documenthemanshu.khilari.foss2025-03-281-3/+3
| * docs: Added docs/specs/riscv-iommu.rst in MAINTAINERS file.hemanshu.khilari.foss2025-03-281-0/+1
* | Merge tag 'pull-loongarch-20250327' of https://github.com/gaosong715/qemu int...Stefan Hajnoczi2025-03-282-1/+7
|\ \
| * | target/loongarch: Fix the cpu unplug resource leakXianglai Li2025-03-272-1/+7
| |/
* | Merge tag 'migration-20250327-pull-request' of https://gitlab.com/farosas/qem...Stefan Hajnoczi2025-03-281-7/+13
|\ \
| * | migration: Avoid SNP guest crash due to duplicate cpr blockerSteve Sistare2025-03-271-7/+13
| |/
* | Merge tag 'pull-request-2025-03-27' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2025-03-2713-9/+45
|\ \ | |/ |/|
| * tests/functional/test_vnc: Skip test if VNC support is not availableThomas Huth2025-03-271-4/+22
| * tests/functional/test_aarch64_virt_gpu: Skip if "dbus" display isn't availableThomas Huth2025-03-272-1/+3
| * target/s390x: Fix a typo in s390_cpu_class_init()Philippe Mathieu-Daudé2025-03-271-1/+1