summary refs log tree commit diff stats
path: root/hw/arm/virt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Implement Neoverse N2 CPU modelPeter Maydell2023-10-271-0/+1
* Merge tag 'hw-misc-20231019' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2023-10-201-3/+2
|\
| * hw/arm/virt: Realize ARM_GICV2M sysbus device before accessing itPhilippe Mathieu-Daudé2023-10-191-1/+1
| * hw/acpi: Realize ACPI_GED sysbus device before accessing itPhilippe Mathieu-Daudé2023-10-191-2/+1
* | {include/}hw/arm: refactor virt PPI logicLeif Lindholm2023-10-191-10/+14
|/
* hw/arm/virt: Clean up local variable shadowingPhilippe Mathieu-Daudé2023-09-291-2/+1
* target/arm: Implement cortex-a710Richard Henderson2023-09-081-0/+1
* Merge tag 'pull-target-arm-20230824' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2023-08-241-1/+1
|\
| * accel/kvm: Use negative KVM type for error propagationAkihiko Odaki2023-08-221-1/+1
* | hw: Add compat machines for 8.2Cornelia Huck2023-08-231-1/+8
|/
* arm/virt: Use virtio-md-pci (un)plug functionsDavid Hildenbrand2023-07-121-69/+12
* hw/arm/virt: Use machine_memory_devices_init()David Hildenbrand2023-07-121-8/+1
* hw: Simplify calls to pci_nic_init_nofail()Thomas Huth2023-07-081-7/+1
* target/arm: Define neoverse-v1Peter Maydell2023-07-061-0/+1
* hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpersPhilippe Mathieu-Daudé2023-06-281-0/+1
* hw/arm: Validate cluster and NUMA node boundaryGavin Shan2023-06-261-0/+2
* hw/arm: Use MachineClass->default_nic in the virt machineThomas Huth2023-05-261-1/+3
* Revert "arm/kvm: add support for MTE"Peter Maydell2023-05-191-39/+30
* arm/kvm: add support for MTECornelia Huck2023-05-181-30/+39
* target/arm: move cpu_tcg to tcg/cpu32.cClaudio Fontana2023-05-021-2/+0
* target/arm: Move 64-bit TCG CPUs into tcg/Fabiano Rosas2023-05-021-2/+4
* Merge tag 'pull-request-2023-04-20' of https://gitlab.com/thuth/qemu into sta...Richard Henderson2023-04-211-1/+8
|\
| * hw: Add compat machines for 8.1Cornelia Huck2023-04-201-1/+8
* | hw/arm/virt: Restrict Cortex-A7 check to TCGPhilippe Mathieu-Daudé2023-04-201-0/+2
* | hw/arm: Fix some typos in comments (most found by codespell)Stefan Weil2023-04-201-1/+1
|/
* 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