summaryrefslogtreecommitdiff
path: root/hw/arm/virt.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-04hw/arm/virt: Provide a secure-only RAM if booting in Secure modePeter Maydell1-0/+23
2016-03-04virt: Lift the maximum RAM limit from 30GB to 255GBPeter Maydell1-2/+19
2016-02-11hw/arm/virt: fix max-cpus checkAndrew Jones1-5/+5
2016-01-21hw/arm/virt: Add always-on property to the virt board timerChristoffer Dall1-0/+1
2016-01-21hw/arm/virt: add secure memory region and UARTPeter Maydell1-7/+48
2016-01-21hw/arm/virt: Wire up memory region to CPUs explicitlyPeter Maydell1-0/+3
2016-01-18hw/arm: Clean up includesPeter Maydell1-0/+1
2016-01-13hw/arm/virt: Fix property "gic-version" error handlingMarkus Armbruster1-3/+2
2016-01-11hw/arm/virt: Support legacy -nic command line syntaxAshok Kumar1-0/+14
2015-12-17ARM: Virt: Add gpio-keys node for Poweroff using DTShannon Zhao1-0/+16
2015-12-17ARM: Virt: Add QEMU powerdown notifier and hook it to GPIO Pin 3Shannon Zhao1-1/+15
2015-12-17ARM: Virt: Add a GPIO controllerShannon Zhao1-0/+30
2015-11-10hw/arm/virt: error_report cleanupsAndrew Jones1-5/+5
2015-10-27hw/arm/virt: don't use a15memmap directlyAndrew Jones1-4/+21
2015-10-19Enable fw_cfg DMA interface for ARMMarc MarĂ­1-4/+4
2015-10-19Implement fw_cfg DMA interfaceMarc MarĂ­1-1/+1
2015-10-16hw/arm/virt: Allow zero address for PCI IO spaceAlexander Gordeev1-0/+1
2015-10-16hw/arm/virt: smbios: inform guest of kvmAndrew Jones1-1/+6
2015-09-24hw/arm/virt: Add gic-version option to virt machinePavel Fedin1-23/+101
2015-09-19machine: Set MachineClass::name automaticallyEduardo Habkost1-3/+1
2015-09-19arm: Rename virt machine class to use MACHINE_TYPE_NAMEEduardo Habkost1-2/+3
2015-09-08hw/arm/virt: Enable TZ extensions on the GIC if we are using themPeter Maydell1-2/+5
2015-09-08hw/arm/virt: Default to not providing TrustZone supportPeter Maydell1-2/+5
2015-09-07arm/virt: Add full-sized CPU affinity handlingPavel Fedin1-2/+32