aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)Author
2019-09-03hw/arm/fsl-imx: Add the cpu as child of the SoC objectPhilippe Mathieu-Daudé
2019-09-03hw/arm: Use sysbus_init_child_obj for correct reference countingPhilippe Mathieu-Daudé
2019-09-03hw/arm: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé
2019-09-03hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriatePhilippe Mathieu-Daudé
2019-09-03hw/arm/smmuv3: Remove spurious error messages on IOVA invalidationsEric Auger
2019-09-03hw/arm/smmuv3: Log a guest error when decoding an invalid STEEric Auger
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster
2019-08-21hw: add compat machines for 4.2Cornelia Huck
2019-08-20hw/misc: Add a config switch for the "unimplemented" deviceThomas Huth
2019-08-20hw/core: Add a config switch for the "split-irq" deviceThomas Huth
2019-08-20hw/core: Add a config switch for the "or-irq" deviceThomas Huth
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16ide: Include hw/ide/internal a bit less outside hw/ide/Markus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-07-26hw/arm/boot: Further improve initrd positioning codepull-target-arm-20190726Peter Maydell
2019-07-26hw/arm/boot: Rename elf_{low, high}_addr to image_{low, high}_addrPeter Maydell
2019-07-22hw/arm/fsl-imx6ul.c: Remove dead SMP-related codePeter Maydell
2019-07-15hw/arm/virt: Fix non-secure flash modeDavid Engraf
2019-07-08hw/arm/sbsa-ref: Remove unnecessary check for secure_sysmem == NULLPeter Maydell
2019-07-05machine: show if CLI option '-numa node,mem' is supported in QAPI schemaIgor Mammedov
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu
2019-07-01hw/arm: Add arm SBSA reference machine, devices partHongbo Zhang
2019-07-01hw/arm: Add arm SBSA reference machine, skeleton partHongbo Zhang
2019-07-01aspeed: Link SCU to the watchdogJoel Stanley
2019-07-01hw/misc/aspeed_xdma: New deviceEddie James
2019-07-01aspeed: Add support for the swift-bmc boardAdriana Kobylak
2019-07-01aspeed/smc: add a 'sdram_base' propertyCédric Le Goater
2019-07-01aspeed: add a RAM memory region containerCédric Le Goater
2019-07-01aspeed: remove the "ram" linkCédric Le Goater
2019-07-01aspeed: add support for multiple NICsCédric Le Goater
2019-07-01aspeed: introduce a configurable number of CPU per machineCédric Le Goater
2019-07-01hw/arm/aspeed: Add RTC to SoCJoel Stanley
2019-07-01aspeed: add a per SoC mapping for the memory spaceCédric Le Goater
2019-07-01aspeed: add a per SoC mapping for the interrupt spaceCédric Le Goater
2019-07-01i.mx7d: Add no-op/unimplemented PCIE PHY IP blockAndrey Smirnov
2019-07-01i.mx7d: Add no-op/unimplemented APBH DMA moduleAndrey Smirnov
2019-07-01hw/arm/virt: Add support for Cortex-A7Jan Kiszka
2019-07-01hw/arm/msf2-som: Exit when the cpu is not the expected onePhilippe Mathieu-Daudé
2019-07-01hw/arm/boot: fix direct kernel boot with initrdAndrew Jones
2019-06-17hw/arm: Correctly disable FPU/DSP for some ARMSSE-based boardsPeter Maydell