aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-22semihosting: Restrict to TCGPhilippe Mathieu-Daudé1-0/+1
2024-07-22target/xtensa: Restrict semihosting to TCGPhilippe Mathieu-Daudé1-1/+1
2024-07-22target/riscv: Restrict semihosting to TCGPhilippe Mathieu-Daudé1-2/+2
2024-07-22target/mips: Restrict semihosting to TCGPhilippe Mathieu-Daudé1-1/+1
2024-07-22target/m68k: Restrict semihosting to TCGPhilippe Mathieu-Daudé1-1/+1
2024-07-22target/mips: Add semihosting stubPhilippe Mathieu-Daudé2-2/+19
2024-07-22target/m68k: Add semihosting stubPhilippe Mathieu-Daudé2-1/+19
2024-07-22semihosting: Include missing 'gdbstub/syscalls.h' headerPhilippe Mathieu-Daudé1-0/+2
2024-07-22plugins/execlog.c: correct dump of registers valuesFrédéric Pétrot1-1/+1
2024-07-22tests/plugins: use qemu_plugin_outs for inline statsAlex Bennée1-25/+33
2024-07-22plugins: fix mem callback array sizePierrick Bouvier1-2/+1
2024-07-22plugins/stoptrigger: TCG plugin to stop execution under conditionsSimon Hamelin3-0/+174
2024-07-22gdbstub: Re-factor gdb command extensionsAlex Bennée5-86/+105
2024-07-22tests/avocado: Remove non-working sparc leon3 testThomas Huth2-38/+0
2024-07-22testing: bump to latest libvirt-ciAlex Bennée3-8/+8
2024-07-22vnc: increase max display sizeGerd Hoffmann1-2/+2
2024-07-22tests/avocado/boot_xen.py: use class attributeCleber Rosa1-2/+1
2024-07-22tests/avocado/boot_xen.py: unify tagsCleber Rosa1-21/+5
2024-07-22tests/avocado/boot_xen.py: merge base classesCleber Rosa1-4/+1
2024-07-22Merge tag 'pull-aspeed-20240721' of https://github.com/legoater/qemu into sta...Richard Henderson13-39/+188
2024-07-21aspeed: fix coding styleJamin Lin1-7/+14
2024-07-21hw/i2c/aspeed: rename the I2C class pool attribute to share_poolJamin Lin2-20/+23
2024-07-21hw/i2c/aspeed: support to set the different memory sizeJamin Lin2-2/+6
2024-07-21aspeed/soc: support ADC for AST2700Jamin Lin1-0/+12
2024-07-21aspeed/adc: Add AST2700 supportJamin Lin2-0/+17
2024-07-21tests/avocado/machine_aspeed.py: Add eMMC boot testsCédric Le Goater1-0/+39
2024-07-21aspeed: Introduce a 'boot-emmc' machine optionCédric Le Goater2-0/+32
2024-07-21aspeed: Introduce a 'hw_strap1' machine attributeCédric Le Goater1-1/+5
2024-07-21aspeed: Add boot-from-eMMC HW strapping bit to rainier-bmc machineCédric Le Goater1-1/+1
2024-07-21aspeed: Tune eMMC device properties to reflect HW strappingCédric Le Goater1-4/+13
2024-07-21aspeed: Introduce a AspeedSoCClass 'boot_from_emmc' handlerCédric Le Goater3-0/+16
2024-07-21aspeed/scu: Add boot-from-eMMC HW strapping bit for AST2600 SoCCédric Le Goater1-0/+4
2024-07-21aspeed: Load eMMC first boot area as a boot romCédric Le Goater1-3/+5
2024-07-21aspeed: Change type of eMMC deviceCédric Le Goater1-4/+5
2024-07-21aspeed/smc: Fix possible integer overflowCédric Le Goater1-2/+1
2024-07-19Merge tag 'pull-loongarch-20240719' of https://gitlab.com/gaosong/qemu into s...Richard Henderson7-6/+193
2024-07-19hw/loongarch: Modify flash block size to 256KXianglai Li1-1/+1
2024-07-19hw/loongarch: Remove unimplemented extioi INT_encode modeSong Gao1-1/+0
2024-07-19target/loongarch/gdbstub: Add vector registers supportSong Gao5-4/+192
2024-07-19Merge tag 'pull-target-arm-20240718' of https://git.linaro.org/people/pmaydel...Richard Henderson16-245/+846
2024-07-18hvf: arm: Do not advance PC when raising an exceptionAkihiko Odaki1-0/+1
2024-07-18tests/arm-cpu-features: Do not assume PMU availabilityAkihiko Odaki1-5/+8
2024-07-18tests/tcg/aarch64: Add test cases for SME FMOPA (widening)Daniyal Khan4-2/+185
2024-07-18target/arm: Use FPST_F16 for SME FMOPA (widening)Richard Henderson1-4/+8
2024-07-18target/arm: Use float_status copy in sme_fmopa_sDaniyal Khan1-1/+1
2024-07-18hw/arm/smmu: Refactor SMMU OASMostafa Saleh3-23/+32
2024-07-18hw/arm/smmuv3: Support and advertise nestingMostafa Saleh1-9/+26
2024-07-18hw/arm/smmuv3: Handle translation faults according to SMMUPTWEventInfoMostafa Saleh1-7/+8
2024-07-18hw/arm/smmuv3: Support nested SMMUs in smmuv3_notify_iova()Mostafa Saleh2-15/+26
2024-07-18hw/arm/smmu: Support nesting in the rest of commandsMostafa Saleh4-3/+46