summaryrefslogtreecommitdiffstats
path: root/hw/arm/virt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* hw: Add compat machines for 6.2Yanan Wang2021-09-011-1/+8
* hw/arm/virt: Delete EL3 error checksnow provided in CPU realizePeter Maydell2021-08-261-5/+0Star
* hw/arm/virt: Add default_bus_bypass_iommu machine optionXingang Wang2021-07-161-0/+26
* hw/arm/virt: Make PL061 GPIO lines pulled low, not highPeter Maydell2021-07-091-0/+3
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210616'...Peter Maydell2021-06-161-0/+2
|\
| * hw: virt: consider hw_compat_6_0Heinrich Schuchardt2021-06-151-0/+2
* | arm: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger2021-06-151-0/+2
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-05-161-2/+5
|\
| * hw/smbios: support for type 41 (onboard devices extended information)Vincent Bernat2021-05-141-2/+5
* | Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* | Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* | Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* | hw: add compat machines for 6.1Cornelia Huck2021-04-301-1/+6
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210406'...Peter Maydell2021-04-061-2/+6
|\
| * hw/arm/virt: Only try to add valid dynamic sysbus devices to platform busPeter Maydell2021-04-061-2/+6
* | x86: rename oem-id and oem-table-id propertiesPaolo Bonzini2021-04-041-4/+4
|/
* hw/arm/virt: KVM: The IPA lower bound is 32Andrew Jones2021-03-121-7/+16
* hw/board: promote fdt from ARM VirtMachineState to MachineStateAlex Bennée2021-03-101-171/+185
* acpi: use constants as strncpy limitMichael S. Tsirkin2021-02-051-2/+2
* acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca2021-02-051-0/+63
* arm-virt: add secure pl061 for reset/power downMaxim Uvarov2021-01-291-1/+55
* arm-virt: refactor gpios creationMaxim Uvarov2021-01-291-21/+36
* hw/arm/virt: Remove virt machine state 'smp_cpus'Andrew Jones2021-01-081-11/+10Star