summaryrefslogtreecommitdiffstats
path: root/hw/arm/virt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* hw/arm/virt: kvm: allow gicv3 by default if v2 cannot workEric Auger2020-03-121-1/+16
* hw/arm/virt: kvm: Restructure finalize_gic_version()Eric Auger2020-03-121-20/+66
* target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmapEric Auger2020-03-121-2/+9
* hw/arm/virt: Introduce finalize_gic_version()Eric Auger2020-03-121-21/+33
* hw/arm/virt: Introduce VirtGICType enum typeEric Auger2020-03-121-15/+15
* hw/arm/virt: Document 'max' value in gic-version property descriptionEric Auger2020-03-121-1/+2
* hw/arm/virt: vTPM supportEric Auger2020-03-051-0/+7
* hw/arm: Use TYPE_PL011 to create serial portGavin Shan2020-02-281-1/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-02-271-7/+50
|\
| * hw/arm/virt: Add the virtio-iommu device tree mappingsEric Auger2020-02-271-7/+50
* | arm/virt: use memdev for RAMIgor Mammedov2020-02-191-4/+3Star
|/
* target/arm/cpu: Add the kvm-no-adjvtime CPU propertyAndrew Jones2020-01-301-0/+8
* hw/arm/virt: Add missing 5.0 options call to 4.2 optionsAndrew Jones2020-01-301-0/+1
* hw/arm: Use helper function to trigger hotplug handler plugKeqian Zhu2020-01-231-3/+3
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20191216-...Peter Maydell2019-12-161-55/+54Star
|\
| * hw/arm/virt: Simplify by moving the gic in the machine statePhilippe Mathieu-Daudé2019-12-161-55/+54Star
* | hw: add compat machines for 5.0Cornelia Huck2019-12-141-1/+6
|/
* virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev2019-12-131-0/+1
* hw/arm: Use GED for system_powerdown eventShameer Kolothum2019-10-051-6/+12
* hw/arm: Factor out powerdown notifier from GPIOShameer Kolothum2019-10-051-8/+4Star
* hw/arm/virt-acpi-build: Add PC-DIMM in SRATShameer Kolothum2019-10-051-0/+2
* hw/arm/virt: Enable device memory cold/hot plug with ACPI bootShameer Kolothum2019-10-051-7/+52
* hw/arm/virt: Add memory hotplug frameworkEric Auger2019-10-051-1/+52
* numa: move numa global variable numa_info into MachineStateTao Xu2019-09-031-1/+2
* numa: move numa global variable have_numa_distance into MachineStateTao Xu2019-09-031-1/+1
* numa: move numa global variable nb_numa_nodes into MachineStateTao Xu2019-09-031-1/+3
* hw/arm: simplify arm_load_dtbTao Xu2019-09-031-5/+3Star
* hw: add compat machines for 4.2Cornelia Huck2019-08-211-1/+8
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* hw/arm/virt: Fix non-secure flash modeDavid Engraf2019-07-151-1/+1
* machine: show if CLI option '-numa node,mem' is supported in QAPI schemaIgor Mammedov2019-07-051-0/+1
* hw/arm: Replace global smp variables with machine smp propertiesLike Xu2019-07-051-1/+7