aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/virt.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-12hw/arm/virt: kvm: allow gicv3 by default if v2 cannot workEric Auger1-1/+16
2020-03-12hw/arm/virt: kvm: Restructure finalize_gic_version()Eric Auger1-20/+66
2020-03-12target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmapEric Auger1-2/+9
2020-03-12hw/arm/virt: Introduce finalize_gic_version()Eric Auger1-21/+33
2020-03-12hw/arm/virt: Introduce VirtGICType enum typeEric Auger1-15/+15
2020-03-12hw/arm/virt: Document 'max' value in gic-version property descriptionEric Auger1-1/+2
2020-03-05hw/arm/virt: vTPM supportEric Auger1-0/+7
2020-02-28hw/arm: Use TYPE_PL011 to create serial portGavin Shan1-1/+2
2020-02-27Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-7/+50
2020-02-27hw/arm/virt: Add the virtio-iommu device tree mappingsEric Auger1-7/+50
2020-02-19arm/virt: use memdev for RAMIgor Mammedov1-4/+3
2020-01-30target/arm/cpu: Add the kvm-no-adjvtime CPU propertyAndrew Jones1-0/+8
2020-01-30hw/arm/virt: Add missing 5.0 options call to 4.2 optionsAndrew Jones1-0/+1
2020-01-23hw/arm: Use helper function to trigger hotplug handler plugKeqian Zhu1-3/+3
2019-12-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20191216-...Peter Maydell1-55/+54
2019-12-16hw/arm/virt: Simplify by moving the gic in the machine statePhilippe Mathieu-Daudé1-55/+54
2019-12-14hw: add compat machines for 5.0Cornelia Huck1-1/+6
2019-12-13virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev1-0/+1
2019-10-05hw/arm: Use GED for system_powerdown eventShameer Kolothum1-6/+12
2019-10-05hw/arm: Factor out powerdown notifier from GPIOShameer Kolothum1-8/+4
2019-10-05hw/arm/virt-acpi-build: Add PC-DIMM in SRATShameer Kolothum1-0/+2
2019-10-05hw/arm/virt: Enable device memory cold/hot plug with ACPI bootShameer Kolothum1-7/+52
2019-10-05hw/arm/virt: Add memory hotplug frameworkEric Auger1-1/+52
2019-09-03numa: move numa global variable numa_info into MachineStateTao Xu1-1/+2
2019-09-03numa: move numa global variable have_numa_distance into MachineStateTao Xu1-1/+1
2019-09-03numa: move numa global variable nb_numa_nodes into MachineStateTao Xu1-1/+3
2019-09-03hw/arm: simplify arm_load_dtbTao Xu1-5/+3
2019-08-21hw: add compat machines for 4.2Cornelia Huck1-1/+8