summaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2015-11-03ARM: ACPI: Fix MPIDR value in ACPI tableShannon Zhao1-1/+3
2015-11-03hw/arm/virt-acpi-build: Add GICC ACPI subtable for GICv3Shannon Zhao1-14/+16
2015-11-03hw/arm/virt-acpi-build: _CCA attribute is compulsoryGraeme Gregory1-0/+1
2015-11-03arm: stellaris: exit on external reset requestMichael Davidsaver1-0/+12
2015-11-03armv7-m: Return DeviceState* from armv7m_init()Michael Davidsaver3-25/+28
2015-11-03arm: xilinx_zynq: Add linux pre-bootPeter Crosthwaite1-0/+42
2015-11-03arm: boot: Add board specific setup code APIPeter Crosthwaite1-1/+19
2015-11-03arm: boot: Adjust indentation of FIXUP commentsPeter Crosthwaite1-8/+8
2015-10-29target-arm: xlnx-zynqmp: Add sdhci support.Sai Pavan Boddu1-0/+28
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-16arm: imx25-pdk: Fix machine namePeter Crosthwaite1-1/+1
2015-10-16target-arm: Provide model numbers for Sharp PDAsRyo ONODERA3-6/+6
2015-10-16hw/arm/virt: smbios: inform guest of kvmAndrew Jones1-1/+6
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster5-0/+30
2015-10-09hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini1-1/+1
2015-09-25arm: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-1/+1
2015-09-24hw/arm/virt-acpi-build: Fix wrong size of flash in ACPI tableShannon Zhao1-1/+1
2015-09-24hw/arm/virt: Add gic-version option to virt machinePavel Fedin2-45/+133
2015-09-19Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber9-44/+252
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost23-297/+194
2015-09-19exynos4: Declare each QEMUMachine as a separate variableEduardo Habkost1-17/+14
2015-09-19exynos4: Use MachineClass instead of exynos4_machines arrayEduardo Habkost1-1/+3
2015-09-19exynos4: Use EXYNOS4210_NCPUS instead of max_cpus on error messageEduardo Habkost1-2/+1
2015-09-19machine: Set MachineClass::name automaticallyEduardo Habkost2-9/+3
2015-09-19arm: Rename virt machine class to use MACHINE_TYPE_NAMEEduardo Habkost1-2/+3
2015-09-19vexpress: Rename machine classes to use MACHINE_TYPE_NAMEEduardo Habkost1-4/+6
2015-09-19vexpress: Don't set name on abstract classEduardo Habkost1-1/+0
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster19-32/+32
2015-09-14i.MX: Add GPIO devices to i.MX25 SOCJean-Christophe Dubois1-0/+29
2015-09-14i.MX: Add GPIO devices to i.MX31 SOCJean-Christophe Dubois1-0/+30
2015-09-14xlnx-zynqmp: Remove unnecessary brackets around error messagesAlistair Francis1-5/+5
2015-09-11hw/arm/spitz: Remove meaningless blank PropertyShannon Zhao1-5/+0
2015-09-11maint: remove double semicolons in many filesDaniel P. Berrange1-2/+2
2015-09-08xlnx-zynqmp: Connect the sysbus AHCI to ZynqMPAlistair Francis1-0/+18
2015-09-08xlnx-zynqmp.c: Convert some of the error_propagate() calls to error_abortAlistair Francis1-12/+2
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-08hw/arm: new interface for devices which need to behave differently for kernel...Peter Maydell1-0/+34
2015-09-07arm/virt: Add full-sized CPU affinity handlingPavel Fedin1-2/+32
2015-09-07i.MX: Add i2C devices to i.MX31 SOCJean-Christophe Dubois1-0/+30
2015-09-07i.MX: Add the i.MX25 PDK platformJean-Christophe Dubois2-1/+160
2015-09-07i.MX: Add SOC support for i.MX25Jean-Christophe Dubois2-0/+274
2015-09-07i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois1-103/+102
2015-09-07i.MX: Add SOC support for i.MX31Jean-Christophe Dubois2-1/+218
2015-09-07hw/arm/virt: Add high MMIO PCI region, 512G in sizePavel Fedin2-9/+74
2015-09-07smbios: implement smbios support for mach-virtWei Huang1-0/+26
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster5-38/+22