aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/virt.c
AgeCommit message (Expand)Author
2023-07-06target/arm: Define neoverse-v1Peter Maydell
2023-06-28hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpersPhilippe Mathieu-Daudé
2023-06-26hw/arm: Validate cluster and NUMA node boundaryGavin Shan
2023-05-26hw/arm: Use MachineClass->default_nic in the virt machineThomas Huth
2023-05-19Revert "arm/kvm: add support for MTE"Peter Maydell
2023-05-18arm/kvm: add support for MTECornelia Huck
2023-05-02target/arm: move cpu_tcg to tcg/cpu32.cClaudio Fontana
2023-05-02target/arm: Move 64-bit TCG CPUs into tcg/Fabiano Rosas
2023-04-21Merge tag 'pull-request-2023-04-20' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2023-04-20hw/arm/virt: Restrict Cortex-A7 check to TCGPhilippe Mathieu-Daudé
2023-04-20hw/arm: Fix some typos in comments (most found by codespell)Stefan Weil
2023-04-20hw: Add compat machines for 8.1Cornelia Huck
2023-02-16target/arm: Use "max" as default cpu for the virt machine with KVMFabiano Rosas
2023-02-16arm/virt: don't try to spell out the acceleratorCornelia Huck
2023-02-08Drop duplicate #includeMarkus Armbruster
2023-02-03hw/arm/virt: Make accels in GIC finalize logic explicitAlexander Graf
2023-02-03hw/arm/virt: Consolidate GIC finalize logicAlexander Graf
2023-02-03hw/arm: Use TYPE_ARM_SMMUV3Richard Henderson
2022-12-21hw: Add compat machines for 8.0Cornelia Huck
2022-12-15Merge tag 'pull-target-arm-20221215-1' of https://git.linaro.org/people/pmayd...Peter Maydell
2022-12-15target/arm: Add Cortex-A55 CPUTimofey Kutergin
2022-12-15hw/arm/virt: build SMBIOS 19 tableMihai Carabas
2022-12-15hw/arm/virt: Add properties to disable high memory regionsGavin Shan
2022-12-15hw/arm/virt: Add 'compact-highmem' propertyGavin Shan
2022-12-15hw/arm/virt: Improve high memory region address assignmentGavin Shan
2022-12-15hw/arm/virt: Introduce virt_get_high_memmap_enabled() helperGavin Shan
2022-12-15hw/arm/virt: Introduce variable region_base in virt_set_high_memmap()Gavin Shan
2022-12-15hw/arm/virt: Rename variable size to region_size in virt_set_high_memmap()Gavin Shan
2022-12-15hw/arm/virt: Introduce virt_set_high_memmap() helperGavin Shan
2022-12-14error: Drop some obviously superfluous error_propagate()Markus Armbruster
2022-10-27hw/arm/virt: Fix devicetree warnings about the virtio-iommu nodeJean-Philippe Brucker
2022-09-29hw/arm/virt: Fix devicetree warning about the SMMU nodeJean-Philippe Brucker
2022-09-29hw/arm/virt: Use "msi-map" devicetree property for PCIJean-Philippe Brucker
2022-09-29hw/arm/virt: Fix devicetree warning about the GIC nodeJean-Philippe Brucker
2022-09-29hw/arm/virt: Fix devicetree warning about the root nodeJean-Philippe Brucker
2022-09-14target/arm: Add cortex-a35Hao Wu
2022-08-25hw: Add compat machines for 7.2Cornelia Huck
2022-07-07hw/arm/virt: dt: add rng-seed propertyJason A. Donenfeld
2022-06-27target/arm: Extend arm_pamax to more than aarch64Richard Henderson
2022-05-19hw/arm/virt: Drop #size-cells and #address-cells from gpio-keys dtb nodePeter Maydell
2022-05-19hw/arm/virt: Fix incorrect non-secure flash dtb node namePeter Maydell
2022-05-09hw/arm/virt: Fix CPU's default NUMA node IDGavin Shan
2022-05-09hw/arm/virt: Consider SMP configuration in CPU topologyGavin Shan
2022-05-09target/arm: Define neoverse-n1Richard Henderson
2022-05-09target/arm: Define cortex-a76Richard Henderson
2022-04-29hw/core: Move the ARM sysbus-fdt to coreAlistair Francis
2022-04-22hw/arm/virt: Support TCG GICv4Peter Maydell
2022-04-22hw/arm/virt: Abstract out calculation of redistributor region capacityPeter Maydell
2022-04-22hw/arm/virt: Use VIRT_GIC_VERSION_* enum values in create_gic()Peter Maydell
2022-04-21hw/arm/virt: Check for attempt to use TrustZone with KVM or HVFPeter Maydell