summaryrefslogtreecommitdiff
path: root/hw/arm/virt.c
AgeCommit message (Expand)Author
2016-03-04hw/arm/virt: Assume EL3 boot rom will handle PSCI if one is providedPeter Maydell
2016-03-04hw/arm/virt: Make first flash device Secure-only if booting securePeter Maydell
2016-03-04hw/arm/virt: Load bios image to MemoryRegion, not physaddrPeter Maydell
2016-03-04hw/arm/virt: Provide a secure-only RAM if booting in Secure modePeter Maydell
2016-03-04virt: Lift the maximum RAM limit from 30GB to 255GBPeter Maydell
2016-02-11hw/arm/virt: fix max-cpus checkAndrew Jones
2016-01-21hw/arm/virt: Add always-on property to the virt board timerChristoffer Dall
2016-01-21hw/arm/virt: add secure memory region and UARTPeter Maydell
2016-01-21hw/arm/virt: Wire up memory region to CPUs explicitlyPeter Maydell
2016-01-18hw/arm: Clean up includesPeter Maydell
2016-01-13hw/arm/virt: Fix property "gic-version" error handlingMarkus Armbruster
2016-01-11hw/arm/virt: Support legacy -nic command line syntaxAshok Kumar
2015-12-17ARM: Virt: Add gpio-keys node for Poweroff using DTShannon Zhao
2015-12-17ARM: Virt: Add QEMU powerdown notifier and hook it to GPIO Pin 3Shannon Zhao
2015-12-17ARM: Virt: Add a GPIO controllerShannon Zhao
2015-11-10hw/arm/virt: error_report cleanupsAndrew Jones
2015-10-27hw/arm/virt: don't use a15memmap directlyAndrew Jones
2015-10-19Enable fw_cfg DMA interface for ARMMarc Marí
2015-10-19Implement fw_cfg DMA interfaceMarc Marí
2015-10-16hw/arm/virt: Allow zero address for PCI IO spaceAlexander Gordeev
2015-10-16hw/arm/virt: smbios: inform guest of kvmAndrew Jones
2015-09-24hw/arm/virt: Add gic-version option to virt machinePavel Fedin
2015-09-19machine: Set MachineClass::name automaticallyEduardo Habkost
2015-09-19arm: Rename virt machine class to use MACHINE_TYPE_NAMEEduardo Habkost
2015-09-08hw/arm/virt: Enable TZ extensions on the GIC if we are using themPeter Maydell
2015-09-08hw/arm/virt: Default to not providing TrustZone supportPeter Maydell
2015-09-07arm/virt: Add full-sized CPU affinity handlingPavel Fedin
2015-09-07hw/arm/virt: Add high MMIO PCI region, 512G in sizePavel Fedin
2015-09-07smbios: implement smbios support for mach-virtWei Huang
2015-08-13hw/arm/virt: Wire up secure timer interruptPeter Maydell
2015-08-13Introduce gic_class_name() instead of repeating conditionPavel Fedin
2015-08-13hw/arm/virt: Connect the Hypervisor timerEdgar E. Iglesias
2015-08-13hw/arm/virt: Replace magic IRQ constants with macrosEdgar E. Iglesias
2015-06-26hw/arm/virt: Make block devices default to virtioPeter Maydell
2015-06-19hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiationEric Auger
2015-06-15target-arm: Use the kernel's idea of MPIDR if we're using KVMPavel Fedin
2015-06-15hw/arm/virt: Add cortex-a53 cpu support in machine virtShannon Zhao
2015-06-05pflash_cfi01: change big-endian property to BIT typePaolo Bonzini
2015-06-02hw/arm/virt: change indentation in a15memmapEric Auger
2015-06-02hw/arm/virt: add dynamic sysbus device supportEric Auger
2015-06-02target-arm: Add the GICv2m to the virt boardChristoffer Dall
2015-06-02target-arm: Extend the gic node propertiesChristoffer Dall
2015-06-02target-arm: Add GIC phandle to VirtBoardInfoChristoffer Dall
2015-05-29hw/arm/virt: Enable dynamic generation of ACPI v5.1 tablesShannon Zhao
2015-05-29hw/arm/virt-acpi-build: Generate GTDT tableShannon Zhao
2015-05-29hw/arm/virt: Record PCIe ranges in MemMapEntry arrayShannon Zhao
2015-05-29hw/arm/virt: Move common definitions to virt.hShannon Zhao
2015-05-12hw/arm/virt.c: Wire FIQ between CPU <> GICGreg Bellows
2015-04-08arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller
2015-04-02hw/arm/virt: Fix corruption due to double freeShannon Zhao