summaryrefslogtreecommitdiff
path: root/hw/arm/virt.c
AgeCommit message (Expand)Author
2019-01-07include: remove compat.hMarc-André Lureau
2019-01-07compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau
2019-01-07compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau
2019-01-07compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau
2019-01-07compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau
2019-01-07compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau
2019-01-07compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau
2019-01-07compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau
2019-01-07compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau
2019-01-07compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macrosMarc-André Lureau
2019-01-07machine: move compat properties out of globalsMarc-André Lureau
2019-01-07hw: apply machine compat properties without touching globalsMarc-André Lureau
2019-01-07machines: replace COMPAT define with a static arrayMarc-André Lureau
2018-12-19hw/smbios: Move to the hw/firmware/ subdirectoryPhilippe Mathieu-Daudé
2018-12-14virt: Fix broken indentationEduardo Habkost
2018-12-11virt: Eliminate separate instance_init functionsEduardo Habkost
2018-12-11q35/440fx/arm/spapr: Add QEMU 4.0 machine typeAlex Williamson
2018-11-27hw/virt/arm: Add support for Cortex-A72 in virtZhiPeng Lu
2018-11-02hw/arm/virt: Set VIRT_COMPAT_3_0 compatEric Auger
2018-10-16hw/arm/virt: add DT property /secure-chosen/stdout-path indicating secure UARTJerome Forissier
2018-10-15hw/arm/virt: Allow dynamic vfio-platform devices againGeert Uytterhoeven
2018-10-08virt: Suppress external aborts on virt-2.10 and earlierPeter Maydell
2018-08-20hw/arm/virt: Add virt-3.1 machine typeAndrew Jones
2018-08-14arm/virt: Add support for GICv2 virtualization extensionsLuc Michel
2018-06-29hw/arm/virt: Silence dtc /memory warningEric Auger
2018-06-29hw/arm/virt: Silence dtc /intc warningsEric Auger
2018-06-22hw/arm/virt: Increase max_cpus to 512Eric Auger
2018-06-22hw/arm/virt: Use 256MB ECAM region by defaultEric Auger
2018-06-22hw/arm/virt: Add virt-3.0 machine typeEric Auger
2018-06-22hw/arm/virt: Add a new 256MB ECAM regionEric Auger
2018-06-22hw/arm/virt: Register two redistributor regions when necessaryEric Auger
2018-06-22hw/arm/virt: GICv3 DT node with one or two redistributor regionsEric Auger
2018-06-22hw/intc/arm_gicv3: Introduce redist-region-count array propertyEric Auger
2018-06-18hw/display: add standalone ramfb deviceGerd Hoffmann
2018-06-04Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i...Peter Maydell
2018-06-04migration: introduce decompress-error-checkXiao Guangrong
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-10make sure that we aren't overwriting mc->get_hotplug_handler by accidentIgor Mammedov
2018-05-10arm/boot: split load_dtb() from arm_load_kernel()Igor Mammedov
2018-05-10platform-bus-device: use device plug callback instead of machine_done notifierIgor Mammedov
2018-05-04hw/arm/virt: Introduce the iommu optionEric Auger
2018-05-04hw/arm/virt: Add SMMUv3 to the virt boardPrem Mallappa
2018-05-04hw/arm/virt: Add linux,pci-domain propertyJan Kiszka
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-03-23mach-virt: Set VM's SMBIOS system version to mc->nameWei Huang
2018-03-09hw/arm/virt: Support -machine gic-version=maxPeter Maydell
2018-03-09hw/arm/virt: Add "max" to the list of CPU types "virt" supportsPeter Maydell
2018-02-09hw/arm: Move virt's PSCI DT fixup code to arm/boot.cAndrey Smirnov
2018-01-25hw/arm/virt: Check that the CPU realize method succeededPeter Maydell
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov