summaryrefslogtreecommitdiffstats
path: root/hw/arm/virt.c
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/virt: error_report cleanupsAndrew Jones2015-11-101-5/+5
* hw/arm/virt: don't use a15memmap directlyAndrew Jones2015-10-271-4/+21
* Enable fw_cfg DMA interface for ARMMarc Marí2015-10-191-4/+4
* Implement fw_cfg DMA interfaceMarc Marí2015-10-191-1/+1
* hw/arm/virt: Allow zero address for PCI IO spaceAlexander Gordeev2015-10-161-0/+1
* hw/arm/virt: smbios: inform guest of kvmAndrew Jones2015-10-161-1/+6
* hw/arm/virt: Add gic-version option to virt machinePavel Fedin2015-09-241-23/+101
* machine: Set MachineClass::name automaticallyEduardo Habkost2015-09-191-3/+1
* arm: Rename virt machine class to use MACHINE_TYPE_NAMEEduardo Habkost2015-09-191-2/+3
* hw/arm/virt: Enable TZ extensions on the GIC if we are using themPeter Maydell2015-09-081-2/+5
* hw/arm/virt: Default to not providing TrustZone supportPeter Maydell2015-09-081-2/+5
* arm/virt: Add full-sized CPU affinity handlingPavel Fedin2015-09-071-2/+32
* hw/arm/virt: Add high MMIO PCI region, 512G in sizePavel Fedin2015-09-071-7/+59
* smbios: implement smbios support for mach-virtWei Huang2015-09-071-0/+26
* hw/arm/virt: Wire up secure timer interruptPeter Maydell2015-08-131-13/+15
* Introduce gic_class_name() instead of repeating conditionPavel Fedin2015-08-131-4/+3
* hw/arm/virt: Connect the Hypervisor timerEdgar E. Iglesias2015-08-131-0/+4
* hw/arm/virt: Replace magic IRQ constants with macrosEdgar E. Iglesias2015-08-131-3/+6
* hw/arm/virt: Make block devices default to virtioPeter Maydell2015-06-261-0/+2
* hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiationEric Auger2015-06-191-11/+1
* target-arm: Use the kernel's idea of MPIDR if we're using KVMPavel Fedin2015-06-151-1/+1
* hw/arm/virt: Add cortex-a53 cpu support in machine virtShannon Zhao2015-06-151-0/+5
* pflash_cfi01: change big-endian property to BIT typePaolo Bonzini2015-06-051-1/+1
* hw/arm/virt: change indentation in a15memmapEric Auger2015-06-021-14/+14
* hw/arm/virt: add dynamic sysbus device supportEric Auger2015-06-021-1/+59
* target-arm: Add the GICv2m to the virt boardChristoffer Dall2015-06-021-1/+39
* target-arm: Extend the gic node propertiesChristoffer Dall2015-06-021-4/+7
* target-arm: Add GIC phandle to VirtBoardInfoChristoffer Dall2015-06-021-15/+11
* hw/arm/virt: Enable dynamic generation of ACPI v5.1 tablesShannon Zhao2015-05-291-0/+19
* hw/arm/virt-acpi-build: Generate GTDT tableShannon Zhao2015-05-291-4/+4
* hw/arm/virt: Record PCIe ranges in MemMapEntry arrayShannon Zhao2015-05-291-24/+13
* hw/arm/virt: Move common definitions to virt.hShannon Zhao2015-05-291-20/+1
* hw/arm/virt.c: Wire FIQ between CPU <> GICGreg Bellows2015-05-121-0/+2
* arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller2015-04-081-3/+2
* hw/arm/virt: Fix corruption due to double freeShannon Zhao2015-04-021-1/+0
* hw/arm/virt: Fix memory leak reported by CoverityStefan Weil2015-04-011-1/+8
* error: Replace error_report() & error_free() with error_report_err()zhanghailiang2015-03-191-1/+1
* arm: fix memory leakGonglei2015-03-191-1/+2
* hw/arm/virt: fix cmdline parsing bug with CPU options and smp > 1Ard Biesheuvel2015-03-111-1/+3
* hw: Propagate errors through qdev_prop_set_drive()Markus Armbruster2015-03-101-3/+3
* target-arm: Add feature parsing to virtGreg Bellows2015-02-131-3/+17
* arm: Add PCIe host bridge in virt machineAlexander Graf2015-02-131-5/+133
* hw/arm/virt: explain device-to-transport mapping in create_virtio_devices()Laszlo Ersek2015-02-051-4/+33
* hw/arm/virt: enable passing of EFI-stubbed kernel to guest UEFI firmwareLaszlo Ersek2014-12-221-0/+1
* arm: add fw_cfg to "virt" boardLaszlo Ersek2014-12-221-0/+21
* target-arm: Set CPU has_el3 prop during virt initGreg Bellows2014-12-221-0/+5
* target-arm: Add virt machine secure propertyGreg Bellows2014-12-221-0/+30
* target-arm: Add virt class and machine typesGreg Bellows2014-12-221-6/+34
* hw/arm/virt: set stdout-path instead of linux,stdout-pathLeif Lindholm2014-11-201-1/+1
* arm/virt: enable PSCI emulation support for system emulationRob Herring2014-10-241-44/+38
OpenPOWER on IntegriCloud