summary refs log tree commit diff stats
path: root/hw/arm/virt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* target/arm: Use "max" as default cpu for the virt machine with KVMFabiano Rosas2023-02-161-0/+4
* arm/virt: don't try to spell out the acceleratorCornelia Huck2023-02-161-3/+3
* Drop duplicate #includeMarkus Armbruster2023-02-081-1/+0
* hw/arm/virt: Make accels in GIC finalize logic explicitAlexander Graf2023-02-031-1/+6
* hw/arm/virt: Consolidate GIC finalize logicAlexander Graf2023-02-031-96/+102
* hw/arm: Use TYPE_ARM_SMMUV3Richard Henderson2023-02-031-1/+1
* hw: Add compat machines for 8.0Cornelia Huck2022-12-211-1/+8
* Merge tag 'pull-target-arm-20221215-1' of https://git.linaro.org/people/pmayd...Peter Maydell2022-12-151-36/+166
|\
| * target/arm: Add Cortex-A55 CPUTimofey Kutergin2022-12-151-0/+1
| * hw/arm/virt: build SMBIOS 19 tableMihai Carabas2022-12-151-1/+7
| * hw/arm/virt: Add properties to disable high memory regionsGavin Shan2022-12-151-2/+73
| * hw/arm/virt: Add 'compact-highmem' propertyGavin Shan2022-12-151-0/+32
| * hw/arm/virt: Improve high memory region address assignmentGavin Shan2022-12-151-5/+10
| * hw/arm/virt: Introduce virt_get_high_memmap_enabled() helperGavin Shan2022-12-151-13/+19
| * hw/arm/virt: Introduce variable region_base in virt_set_high_memmap()Gavin Shan2022-12-151-6/+6
| * hw/arm/virt: Rename variable size to region_size in virt_set_high_memmap()Gavin Shan2022-12-151-7/+8
| * hw/arm/virt: Introduce virt_set_high_memmap() helperGavin Shan2022-12-151-33/+41
* | error: Drop some obviously superfluous error_propagate()Markus Armbruster2022-12-141-9/+5
|/
* hw/arm/virt: Fix devicetree warnings about the virtio-iommu nodeJean-Philippe Brucker2022-10-271-2/+3
* hw/arm/virt: Fix devicetree warning about the SMMU nodeJean-Philippe Brucker2022-09-291-2/+0
* hw/arm/virt: Use "msi-map" devicetree property for PCIJean-Philippe Brucker2022-09-291-2/+2
* hw/arm/virt: Fix devicetree warning about the GIC nodeJean-Philippe Brucker2022-09-291-0/+1
* hw/arm/virt: Fix devicetree warning about the root nodeJean-Philippe Brucker2022-09-291-0/+1
* target/arm: Add cortex-a35Hao Wu2022-09-141-0/+1
* hw: Add compat machines for 7.2Cornelia Huck2022-08-251-1/+8
* hw/arm/virt: dt: add rng-seed propertyJason A. Donenfeld2022-07-071-17/+27
* target/arm: Extend arm_pamax to more than aarch64Richard Henderson2022-06-271-9/+1
* hw/arm/virt: Drop #size-cells and #address-cells from gpio-keys dtb nodePeter Maydell2022-05-191-2/+0
* hw/arm/virt: Fix incorrect non-secure flash dtb node namePeter Maydell2022-05-191-1/+1
* hw/arm/virt: Fix CPU's default NUMA node IDGavin Shan2022-05-091-1/+3
* hw/arm/virt: Consider SMP configuration in CPU topologyGavin Shan2022-05-091-1/+14
* target/arm: Define neoverse-n1Richard Henderson2022-05-091-0/+1
* target/arm: Define cortex-a76Richard Henderson2022-05-091-0/+1
* hw/core: Move the ARM sysbus-fdt to coreAlistair Francis2022-04-291-1/+1
* hw/arm/virt: Support TCG GICv4Peter Maydell2022-04-221-17/+53
* hw/arm/virt: Abstract out calculation of redistributor region capacityPeter Maydell2022-04-221-7/+4
* hw/arm/virt: Use VIRT_GIC_VERSION_* enum values in create_gic()Peter Maydell2022-04-221-8/+23
* hw/arm/virt: Check for attempt to use TrustZone with KVM or HVFPeter Maydell2022-04-211-0/+7
* hw: Add compat machines for 7.1Cornelia Huck2022-04-201-1/+8
* hw/arm/virt: Fix gic-version=max when CONFIG_ARM_GICV3_TCG is unsetEric Auger2022-03-181-1/+6
* hw/arm/virt: Disable LPA2 for -machine virt-6.2Richard Henderson2022-03-071-0/+7
* hw/arm/boot: Drop nb_cpus field from arm_boot_infoPeter Maydell2022-02-081-1/+0
* hw/arm/virt: Let boot.c handle PSCI enablementPeter Maydell2022-02-081-11/+1
* hw/arm/virt: Drop superfluous checks against highmemMarc Zyngier2022-01-201-4/+1
* hw/arm/virt: Disable highmem devices that don't fit in the PA rangeMarc Zyngier2022-01-201-6/+28
* hw/arm/virt: Use the PA range to compute the memory mapMarc Zyngier2022-01-201-12/+52
* hw/arm/virt: Honor highmem setting when computing the memory mapMarc Zyngier2022-01-201-3/+7
* hw/arm/virt: Add a control for the the highmem redistributorsMarc Zyngier2022-01-201-0/+2
* hw/arm/virt: Add a control for the the highmem PCIe MMIOMarc Zyngier2022-01-201-2/+5
* hw/arm/virt: Support for virtio-mem-pciGavin Shan2022-01-201-0/+70