aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/virt.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-12hw/arm/virt: KVM: The IPA lower bound is 32Andrew Jones1-7/+16
2021-03-10hw/board: promote fdt from ARM VirtMachineState to MachineStateAlex Bennée1-171/+185
2021-02-05acpi: use constants as strncpy limitMichael S. Tsirkin1-2/+2
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca1-0/+63
2021-01-29arm-virt: add secure pl061 for reset/power downMaxim Uvarov1-1/+55
2021-01-29arm-virt: refactor gpios creationMaxim Uvarov1-21/+36
2021-01-08hw/arm/virt: Remove virt machine state 'smp_cpus'Andrew Jones1-11/+10
2021-01-04hw: Use the PCI_DEVFN() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé1-1/+2
2020-12-15virt: Register "its" as class propertyEduardo Habkost1-5/+7
2020-12-15arm/virt: Register most properties as class propertiesEduardo Habkost1-35/+41
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10arm: remove bios_namePaolo Bonzini1-0/+2
2020-12-08hw: add compat machines for 6.0Cornelia Huck1-1/+8
2020-12-08hw/arm/virt: Write extra pci roots into fw_cfgJiahui Cen1-2/+5
2020-10-28pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz1-8/+1
2020-10-08hw/arm/virt: Implement kvm-steal-timeAndrew Jones1-3/+41
2020-10-08hw/arm/virt: Move kvm pmu setup to virt_cpu_post_initAndrew Jones1-16/+18
2020-10-08hw/arm/virt: Move post cpu realize check into its own functionAndrew Jones1-16/+27
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé1-5/+5
2020-08-19hw: add compat machines for 5.2Cornelia Huck1-1/+8
2020-07-20hw/arm/virt: Disable memory hotplug when MTE is enabledRichard Henderson1-0/+5
2020-07-20hw/arm/virt: Error for MTE enabled with KVMRichard Henderson1-0/+6
2020-07-20hw/arm/virt: Enable MTE via a machine propertyRichard Henderson1-5/+34
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-21/+23
2020-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+2
2020-07-03hw/arm/virt-acpi-build: Only expose flash on older machine typesAndrew Jones1-0/+3
2020-07-03hw/arm/virt: Let the virtio-iommu bypass MSIsEric Auger1-0/+30
2020-07-03numa: Auto-enable NUMA when any memory devices are possibleDavid Hildenbrand1-0/+2
2020-07-02Clean up some calls to ignore Error objects the right wayMarkus Armbruster1-3/+1
2020-06-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200626'...Peter Maydell1-2/+53
2020-06-26numa: forbid '-numa node, mem' for 5.1 and newer machine typesIgor Mammedov1-1/+1
2020-06-26target/arm: Create tagged ram when MTE is enabledRichard Henderson1-2/+53
2020-06-23arm/virt: Add memory hot remove supportShameer Kolothum1-2/+60
2020-06-23hw/arm/virt: Add 5.0 HW compat propsAndrew Jones1-0/+1
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+1
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-9/+9
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster1-2/+2
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-16/+16
2020-05-18hw: Use QEMU_IS_ALIGNED() on parallel flash block sizePhilippe Mathieu-Daudé1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-11/+10
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster1-15/+8
2020-05-14hw/arm/virt: Introduce a RAS machine optionDongjiu Geng1-0/+23
2020-05-06hw: add compat machines for 5.1Cornelia Huck1-1/+7
2020-05-06hw/arm/virt: Remove the compat forcing tpm-tis-device PPI to offEric Auger1-5/+0
2020-05-04hw/arm/virt: Add nvdimm hotplug supportShameer Kolothum1-5/+11
2020-05-04hw/arm/virt: Add nvdimm hot-plug infrastructureKwangwoo Lee1-0/+19
2020-04-30hw/arm/virt: dt: add kaslr-seed propertyJerome Forissier1-0/+15
2020-04-30hw/arm/virt: dt: move creation of /secure-chosen to create_fdt()Jerome Forissier1-1/+4
2020-04-29arm/virt: Fix virt_machine_device_plug_cb() error API violationMarkus Armbruster1-2/+2
2020-03-29acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann1-2/+34