summary refs log tree commit diff stats
path: root/hw/arm/virt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+2
* hw/arm: Don't include qemu-common.h unnecessarilyPeter Maydell2021-12-151-1/+0
* 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-201-10/+60
* hw/arm/virt: Only describe cpu topology since virt-6.2Yanan Wang2021-10-201-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/+0
* 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/+0
* | Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* | Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* | 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/+10
* hw: Use the PCI_DEVFN() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé2021-01-041-1/+2
* virt: Register "its" as class propertyEduardo Habkost2020-12-151-5/+7
* arm/virt: Register most properties as class propertiesEduardo Habkost2020-12-151-35/+41
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* arm: remove bios_namePaolo Bonzini2020-12-101-0/+2
* hw: add compat machines for 6.0Cornelia Huck2020-12-081-1/+8
* hw/arm/virt: Write extra pci roots into fw_cfgJiahui Cen2020-12-081-2/+5
* pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz2020-10-281-8/+1
* hw/arm/virt: Implement kvm-steal-timeAndrew Jones2020-10-081-3/+41