aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2018-06-08stellaris: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé1-5/+6
2018-06-08hw/arm: Remove the deprecated xlnx-ep108 machineThomas Huth1-60/+2
2018-06-08aspeed: add the pc9552 chips to the witherspoon machineCédric Le Goater1-0/+4
2018-06-08aspeed: Add EEPROM I2C devicesCédric Le Goater1-0/+13
2018-06-08aspeed: add an I2C RTC device to all machinesCédric Le Goater1-0/+19
2018-06-08aspeed: add support for the witherspoon-bmc boardCédric Le Goater1-0/+49
2018-06-08aspeed: remove ignore_memory_transaction_failures on all boardsCédric Le Goater1-3/+0
2018-06-04Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i...Peter Maydell1-0/+4
2018-06-04migration: introduce decompress-error-checkXiao Guangrong1-0/+4
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell17-19/+0
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé3-3/+0
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé14-14/+0
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2-2/+0
2018-05-31ARM: ACPI: Fix use-after-free due to memory reallocShannon Zhao1-5/+15
2018-05-31arm: fix qemu crash on startup with -bios optionIgor Mammedov1-9/+9
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier1-5/+1
2018-05-18hw/arm/smmu-common: Fix coverity issue in get_block_pte_addressEric Auger1-2/+2
2018-05-18hw/arm/smmuv3: Fix Coverity issue in smmuv3_record_eventEric Auger1-1/+1
2018-05-18xlnx-zynqmp: Connect the ZynqMP GDMA and ADMAFrancisco Iglesias1-0/+53
2018-05-10make sure that we aren't overwriting mc->get_hotplug_handler by accidentIgor Mammedov1-0/+1
2018-05-10arm/boot: split load_dtb() from arm_load_kernel()Igor Mammedov3-144/+53
2018-05-10platform-bus-device: use device plug callback instead of machine_done notifierIgor Mammedov2-3/+31
2018-05-10hw/arm/iotkit.c: fix minor memory leakPeter Maydell1-0/+1
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