aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/virt.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-16target/arm: Use "max" as default cpu for the virt machine with KVMFabiano Rosas1-0/+4
2023-02-16arm/virt: don't try to spell out the acceleratorCornelia Huck1-3/+3
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0
2023-02-03hw/arm/virt: Make accels in GIC finalize logic explicitAlexander Graf1-1/+6
2023-02-03hw/arm/virt: Consolidate GIC finalize logicAlexander Graf1-96/+102
2023-02-03hw/arm: Use TYPE_ARM_SMMUV3Richard Henderson1-1/+1
2022-12-21hw: Add compat machines for 8.0Cornelia Huck1-1/+8
2022-12-15Merge tag 'pull-target-arm-20221215-1' of https://git.linaro.org/people/pmayd...Peter Maydell1-36/+166
2022-12-15target/arm: Add Cortex-A55 CPUTimofey Kutergin1-0/+1
2022-12-15hw/arm/virt: build SMBIOS 19 tableMihai Carabas1-1/+7
2022-12-15hw/arm/virt: Add properties to disable high memory regionsGavin Shan1-2/+73
2022-12-15hw/arm/virt: Add 'compact-highmem' propertyGavin Shan1-0/+32
2022-12-15hw/arm/virt: Improve high memory region address assignmentGavin Shan1-5/+10
2022-12-15hw/arm/virt: Introduce virt_get_high_memmap_enabled() helperGavin Shan1-13/+19
2022-12-15hw/arm/virt: Introduce variable region_base in virt_set_high_memmap()Gavin Shan1-6/+6
2022-12-15hw/arm/virt: Rename variable size to region_size in virt_set_high_memmap()Gavin Shan1-7/+8
2022-12-15hw/arm/virt: Introduce virt_set_high_memmap() helperGavin Shan1-33/+41
2022-12-14error: Drop some obviously superfluous error_propagate()Markus Armbruster1-9/+5
2022-10-27hw/arm/virt: Fix devicetree warnings about the virtio-iommu nodeJean-Philippe Brucker1-2/+3
2022-09-29hw/arm/virt: Fix devicetree warning about the SMMU nodeJean-Philippe Brucker1-2/+0
2022-09-29hw/arm/virt: Use "msi-map" devicetree property for PCIJean-Philippe Brucker1-2/+2
2022-09-29hw/arm/virt: Fix devicetree warning about the GIC nodeJean-Philippe Brucker1-0/+1
2022-09-29hw/arm/virt: Fix devicetree warning about the root nodeJean-Philippe Brucker1-0/+1
2022-09-14target/arm: Add cortex-a35Hao Wu1-0/+1
2022-08-25hw: Add compat machines for 7.2Cornelia Huck1-1/+8
2022-07-07hw/arm/virt: dt: add rng-seed propertyJason A. Donenfeld1-17/+27
2022-06-27target/arm: Extend arm_pamax to more than aarch64Richard Henderson1-9/+1
2022-05-19hw/arm/virt: Drop #size-cells and #address-cells from gpio-keys dtb nodePeter Maydell1-2/+0
2022-05-19hw/arm/virt: Fix incorrect non-secure flash dtb node namePeter Maydell1-1/+1
2022-05-09hw/arm/virt: Fix CPU's default NUMA node IDGavin Shan1-1/+3
2022-05-09hw/arm/virt: Consider SMP configuration in CPU topologyGavin Shan1-1/+14
2022-05-09target/arm: Define neoverse-n1Richard Henderson1-0/+1
2022-05-09target/arm: Define cortex-a76Richard Henderson1-0/+1
2022-04-29hw/core: Move the ARM sysbus-fdt to coreAlistair Francis1-1/+1
2022-04-22hw/arm/virt: Support TCG GICv4Peter Maydell1-17/+53
2022-04-22hw/arm/virt: Abstract out calculation of redistributor region capacityPeter Maydell1-7/+4
2022-04-22hw/arm/virt: Use VIRT_GIC_VERSION_* enum values in create_gic()Peter Maydell1-8/+23
2022-04-21hw/arm/virt: Check for attempt to use TrustZone with KVM or HVFPeter Maydell1-0/+7
2022-04-20hw: Add compat machines for 7.1Cornelia Huck1-1/+8
2022-03-18hw/arm/virt: Fix gic-version=max when CONFIG_ARM_GICV3_TCG is unsetEric Auger1-1/+6
2022-03-07hw/arm/virt: Disable LPA2 for -machine virt-6.2Richard Henderson1-0/+7
2022-02-08hw/arm/boot: Drop nb_cpus field from arm_boot_infoPeter Maydell1-1/+0
2022-02-08hw/arm/virt: Let boot.c handle PSCI enablementPeter Maydell1-11/+1
2022-01-20hw/arm/virt: Drop superfluous checks against highmemMarc Zyngier1-4/+1
2022-01-20hw/arm/virt: Disable highmem devices that don't fit in the PA rangeMarc Zyngier1-6/+28
2022-01-20hw/arm/virt: Use the PA range to compute the memory mapMarc Zyngier1-12/+52
2022-01-20hw/arm/virt: Honor highmem setting when computing the memory mapMarc Zyngier1-3/+7
2022-01-20hw/arm/virt: Add a control for the the highmem redistributorsMarc Zyngier1-0/+2
2022-01-20hw/arm/virt: Add a control for the the highmem PCIe MMIOMarc Zyngier1-2/+5
2022-01-20hw/arm/virt: Support for virtio-mem-pciGavin Shan1-0/+70