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