summaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2018-05-04hw/arm/virt: Introduce the iommu optionEric Auger1-0/+36
2018-05-04hw/arm/virt-acpi-build: Add smmuv3 node in IORT tablePrem Mallappa1-7/+48
2018-05-04hw/arm/virt: Add SMMUv3 to the virt boardPrem Mallappa1-1/+63
2018-05-04hw/arm/smmuv3: Abort on vfio or vhost caseEric Auger1-0/+11
2018-05-04hw/arm/smmuv3: Implement translate callbackEric Auger3-0/+527
2018-05-04hw/arm/smmuv3: Event queue recording helperEric Auger3-6/+247
2018-05-04hw/arm/smmuv3: Implement MMIO write operationsEric Auger3-10/+174
2018-05-04hw/arm/smmuv3: Queue helpersEric Auger3-0/+304
2018-05-04hw/arm/smmuv3: Wired IRQ and GERROR helpersEric Auger3-0/+81
2018-05-04hw/arm/smmuv3: SkeletonPrem Mallappa4-1/+512
2018-05-04hw/arm/smmu-common: VMSAv8-64 page table walkEric Auger3-1/+329
2018-05-04hw/arm/smmu-common: IOMMU memory region and address space setupEric Auger2-0/+72
2018-05-04hw/arm/smmu-common: smmu base device and datatypesEric Auger2-0/+82
2018-05-04hw/arm: Don't fail qtest due to missing SD card in -nodefaults modeThomas Huth3-16/+15
2018-05-04arm: boot: set boot_info starting from first_cpuIgor Mammedov1-1/+1
2018-05-04hw/arm/virt: Add linux,pci-domain propertyJan Kiszka1-0/+1
2018-04-26Remove checks on MAX_SERIAL_PORTS that are just bounds checksPeter Maydell7-20/+8
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell27-62/+62
2018-04-26hw/arm/fsl-imx*: Don't create "null" chardevs for serial devicesPeter Maydell3-34/+3
2018-04-26hw/arm/aspeed_soc: don't use vmstate_register_ram_global for SRAMPeter Maydell1-2/+1
2018-04-26hw/arm/aspeed: don't make 'boot_rom' region 'nomigrate'Peter Maydell1-1/+1
2018-04-26hw/arm/highbank: don't make sysram 'nomigrate'Peter Maydell1-1/+1
2018-04-26hw/arm/raspi: Don't bother setting default_cpu_typePeter Maydell1-2/+0
2018-04-26arm: always start from first_cpu when registering loader cpu reset callbackIgor Mammedov1-1/+1
2018-04-10hw/arm/fsl-imx: Fix introspection problem with fsl-imx6 and fsl-imx7Thomas Huth2-13/+14
2018-04-10hw/arm/allwinner-a10: Do not use nd_table in instance_init functionThomas Huth1-6/+6
2018-04-10hw/arm/integratorcp: Don't do things that could be fatal in the instance_initThomas Huth1-8/+15
2018-04-10hw/arm: Allow manually specified /psci nodeAndrey Smirnov1-0/+10
2018-03-23mach-virt: Set VM's SMBIOS system version to mc->nameWei Huang1-1/+7
2018-03-23hw/arm/bcm2836: Use the Cortex-A7 instead of Cortex-A15Peter Maydell2-2/+2
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-24/+15
2018-03-19hw/arm/raspi: Provide spin-loop code for AArch64 CPUsPeter Maydell1-1/+40
2018-03-19hw/arm/bcm2836: Hardcode correct CPU typePeter Maydell2-11/+15
2018-03-19hw/arm/bcm2836: Use correct affinity values for BCM2837Peter Maydell1-4/+7
2018-03-19hw/arm/bcm2836: Create proper bcm2837 devicePeter Maydell2-6/+34
2018-03-19hw/arm/bcm2836: Rename bcm2836 type/struct to bcm283xPeter Maydell2-16/+17
2018-03-19hw/arm/bcm2386: Fix parent type of bcm2386Peter Maydell1-1/+1
2018-03-19hw/arm/boot: If booting a kernel in EL2, set SCR_EL3.HCEPeter Maydell1-0/+5
2018-03-19hw/arm/boot: assert that secure_boot and secure_board_setup are false for AAr...Peter Maydell1-0/+7
2018-03-19hw/arm/raspi: Don't do board-setup or secure-boot for raspi3Peter Maydell1-4/+13
2018-03-13virt_arm: acpi: reuse common build_fadt()Igor Mammedov1-21/+12
2018-03-13acpi: move build_fadt() from i386 specific to generic ACPI sourceIgor Mammedov1-3/+3
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth4-4/+0
2018-03-09hw/arm/virt: Support -machine gic-version=maxPeter Maydell1-10/+19
2018-03-09hw/arm/virt: Add "max" to the list of CPU types "virt" supportsPeter Maydell1-0/+1
2018-03-09arm: avoid heap-buffer-overflow in load_aarch64_imageMarc-André Lureau1-1/+2
2018-03-09arm: fix load ELF error leakMarc-André Lureau1-0/+1
2018-03-09hw/arm: Use more CONFIG switches for the object filesThomas Huth1-9/+21
2018-03-09Implement support for i.MX7 Sabre boardAndrey Smirnov2-1/+91
2018-03-09i.MX: Add i.MX7 SOC implementation.Andrey Smirnov2-0/+583