summaryrefslogtreecommitdiffstats
path: root/hw/arm/virt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-271-8/+1Star
* hw/arm/virt: Implement kvm-steal-timeAndrew Jones2020-10-081-3/+41
* hw/arm/virt: Move kvm pmu setup to virt_cpu_post_initAndrew Jones2020-10-081-16/+18
* hw/arm/virt: Move post cpu realize check into its own functionAndrew Jones2020-10-081-16/+27
* qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé2020-09-221-5/+5
* hw: add compat machines for 5.2Cornelia Huck2020-08-191-1/+8
* hw/arm/virt: Disable memory hotplug when MTE is enabledRichard Henderson2020-07-201-0/+5
* hw/arm/virt: Error for MTE enabled with KVMRichard Henderson2020-07-201-0/+6
* hw/arm/virt: Enable MTE via a machine propertyRichard Henderson2020-07-201-5/+34
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-21/+23
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-07-071-0/+2
|\
| * numa: Auto-enable NUMA when any memory devices are possibleDavid Hildenbrand2020-07-031-0/+2
* | hw/arm/virt-acpi-build: Only expose flash on older machine typesAndrew Jones2020-07-031-0/+3
* | hw/arm/virt: Let the virtio-iommu bypass MSIsEric Auger2020-07-031-0/+30
* | Clean up some calls to ignore Error objects the right wayMarkus Armbruster2020-07-021-3/+1Star
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200626'...Peter Maydell2020-06-261-2/+53
|\
| * target/arm: Create tagged ram when MTE is enabledRichard Henderson2020-06-261-2/+53
* | numa: forbid '-numa node, mem' for 5.1 and newer machine typesIgor Mammedov2020-06-261-1/+1
|/
* arm/virt: Add memory hot remove supportShameer Kolothum2020-06-231-2/+60
* hw/arm/virt: Add 5.0 HW compat propsAndrew Jones2020-06-231-0/+1
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-9/+9
* qdev: Convert uses of qdev_create() manuallyMarkus Armbruster2020-06-151-2/+2
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-16/+16
* hw: Use QEMU_IS_ALIGNED() on parallel flash block sizePhilippe Mathieu-Daudé2020-05-181-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-11/+10Star
* qom: Drop object_property_set_description() parameter @errpMarkus Armbruster2020-05-151-15/+8Star
* hw/arm/virt: Introduce a RAS machine optionDongjiu Geng2020-05-141-0/+23
* hw: add compat machines for 5.1Cornelia Huck2020-05-061-1/+7
* hw/arm/virt: Remove the compat forcing tpm-tis-device PPI to offEric Auger2020-05-061-5/+0Star
* hw/arm/virt: Add nvdimm hotplug supportShameer Kolothum2020-05-041-5/+11
* hw/arm/virt: Add nvdimm hot-plug infrastructureKwangwoo Lee2020-05-041-0/+19
* hw/arm/virt: dt: add kaslr-seed propertyJerome Forissier2020-04-301-0/+15
* hw/arm/virt: dt: move creation of /secure-chosen to create_fdt()Jerome Forissier2020-04-301-1/+4
* arm/virt: Fix virt_machine_device_plug_cb() error API violationMarkus Armbruster2020-04-291-2/+2
* acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann2020-03-291-2/+34