aboutsummaryrefslogtreecommitdiff
path: root/include/hw/arm/virt.h
AgeCommit message (Expand)Author
2024-02-15hw/arm/virt: Wire up non-secure EL2 virtual timer IRQPeter Maydell
2023-10-19include/hw/arm: move BSA definitions to bsa.hLeif Lindholm
2023-10-19{include/}hw/arm: refactor virt PPI logicLeif Lindholm
2023-02-03hw/arm/virt: Consolidate GIC finalize logicAlexander Graf
2022-12-15hw/arm/virt: Add 'compact-highmem' propertyGavin Shan
2022-12-15hw/arm/virt: Improve high memory region address assignmentGavin Shan
2022-07-07hw/arm/virt: dt: add rng-seed propertyJason A. Donenfeld
2022-04-22hw/arm/virt: Support TCG GICv4Peter Maydell
2022-04-22hw/arm/virt: Abstract out calculation of redistributor region capacityPeter Maydell
2022-03-07hw/arm/virt: Disable LPA2 for -machine virt-6.2Richard Henderson
2022-01-20hw/arm/virt: Add a control for the the highmem redistributorsMarc Zyngier
2022-01-20hw/arm/virt: Add a control for the the highmem PCIe MMIOMarc Zyngier
2022-01-18hw/arm: add control knob to disable kaslr_seed via DTBAlex Bennée
2021-10-20hw/arm/virt: Only describe cpu topology since virt-6.2Yanan Wang
2021-09-13hw/arm/virt: add ITS support in virt GICShashi Mallela
2021-07-16hw/arm/virt: Add default_bus_bypass_iommu machine optionXingang Wang
2021-03-10hw/board: promote fdt from ARM VirtMachineState to MachineStateAlex Bennée
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca
2021-01-29arm-virt: add secure pl061 for reset/power downMaxim Uvarov
2021-01-08hw/arm/virt: Remove virt machine state 'smp_cpus'Andrew Jones
2020-12-08hw/arm/virt: Write extra pci roots into fw_cfgJiahui Cen
2020-10-08hw/arm/virt: Implement kvm-steal-timeAndrew Jones
2020-09-30move MemMapEntryGerd Hoffmann
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-07-20hw/arm/virt: Enable MTE via a machine propertyRichard Henderson
2020-07-03hw/arm/virt-acpi-build: Only expose flash on older machine typesAndrew Jones
2020-07-03hw/arm/virt: Let the virtio-iommu bypass MSIsEric Auger
2020-05-14hw/arm/virt: Introduce a RAS machine optionDongjiu Geng
2020-05-04hw/arm/virt: Add nvdimm hot-plug infrastructureKwangwoo Lee
2020-03-29acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann
2020-03-12hw/arm/virt: Introduce finalize_gic_version()Eric Auger
2020-03-12hw/arm/virt: Introduce VirtGICType enum typeEric Auger
2020-02-27hw/arm/virt: Add the virtio-iommu device tree mappingsEric Auger
2020-01-30target/arm/cpu: Add the kvm-no-adjvtime CPU propertyAndrew Jones
2019-12-16hw/arm/virt: Simplify by moving the gic in the machine statePhilippe Mathieu-Daudé
2019-10-05hw/arm: Factor out powerdown notifier from GPIOShameer Kolothum
2019-10-05hw/arm/virt: Enable device memory cold/hot plug with ACPI bootShameer Kolothum
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell
2019-05-07hw/arm/virt: Support firmware configuration with -blockdevMarkus Armbruster
2019-03-05hw/arm/virt: Dynamic memory map depending on RAM requirementsEric Auger
2019-03-05hw/arm/virt: Split the memory map descriptionEric Auger
2019-03-05hw/arm/virt: Rename highmem IO regionsEric Auger
2018-08-14arm/virt: Add support for GICv2 virtualization extensionsLuc Michel
2018-06-22hw/arm/virt: Use 256MB ECAM region by defaultEric Auger
2018-06-22hw/arm/virt: Add a new 256MB ECAM regionEric Auger
2018-06-22hw/arm/virt: GICv3 DT node with one or two redistributor regionsEric Auger
2018-05-10platform-bus-device: use device plug callback instead of machine_done notifierIgor Mammedov