aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2018-06-26aspeed/timer: use the APB frequency from the SCUCédric Le Goater1-0/+2
2018-06-26aspeed: initialize the SCU controller firstCédric Le Goater1-20/+20
2018-06-26hw/arm/smmuv3: Add notifications on invalidationEric Auger3-2/+136
2018-06-26hw/arm/smmuv3: IOTLB emulationEric Auger3-4/+163
2018-06-26hw/arm/smmuv3: Cache/invalidate config dataEric Auger3-7/+158
2018-06-26hw/arm/smmuv3: Fix translate error handlingJia He3-34/+79
2018-06-26hw/arm/stellaris: Use HWADDR_PRIx to display register addressPhilippe Mathieu-Daudé1-2/+4
2018-06-26hw/arm/stellaris: Fix gptm_write() error messagePhilippe Mathieu-Daudé1-1/+1
2018-06-26hw/arm/stellaris: Use qemu_log_mask(UNIMP) instead of fprintfPhilippe Mathieu-Daudé1-1/+1
2018-06-26hw/arm/omap1: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé1-6/+12
2018-06-22hw/arm/mps2-tz.c: Instantiate MPCsPeter Maydell1-27/+44
2018-06-22hw/arm/iotkit: Wire up MPC interrupt linesPeter Maydell1-0/+74
2018-06-22hw/arm/iotkit: Instantiate MPCPeter Maydell1-11/+27
2018-06-22xlnx-zynqmp: Swap Cortex-R5 for Cortex-R5FEdgar E. Iglesias2-2/+2
2018-06-22hw/arm/virt: Increase max_cpus to 512Eric Auger1-3/+4
2018-06-22hw/arm/virt: Use 256MB ECAM region by defaultEric Auger1-0/+10
2018-06-22hw/arm/virt: Add virt-3.0 machine typeEric Auger1-2/+13
2018-06-22hw/arm/virt: Add a new 256MB ECAM regionEric Auger2-12/+21
2018-06-22hw/arm/virt: Register two redistributor regions when necessaryEric Auger1-1/+17
2018-06-22hw/arm/virt-acpi-build: Advertise one or two GICR structuresEric Auger1-0/+9
2018-06-22hw/arm/virt: GICv3 DT node with one or two redistributor regionsEric Auger1-5/+24
2018-06-22hw/intc/arm_gicv3: Introduce redist-region-count array propertyEric Auger1-1/+10
2018-06-18hw/display: add standalone ramfb deviceGerd Hoffmann2-0/+9
2018-06-15iommu: Add IOMMU index argument to translate methodPeter Maydell1-1/+1
2018-06-15arm: Don't crash if user tries to use a Cortex-M CPU without an NVICPeter Maydell1-1/+6
2018-06-15hw/arm/armv7m: Remove unused armv7m_init() functionPeter Maydell1-21/+0
2018-06-15stellaris: Stop using armv7m_init()Peter Maydell1-2/+10
2018-06-15hw/arm/mps2-tz: Put ethernet controller behind PPCPeter Maydell1-9/+23
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