aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/virt.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-29hw/arm/virt: Record PCIe ranges in MemMapEntry arrayShannon Zhao1-24/+13
2015-05-29hw/arm/virt: Move common definitions to virt.hShannon Zhao1-20/+1
2015-05-12hw/arm/virt.c: Wire FIQ between CPU <> GICGreg Bellows1-0/+2
2015-04-08arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller1-3/+2
2015-04-02hw/arm/virt: Fix corruption due to double freeShannon Zhao1-1/+0
2015-04-01hw/arm/virt: Fix memory leak reported by CoverityStefan Weil1-1/+8
2015-03-19error: Replace error_report() & error_free() with error_report_err()zhanghailiang1-1/+1
2015-03-19arm: fix memory leakGonglei1-1/+2
2015-03-11hw/arm/virt: fix cmdline parsing bug with CPU options and smp > 1Ard Biesheuvel1-1/+3
2015-03-10hw: Propagate errors through qdev_prop_set_drive()Markus Armbruster1-3/+3
2015-02-13target-arm: Add feature parsing to virtGreg Bellows1-3/+17
2015-02-13arm: Add PCIe host bridge in virt machineAlexander Graf1-5/+133
2015-02-05hw/arm/virt: explain device-to-transport mapping in create_virtio_devices()Laszlo Ersek1-4/+33
2014-12-22hw/arm/virt: enable passing of EFI-stubbed kernel to guest UEFI firmwareLaszlo Ersek1-0/+1
2014-12-22arm: add fw_cfg to "virt" boardLaszlo Ersek1-0/+21
2014-12-22target-arm: Set CPU has_el3 prop during virt initGreg Bellows1-0/+5
2014-12-22target-arm: Add virt machine secure propertyGreg Bellows1-0/+30
2014-12-22target-arm: Add virt class and machine typesGreg Bellows1-6/+34
2014-11-20hw/arm/virt: set stdout-path instead of linux,stdout-pathLeif Lindholm1-1/+1
2014-10-24arm/virt: enable PSCI emulation support for system emulationRob Herring1-44/+38
2014-10-24hw/arm/virt: mark timer in fdt as v8-compatibleClaudio Fontana1-3/+12
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-1/+1
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-1/+3
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+2
2014-09-12hw/arm/virt: fix pl011 and pl031 irq flagsPeter Maydell1-2/+2
2014-09-12hw/arm/virt: Provide flash devices for boot ROMsPeter Maydell1-0/+70
2014-09-12hw/arm/virt: add linux, stdout-path to /chosen DT nodeArd Biesheuvel1-0/+2
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+2
2014-08-29aarch64: raise max_cpus to 8Joel Schopp1-1/+1