aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/virt.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-19hw/arm/virt: Allow only supported dynamic sysbus devicesEduardo Habkost1-2/+4
2018-01-19machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost1-1/+2
2018-01-16hw/arm/virt: Add virt-2.12 machine typePeter Maydell1-2/+17
2017-11-24hw/arm/virt: Add 2.11 machine typeEric Auger1-2/+17
2017-09-19numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov1-8/+6
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov1-37/+9
2017-09-14hw/arm/virt: Set INTx/gsi mappingPranavkumar Sawargaonkar1-0/+1
2017-09-04target/arm/kvm: pmu: improve error handlingAndrew Jones1-6/+3
2017-09-04hw/arm/virt: allow pmu instantiation with userspace irqchipAndrew Jones1-1/+2
2017-09-04target/arm/kvm: pmu: split init and set-irq stagesAndrew Jones1-2/+9
2017-09-04hw/arm/virt: add pmu interrupt stateAndrew Jones1-0/+3
2017-08-07hw/arm/virt: Add 2.10 machine typeEric Auger1-2/+17
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-2/+2
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-06-05numa: consolidate cpu_preplug fixups/checks for pc/arm/spaprIgor Mammedov1-14/+2
2017-06-02hw/arm/virt: fdt: generate distance-map when neededAndrew Jones1-0/+21
2017-05-11virt-arm: get numa node mapping from possible_cpus instead of numa_get_node_f...Igor Mammedov1-6/+7
2017-05-11virt-arm: add node-id property to CPUIgor Mammedov1-0/+15
2017-05-11numa: move source of default CPUs to NUMA node mapping into boardsIgor Mammedov1-2/+18
2017-05-11hw/arm/virt: explicitly allocate cpu_index for cpusIgor Mammedov1-0/+4
2017-05-11hw/arm/virt: use machine->possible_cpus for storing possible topology infoIgor Mammedov1-3/+37
2017-05-11hw/arm/virt: extract mp-affinity calculation in separate functionIgor Mammedov1-17/+26
2017-02-28hw/arm/virt: Add a user option to disallow ITS instantiationEric Auger1-2/+29
2017-02-28hw/arm/virt: fix cpu object reference leakIgor Mammedov1-0/+1
2017-02-10hw/arm/virt: Declare fwcfg as dma cache coherent in dtAlexander Graf1-0/+1
2017-02-10target-arm: Declare virtio-mmio as dma-coherent in dtAlexander Graf1-0/+1