aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/virt.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-1/+1
2017-01-20hw/arm/virt: Add board property to enable EL2Peter Maydell1-2/+42
2017-01-20target-arm: Enable EL2 feature bit on A53 and A57Peter Maydell1-0/+4
2017-01-20hw/arm/virt: Support using SMC for PSCIPeter Maydell1-6/+21
2017-01-20hw/arm/virt: Wire VIRQ, VFIQ, maintenance irq lines from GIC to CPUPeter Maydell1-3/+11
2017-01-20arm: virt: Fix segmentation fault when specifying an unsupported CPUShannon Zhao1-1/+0
2017-01-09hw/arm/virt: remove VirtGuestInfoAndrew Jones1-9/+7
2017-01-09hw/arm/virt-acpi-build: remove redundant members from VirtGuestInfoAndrew Jones1-6/+0
2017-01-09hw/arm/virt: pass VirtMachineState instead of VirtGuestInfoAndrew Jones1-4/+4
2017-01-09hw/arm/virt: move VirtMachineState/Class to virt.hAndrew Jones1-44/+7
2017-01-09hw/arm/virt: remove include/hw/arm/virt-acpi-build.hAndrew Jones1-1/+0
2017-01-09hw/arm/virt: eliminate struct VirtGuestInfoStateAndrew Jones1-9/+11
2017-01-09hw/arm/virt: use VirtMachineState.gic_versionAndrew Jones1-18/+17
2017-01-09hw/arm/virt: parameter passing cleanupsAndrew Jones1-10/+9
2017-01-09hw/arm/virt: Don't incorrectly claim architectural timer to be edge-triggeredPeter Maydell1-4/+30
2017-01-09hw/arm/virt: Rename 'vbi' variables to 'vms'Peter Maydell1-245/+244
2017-01-09hw/arm/virt: Merge VirtBoardInfo and VirtMachineStatePeter Maydell1-67/+51
2016-12-27hw/arm/virt: add 2.9 machine typePeter Maydell1-2/+17
2016-11-16fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov1-1/+3
2016-10-28arm: virt: add PMU property to mach-virt machine typeWei Huang1-0/+7
2016-10-28arm: Add an option to turn on/off vPMU supportWei Huang1-1/+1
2016-10-25Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell1-1/+1
2016-10-24Increase MAX_CPUMASK_BITS from 255 to 288Igor Mammedov1-1/+1
2016-10-24hw/arm/virt: Set minimum_page_bits to 12Peter Maydell1-0/+4
2016-10-17hw/arm/virt: no ITS on older machine typesAndrew Jones1-4/+11
2016-10-10numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov1-4/+3
2016-10-04arm/virt: Add ITS to the virt boardPavel Fedin1-6/+41
2016-10-04hw/arm/virt: add 2.8 machine typeAndrew Jones1-2/+17
2016-07-14hw/arm/virt: tcg: adjust MPIDR like KVMAndrew Jones1-1/+24
2016-07-07arm: virt: Parse cpu_model only onceIgor Mammedov1-21/+21
2016-07-07cpu: Use CPUClass->parse_features() as convertor to global propertiesIgor Mammedov1-3/+4
2016-07-04hw/arm/virt: mark the PCIe host controller as DMA coherent in the DTArd Biesheuvel1-0/+1
2016-06-14hw/arm/virt: create the 2.7 machine typeAndrew Jones1-2/+18
2016-06-14hw/arm/virt: introduce DEFINE_VIRT_MACHINE_AS_LATESTAndrew Jones1-3/+10
2016-06-14hw/arm/virt: introduce DEFINE_VIRT_MACHINEAndrew Jones1-17/+24
2016-06-14hw/arm/virt: separate versioned type-init codeAndrew Jones1-6/+10
2016-06-14hw/arm/virt: Add PMU node for virt machineShannon Zhao1-0/+33
2016-06-08hw/arm: virt uart fixxiaoqiang zhao1-4/+4
2016-06-06hw/char: QOM'ify pl011 modelxiaoqiang zhao1-0/+1
2016-06-06hw/arm/virt: Reject gic-version=host for non-KVMCole Robinson1-1/+5
2016-05-20machine: add properties to compat_props incrementalyIgor Mammedov1-4/+0
2016-05-12ARM: Virt: Set numa-node-id for cpu and memory nodesShannon Zhao1-0/+8
2016-03-30ARM: Virt: Use gpio_key for power buttonShannon Zhao1-2/+5
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost1-1/+1
2016-03-16arm: virt: Move machine class init code to the abstract machine typeWei Huang1-14/+20
2016-03-16arm: virt: Add an abstract ARM virt machine typeWei Huang1-5/+18
2016-03-04hw/arm/virt: Assume EL3 boot rom will handle PSCI if one is providedPeter Maydell1-7/+25
2016-03-04hw/arm/virt: Make first flash device Secure-only if booting securePeter Maydell1-14/+49
2016-03-04hw/arm/virt: Load bios image to MemoryRegion, not physaddrPeter Maydell1-19/+20