aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/virt.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27target/arm: Implement Neoverse N2 CPU modelPeter Maydell1-0/+1
2023-10-20Merge tag 'hw-misc-20231019' of https://github.com/philmd/qemu into stagingStefan Hajnoczi1-3/+2
2023-10-19hw/arm/virt: Realize ARM_GICV2M sysbus device before accessing itPhilippe Mathieu-Daudé1-1/+1
2023-10-19hw/acpi: Realize ACPI_GED sysbus device before accessing itPhilippe Mathieu-Daudé1-2/+1
2023-10-19{include/}hw/arm: refactor virt PPI logicLeif Lindholm1-10/+14
2023-09-29hw/arm/virt: Clean up local variable shadowingPhilippe Mathieu-Daudé1-2/+1
2023-09-08target/arm: Implement cortex-a710Richard Henderson1-0/+1
2023-08-24Merge tag 'pull-target-arm-20230824' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi1-1/+1
2023-08-23hw: Add compat machines for 8.2Cornelia Huck1-1/+8
2023-08-22accel/kvm: Use negative KVM type for error propagationAkihiko Odaki1-1/+1
2023-07-12arm/virt: Use virtio-md-pci (un)plug functionsDavid Hildenbrand1-69/+12
2023-07-12hw/arm/virt: Use machine_memory_devices_init()David Hildenbrand1-8/+1
2023-07-08hw: Simplify calls to pci_nic_init_nofail()Thomas Huth1-7/+1
2023-07-06target/arm: Define neoverse-v1Peter Maydell1-0/+1
2023-06-28hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpersPhilippe Mathieu-Daudé1-0/+1
2023-06-26hw/arm: Validate cluster and NUMA node boundaryGavin Shan1-0/+2
2023-05-26hw/arm: Use MachineClass->default_nic in the virt machineThomas Huth1-1/+3
2023-05-19Revert "arm/kvm: add support for MTE"Peter Maydell1-39/+30
2023-05-18arm/kvm: add support for MTECornelia Huck1-30/+39
2023-05-02target/arm: move cpu_tcg to tcg/cpu32.cClaudio Fontana1-2/+0
2023-05-02target/arm: Move 64-bit TCG CPUs into tcg/Fabiano Rosas1-2/+4
2023-04-21Merge tag 'pull-request-2023-04-20' of https://gitlab.com/thuth/qemu into sta...Richard Henderson1-1/+8
2023-04-20hw/arm/virt: Restrict Cortex-A7 check to TCGPhilippe Mathieu-Daudé1-0/+2
2023-04-20hw/arm: Fix some typos in comments (most found by codespell)Stefan Weil1-1/+1
2023-04-20hw: Add compat machines for 8.1Cornelia Huck1-1/+8
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