aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-19qga: conditionalize schema for commands requiring utmpxDaniel P. Berrangé2-11/+5
2024-07-19qga: conditionalize schema for commands requiring libudevDaniel P. Berrangé2-12/+4
2024-07-19qga: conditionalize schema for commands requiring fstrimDaniel P. Berrangé2-16/+6
2024-07-19qga: conditionalize schema for commands requiring fsfreezeDaniel P. Berrangé2-52/+10
2024-07-19qga: conditionalize schema for commands only supported on WindowsDaniel P. Berrangé2-14/+10
2024-07-19qga: conditionalize schema for commands requiring linux/win32Daniel P. Berrangé3-69/+30
2024-07-19qga: conditionalize schema for commands requiring getifaddrsDaniel P. Berrangé2-18/+10
2024-07-19qga: conditionalize schema for commands unsupported on non-Linux POSIXDaniel P. Berrangé2-79/+17
2024-07-19qga: conditionalize schema for commands unsupported on WindowsDaniel P. Berrangé3-71/+32
2024-07-19qga: move CONFIG_FSFREEZE/TRIM to be meson defined optionsDaniel P. Berrangé2-9/+15
2024-07-19qga: move linux memory block command impls to commands-linux.cDaniel P. Berrangé2-310/+309
2024-07-19qga: move linux disk/cpu stats command impls to commands-linux.cDaniel P. Berrangé2-199/+195
2024-07-19qga: move linux fs/disk command impls to commands-linux.cDaniel P. Berrangé2-909/+904
2024-07-19qga: move linux suspend command impls to commands-linux.cDaniel P. Berrangé2-265/+265
2024-07-19qga: move linux vcpu command impls to commands-linux.cDaniel P. Berrangé2-139/+141
2024-07-19qga: drop blocking of guest-get-memory-block-size commandDaniel P. Berrangé2-2/+2
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
2024-07-18hw/arm/smmu: Introduce smmu_iotlb_inv_asid_vmidMostafa Saleh4-10/+16
2024-07-18hw/arm/smmu: Support nesting in smmuv3_range_inval()Mostafa Saleh4-9/+66
2024-07-18hw/arm/smmu-common: Support nested translationMostafa Saleh3-13/+82
2024-07-18hw/arm/smmu-common: Add support for nested TLBMostafa Saleh2-4/+34
2024-07-18hw/arm/smmu-common: Rework TLB lookup for nestingMostafa Saleh1-21/+43
2024-07-18hw/arm/smmuv3: Translate CD and TT using stage-2 tableMostafa Saleh1-17/+103
2024-07-18hw/arm/smmu: Introduce CACHED_ENTRY_TO_ADDRMostafa Saleh2-2/+4
2024-07-18hw/arm/smmu: Consolidate ASID and VMID typesMostafa Saleh4-23/+23
2024-07-18hw/arm/smmu: Split smmuv3_translate()Mostafa Saleh4-121/+142
2024-07-18hw/arm/smmu: Use enum for SMMU stageMostafa Saleh3-17/+25
2024-07-18hw/arm/smmuv3: Fix encoding of CLASS in eventsMostafa Saleh2-1/+13
2024-07-18hw/arm/smmu: Fix IPA for stage-2 eventsMostafa Saleh2-4/+10
2024-07-18hw/arm/smmu-common: Add missing size check for stage-1Mostafa Saleh1-0/+10
2024-07-18hw/display/bcm2835_fb: fix fb_use_offsets conditionSamJakob1-1/+1
2024-07-18target/arm: LDAPR should honour SCTLR_ELx.nAAPeter Maydell1-1/+1
2024-07-18target/arm: Fix handling of LDAPR/STLR with negative offsetPeter Maydell1-1/+1
2024-07-18Merge tag 'pull-riscv-to-apply-20240718-1' of https://github.com/alistair23/q...Richard Henderson29-210/+1245
2024-07-18roms/opensbi: Update to v1.5Daniel Henrique Barboza3-0/+0
2024-07-18hw/riscv/virt.c: re-insert and deprecate 'riscv,delegate'Daniel Henrique Barboza2-0/+20
2024-07-18target/riscv: raise an exception when CSRRS/CSRRC writes a read-only CSRYu-Ming Chang3-9/+58
2024-07-18target/riscv: Expose the Smcntrpmf configAtish Patra1-0/+1
2024-07-18target/riscv: Do not setup pmu timer if OF is disabledAtish Patra1-12/+44
2024-07-18target/riscv: More accurately model priv mode filtering.Rajnesh Kanwal3-4/+33