aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/virt.c
AgeCommit message (Expand)Author
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-04-30hw: add compat machines for 6.1Cornelia Huck
2021-04-06Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210406'...Peter Maydell
2021-04-06hw/arm/virt: Only try to add valid dynamic sysbus devices to platform busPeter Maydell
2021-04-04x86: rename oem-id and oem-table-id propertiesPaolo Bonzini
2021-03-12hw/arm/virt: KVM: The IPA lower bound is 32Andrew Jones
2021-03-10hw/board: promote fdt from ARM VirtMachineState to MachineStateAlex Bennée
2021-02-05acpi: use constants as strncpy limitMichael S. Tsirkin
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca
2021-01-29arm-virt: add secure pl061 for reset/power downMaxim Uvarov
2021-01-29arm-virt: refactor gpios creationMaxim Uvarov
2021-01-08hw/arm/virt: Remove virt machine state 'smp_cpus'Andrew Jones
2021-01-04hw: Use the PCI_DEVFN() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé
2020-12-15virt: Register "its" as class propertyEduardo Habkost
2020-12-15arm/virt: Register most properties as class propertiesEduardo Habkost
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-12-10arm: remove bios_namePaolo Bonzini
2020-12-08hw: add compat machines for 6.0Cornelia Huck
2020-12-08hw/arm/virt: Write extra pci roots into fw_cfgJiahui Cen
2020-10-28pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz
2020-10-08hw/arm/virt: Implement kvm-steal-timeAndrew Jones
2020-10-08hw/arm/virt: Move kvm pmu setup to virt_cpu_post_initAndrew Jones
2020-10-08hw/arm/virt: Move post cpu realize check into its own functionAndrew Jones
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé
2020-08-19hw: add compat machines for 5.2Cornelia Huck
2020-07-20hw/arm/virt: Disable memory hotplug when MTE is enabledRichard Henderson
2020-07-20hw/arm/virt: Error for MTE enabled with KVMRichard Henderson
2020-07-20hw/arm/virt: Enable MTE via a machine propertyRichard Henderson
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-07-03hw/arm/virt-acpi-build: Only expose flash on older machine typesAndrew Jones
2020-07-03hw/arm/virt: Let the virtio-iommu bypass MSIsEric Auger
2020-07-03numa: Auto-enable NUMA when any memory devices are possibleDavid Hildenbrand
2020-07-02Clean up some calls to ignore Error objects the right wayMarkus Armbruster
2020-06-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200626'...Peter Maydell
2020-06-26numa: forbid '-numa node, mem' for 5.1 and newer machine typesIgor Mammedov
2020-06-26target/arm: Create tagged ram when MTE is enabledRichard Henderson
2020-06-23arm/virt: Add memory hot remove supportpull-target-arm-20200623Shameer Kolothum
2020-06-23hw/arm/virt: Add 5.0 HW compat propsAndrew Jones
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-05-18hw: Use QEMU_IS_ALIGNED() on parallel flash block sizePhilippe Mathieu-Daudé
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster
2020-05-14hw/arm/virt: Introduce a RAS machine optionDongjiu Geng
2020-05-06hw: add compat machines for 5.1Cornelia Huck