aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-22semihosting: Restrict to TCGPhilippe Mathieu-Daudé
2024-07-22target/xtensa: Restrict semihosting to TCGPhilippe Mathieu-Daudé
2024-07-22target/riscv: Restrict semihosting to TCGPhilippe Mathieu-Daudé
2024-07-22target/mips: Restrict semihosting to TCGPhilippe Mathieu-Daudé
2024-07-22target/m68k: Restrict semihosting to TCGPhilippe Mathieu-Daudé
2024-07-22target/mips: Add semihosting stubPhilippe Mathieu-Daudé
2024-07-22target/m68k: Add semihosting stubPhilippe Mathieu-Daudé
2024-07-22semihosting: Include missing 'gdbstub/syscalls.h' headerPhilippe Mathieu-Daudé
2024-07-22plugins/execlog.c: correct dump of registers valuesFrédéric Pétrot
2024-07-22tests/plugins: use qemu_plugin_outs for inline statsAlex Bennée
2024-07-22plugins: fix mem callback array sizePierrick Bouvier
2024-07-22plugins/stoptrigger: TCG plugin to stop execution under conditionsSimon Hamelin
2024-07-22gdbstub: Re-factor gdb command extensionsAlex Bennée
2024-07-22tests/avocado: Remove non-working sparc leon3 testThomas Huth
2024-07-22testing: bump to latest libvirt-ciAlex Bennée
2024-07-22Merge tag 'pull-aspeed-20240721' of https://github.com/legoater/qemu into sta...Richard Henderson
2024-07-21aspeed: fix coding styleJamin Lin
2024-07-21hw/i2c/aspeed: rename the I2C class pool attribute to share_poolJamin Lin
2024-07-21hw/i2c/aspeed: support to set the different memory sizeJamin Lin
2024-07-21aspeed/soc: support ADC for AST2700Jamin Lin
2024-07-21aspeed/adc: Add AST2700 supportJamin Lin
2024-07-21tests/avocado/machine_aspeed.py: Add eMMC boot testsCédric Le Goater
2024-07-21aspeed: Introduce a 'boot-emmc' machine optionCédric Le Goater
2024-07-21aspeed: Introduce a 'hw_strap1' machine attributeCédric Le Goater
2024-07-21aspeed: Add boot-from-eMMC HW strapping bit to rainier-bmc machineCédric Le Goater
2024-07-21aspeed: Tune eMMC device properties to reflect HW strappingCédric Le Goater
2024-07-21aspeed: Introduce a AspeedSoCClass 'boot_from_emmc' handlerCédric Le Goater
2024-07-21aspeed/scu: Add boot-from-eMMC HW strapping bit for AST2600 SoCCédric Le Goater
2024-07-21aspeed: Load eMMC first boot area as a boot romCédric Le Goater
2024-07-21aspeed: Change type of eMMC deviceCédric Le Goater
2024-07-21aspeed/smc: Fix possible integer overflowCédric Le Goater
2024-07-19Merge tag 'pull-loongarch-20240719' of https://gitlab.com/gaosong/qemu into s...Richard Henderson
2024-07-19hw/loongarch: Modify flash block size to 256KXianglai Li
2024-07-19hw/loongarch: Remove unimplemented extioi INT_encode modeSong Gao
2024-07-19target/loongarch/gdbstub: Add vector registers supportSong Gao
2024-07-19Merge tag 'pull-target-arm-20240718' of https://git.linaro.org/people/pmaydel...Richard Henderson
2024-07-18hvf: arm: Do not advance PC when raising an exceptionAkihiko Odaki
2024-07-18tests/arm-cpu-features: Do not assume PMU availabilityAkihiko Odaki
2024-07-18tests/tcg/aarch64: Add test cases for SME FMOPA (widening)Daniyal Khan
2024-07-18target/arm: Use FPST_F16 for SME FMOPA (widening)Richard Henderson
2024-07-18target/arm: Use float_status copy in sme_fmopa_sDaniyal Khan
2024-07-18hw/arm/smmu: Refactor SMMU OASMostafa Saleh
2024-07-18hw/arm/smmuv3: Support and advertise nestingMostafa Saleh
2024-07-18hw/arm/smmuv3: Handle translation faults according to SMMUPTWEventInfoMostafa Saleh
2024-07-18hw/arm/smmuv3: Support nested SMMUs in smmuv3_notify_iova()Mostafa Saleh
2024-07-18hw/arm/smmu: Support nesting in the rest of commandsMostafa Saleh
2024-07-18hw/arm/smmu: Introduce smmu_iotlb_inv_asid_vmidMostafa Saleh
2024-07-18hw/arm/smmu: Support nesting in smmuv3_range_inval()Mostafa Saleh
2024-07-18hw/arm/smmu-common: Support nested translationMostafa Saleh
2024-07-18hw/arm/smmu-common: Add support for nested TLBMostafa Saleh