aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2019-10-05hw/arm/virt: Enable device memory cold/hot plug with ACPI bootShameer Kolothum3-7/+75
2019-10-05hw/arm/virt: Add memory hotplug frameworkEric Auger2-1/+54
2019-09-27hw/arm/boot: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-5/+5
2019-09-27hw/arm/boot.c: Set NSACR.{CP11,CP10} for NS kernel bootsPeter Maydell1-0/+2
2019-09-13aspeed/scu: Introduce per-SoC SCU typesCédric Le Goater1-1/+2
2019-09-13aspeed/smc: Add support for DMAsCédric Le Goater2-0/+4
2019-09-13aspeed: Use consistent typenamesCédric Le Goater1-13/+12
2019-09-13aspeed: Remove unused SoC definitionsCédric Le Goater1-26/+0
2019-09-13aspeed: add a GPIO controller to the SoCRashmica Gupta1-0/+17
2019-09-04Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell30-162/+68
2019-09-03hw/arm/fsl-imx: Add the cpu as child of the SoC objectPhilippe Mathieu-Daudé2-2/+6
2019-09-03hw/arm: Use sysbus_init_child_obj for correct reference countingPhilippe Mathieu-Daudé1-2/+2
2019-09-03hw/arm: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé3-17/+16
2019-09-03hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriatePhilippe Mathieu-Daudé8-11/+15
2019-09-03hw/arm/smmuv3: Remove spurious error messages on IOVA invalidationsEric Auger2-8/+12
2019-09-03hw/arm/smmuv3: Log a guest error when decoding an invalid STEEric Auger1-0/+1
2019-09-03numa: move numa global variable numa_info into MachineStateTao Xu4-6/+9
2019-09-03numa: move numa global variable have_numa_distance into MachineStateTao Xu3-3/+3
2019-09-03numa: move numa global variable nb_numa_nodes into MachineStateTao Xu4-8/+14
2019-09-03hw/arm: simplify arm_load_dtbTao Xu29-145/+42
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell2-2/+2
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2-2/+2
2019-08-21hw: add compat machines for 4.2Cornelia Huck1-1/+8
2019-08-20hw/misc: Add a config switch for the "unimplemented" deviceThomas Huth1-0/+11
2019-08-20hw/core: Add a config switch for the "split-irq" deviceThomas Huth1-0/+3
2019-08-20hw/core: Add a config switch for the "or-irq" deviceThomas Huth1-0/+3
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster12-1/+12
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster5-0/+5
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster5-5/+0
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster10-7/+4
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster25-0/+25
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster14-12/+2
2019-08-16Include migration/vmstate.h lessMarkus Armbruster14-0/+14
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster20-0/+21
2019-08-16ide: Include hw/ide/internal a bit less outside hw/ide/Markus Armbruster3-0/+3
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster6-0/+6
2019-07-26hw/arm/boot: Further improve initrd positioning codePeter Maydell1-2/+17
2019-07-26hw/arm/boot: Rename elf_{low, high}_addr to image_{low, high}_addrPeter Maydell1-9/+11
2019-07-22hw/arm/fsl-imx6ul.c: Remove dead SMP-related codePeter Maydell2-46/+20
2019-07-15hw/arm/virt: Fix non-secure flash modeDavid Engraf1-1/+1
2019-07-08hw/arm/sbsa-ref: Remove unnecessary check for secure_sysmem == NULLPeter Maydell1-6/+2
2019-07-05machine: show if CLI option '-numa node,mem' is supported in QAPI schemaIgor Mammedov1-0/+1
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu14-23/+54
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu1-1/+1
2019-07-01hw/arm: Add arm SBSA reference machine, devices partHongbo Zhang1-0/+535
2019-07-01hw/arm: Add arm SBSA reference machine, skeleton partHongbo Zhang3-0/+286
2019-07-01aspeed: Link SCU to the watchdogJoel Stanley1-0/+2
2019-07-01hw/misc/aspeed_xdma: New deviceEddie James1-0/+17
2019-07-01aspeed: Add support for the swift-bmc boardAdriana Kobylak1-0/+50