aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-19guest-agent: document allow-rpcs in config file sectionThomas Lamprecht
2024-07-19qga/commands-posix: Make ga_wait_child() return booleanZhao Liu
2024-07-19qga: centralize logic for disabling/enabling commandsDaniel P. Berrangé
2024-07-19qga: allow configuration file path via the cliDaniel P. Berrangé
2024-07-19qga: remove pointless 'blockrpcs_key' variableDaniel P. Berrangé
2024-07-19qga: move declare of QGAConfig struct to top of fileDaniel P. Berrangé
2024-07-19qga: don't disable fsfreeze commands if vss_init failsDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands not supported on other UNIXDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands requiring utmpxDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands requiring libudevDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands requiring fstrimDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands requiring fsfreezeDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands only supported on WindowsDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands requiring linux/win32Daniel P. Berrangé
2024-07-19qga: conditionalize schema for commands requiring getifaddrsDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands unsupported on non-Linux POSIXDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands unsupported on WindowsDaniel P. Berrangé
2024-07-19qga: move CONFIG_FSFREEZE/TRIM to be meson defined optionsDaniel P. Berrangé
2024-07-19qga: move linux memory block command impls to commands-linux.cDaniel P. Berrangé
2024-07-19qga: move linux disk/cpu stats command impls to commands-linux.cDaniel P. Berrangé
2024-07-19qga: move linux fs/disk command impls to commands-linux.cDaniel P. Berrangé
2024-07-19qga: move linux suspend command impls to commands-linux.cDaniel P. Berrangé
2024-07-19qga: move linux vcpu command impls to commands-linux.cDaniel P. Berrangé
2024-07-19qga: drop blocking of guest-get-memory-block-size commandDaniel P. Berrangé
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
2024-07-18hw/arm/smmu-common: Rework TLB lookup for nestingMostafa Saleh
2024-07-18hw/arm/smmuv3: Translate CD and TT using stage-2 tableMostafa Saleh
2024-07-18hw/arm/smmu: Introduce CACHED_ENTRY_TO_ADDRMostafa Saleh
2024-07-18hw/arm/smmu: Consolidate ASID and VMID typesMostafa Saleh