summaryrefslogtreecommitdiffstats
path: root/hw/arm/virt.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* machine: Refactor smp-related call chains to pass MachineStateLike Xu2019-07-051-1/+1
* hw/arm/virt: Add support for Cortex-A7Jan Kiszka2019-07-011-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell2019-05-231-1/+1
* hw/arm/virt: Support firmware configuration with -blockdevMarkus Armbruster2019-05-071-69/+127
* hw: add compat machines for 4.1Cornelia Huck2019-04-251-1/+8
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-03-121-4/+0Star
|\
| * hw/arm/virt: Remove null-check in virt_build_smbios()Philippe Mathieu-Daudé2019-03-111-4/+0Star
* | hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2}Markus Armbruster2019-03-111-1/+2
|/
* hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé2019-03-071-1/+0Star
* hw/arm/virt: Bump the 255GB initial RAM limitEric Auger2019-03-051-20/+1Star
* hw/arm/virt: Check the VCPU PA range in TCG modeEric Auger2019-03-051-0/+17
* hw/arm/virt: Implement kvm_type function for 4.0 machineEric Auger2019-03-051-1/+38
* hw/arm/virt: Dynamic memory map depending on RAM requirementsEric Auger2019-03-051-6/+46