summaryrefslogtreecommitdiffstats
path: root/hw/arm/virt.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+1Star
* hw/arm/virt: Drop #size-cells and #address-cells from gpio-keys dtb nodePeter Maydell2022-05-191-2/+0Star
* 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/+4Star
* 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/+0Star
* hw/arm/virt: Let boot.c handle PSCI enablementPeter Maydell2022-02-081-11/+1Star
* hw/arm/virt: Drop superfluous checks against highmemMarc Zyngier2022-01-201-4/+1Star
* 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
* hw/arm/virt: Support cluster level in DT cpu-mapYanan Wang2022-01-201-7/+8
* hw/arm/virt: Support CPU cluster on ARM virt machineYanan Wang2022-01-201-0/+1
* hw/arm: add control knob to disable kaslr_seed via DTBAlex Bennée2022-01-181-2/+30
* smbios: Rename SMBIOS_ENTRY_POINT_* enumsEduardo Habkost2022-01-071-1/+1
* hw: Add compat machines for 7.0Cornelia Huck2022-01-051-1/+8
* hw/arm/virt: Use object_property_set instead of qdev_prop_setJean-Philippe Brucker2021-12-151-2/+3
* hw/arm/virt: Reject instantiation of multiple IOMMUsJean-Philippe Brucker2021-12-151-0/+5
* hw/arm/virt: Remove device tree restriction for virtio-iommuJean-Philippe Brucker2021-12-151-8/+2Star
* hw/arm: Don't include qemu-common.h unnecessarilyPeter Maydell2021-12-151-1/+0Star
* hw/arm/virt: Extend nested and mte checks to hvfAlexander Graf2021-11-261-6/+9
* hw/arm/virt: Rename default_bus_bypass_iommuJean-Philippe Brucker2021-11-021-2/+2
* hw/arm/virt: Add cpu-map to device treeAndrew Jones2021-10-211-10/+60
* hw/arm/virt: Only describe cpu topology since virt-6.2Yanan Wang2021-10-211-0/+1
* qdev: Make DeviceState.id independent of QemuOptsKevin Wolf2021-10-151-1/+1
* machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang2021-10-011-1/+1
* machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang2021-10-011-0/+1
* hw/arm/virt: add ITS support in virt GICShashi Mallela2021-09-131-2/+27
* hw/arm/virt: target-arm: Add A64FX processor support to virt machineShuuichirou Ishii2021-09-011-0/+1