aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/virt.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-07hw/arm/virt: Add high MMIO PCI region, 512G in sizePavel Fedin1-7/+59
2015-09-07smbios: implement smbios support for mach-virtWei Huang1-0/+26
2015-08-13hw/arm/virt: Wire up secure timer interruptPeter Maydell1-13/+15
2015-08-13Introduce gic_class_name() instead of repeating conditionPavel Fedin1-4/+3
2015-08-13hw/arm/virt: Connect the Hypervisor timerEdgar E. Iglesias1-0/+4
2015-08-13hw/arm/virt: Replace magic IRQ constants with macrosEdgar E. Iglesias1-3/+6
2015-06-26hw/arm/virt: Make block devices default to virtioPeter Maydell1-0/+2
2015-06-19hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiationEric Auger1-11/+1
2015-06-15target-arm: Use the kernel's idea of MPIDR if we're using KVMPavel Fedin1-1/+1
2015-06-15hw/arm/virt: Add cortex-a53 cpu support in machine virtShannon Zhao1-0/+5
2015-06-05pflash_cfi01: change big-endian property to BIT typePaolo Bonzini1-1/+1
2015-06-02hw/arm/virt: change indentation in a15memmapEric Auger1-14/+14
2015-06-02hw/arm/virt: add dynamic sysbus device supportEric Auger1-1/+59
2015-06-02target-arm: Add the GICv2m to the virt boardChristoffer Dall1-1/+39
2015-06-02target-arm: Extend the gic node propertiesChristoffer Dall1-4/+7
2015-06-02target-arm: Add GIC phandle to VirtBoardInfoChristoffer Dall1-15/+11
2015-05-29hw/arm/virt: Enable dynamic generation of ACPI v5.1 tablesShannon Zhao1-0/+19
2015-05-29hw/arm/virt-acpi-build: Generate GTDT tableShannon Zhao1-4/+4