summaryrefslogtreecommitdiffstats
path: root/hw/arm
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/smmuv3: Log a guest error when decoding an invalid STEEric Auger2019-09-031-0/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell2019-08-222-2/+2
|\
| * hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-212-2/+2
* | hw: add compat machines for 4.2Cornelia Huck2019-08-211-1/+8
|/
* hw/misc: Add a config switch for the "unimplemented" deviceThomas Huth2019-08-201-0/+11
* hw/core: Add a config switch for the "split-irq" deviceThomas Huth2019-08-201-0/+3
* hw/core: Add a config switch for the "or-irq" deviceThomas Huth2019-08-201-0/+3
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-1612-1/+12
* Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-165-0/+5
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-165-5/+0Star
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-1610-7/+4Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-1625-0/+25
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-1614-12/+2Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-1614-0/+14
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-1620-0/+21
* ide: Include hw/ide/internal a bit less outside hw/ide/Markus Armbruster2019-08-163-0/+3
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-166-0/+6
* hw/arm/boot: Further improve initrd positioning codePeter Maydell2019-07-261-2/+17
* hw/arm/boot: Rename elf_{low, high}_addr to image_{low, high}_addrPeter Maydell2019-07-261-9/+11
* hw/arm/fsl-imx6ul.c: Remove dead SMP-related codePeter Maydell2019-07-222-46/+20Star
* hw/arm/virt: Fix non-secure flash modeDavid Engraf2019-07-151-1/+1
* hw/arm/sbsa-ref: Remove unnecessary check for secure_sysmem == NULLPeter Maydell2019-07-081-6/+2Star
* machine: show if CLI option '-numa node,mem' is supported in QAPI schemaIgor Mammedov2019-07-051-0/+1
* hw/arm: Replace global smp variables with machine smp propertiesLike Xu2019-07-0514-23/+54
* machine: Refactor smp-related call chains to pass MachineStateLike Xu2019-07-051-1/+1
* hw/arm: Add arm SBSA reference machine, devices partHongbo Zhang2019-07-011-0/+535
* hw/arm: Add arm SBSA reference machine, skeleton partHongbo Zhang2019-07-013-0/+286
* aspeed: Link SCU to the watchdogJoel Stanley2019-07-011-0/+2
* hw/misc/aspeed_xdma: New deviceEddie James2019-07-011-0/+17
* aspeed: Add support for the swift-bmc boardAdriana Kobylak2019-07-011-0/+50
* aspeed/smc: add a 'sdram_base' propertyCédric Le Goater2019-07-011-0/+6
* aspeed: add a RAM memory region containerCédric Le Goater2019-07-011-4/+9
* aspeed: remove the "ram" linkCédric Le Goater2019-07-011-2/+0Star
* aspeed: add support for multiple NICsCédric Le Goater2019-07-011-14/+19
* aspeed: introduce a configurable number of CPU per machineCédric Le Goater2019-07-012-8/+32
* hw/arm/aspeed: Add RTC to SoCJoel Stanley2019-07-011-0/+13
* aspeed: add a per SoC mapping for the memory spaceCédric Le Goater2019-07-012-49/+76
* aspeed: add a per SoC mapping for the interrupt spaceCédric Le Goater2019-07-011-8/+49
* i.mx7d: Add no-op/unimplemented PCIE PHY IP blockAndrey Smirnov2019-07-011-0/+5
* i.mx7d: Add no-op/unimplemented APBH DMA moduleAndrey Smirnov2019-07-011-0/+6
* hw/arm/virt: Add support for Cortex-A7Jan Kiszka2019-07-011-0/+1
* hw/arm/msf2-som: Exit when the cpu is not the expected onePhilippe Mathieu-Daudé2019-07-011-0/+1
* hw/arm/boot: fix direct kernel boot with initrdAndrew Jones2019-07-011-1/+2
* hw/arm: Correctly disable FPU/DSP for some ARMSSE-based boardsPeter Maydell2019-06-172-12/+54
* hw/arm/armv7m: Forward "vfp" and "dsp" properties to CPUPeter Maydell2019-06-171-0/+18
* hw/arm/boot: Honour image size field in AArch64 Image format kernelsPeter Maydell2019-06-171-2/+15
* hw/arm/boot: Avoid placing the initrd on top of the kernelPeter Maydell2019-06-171-14/+20
* hw/arm/boot: Diagnose layouts that put initrd or DTB off the end of RAMPeter Maydell2019-06-171-0/+23
* hw/arm/boot: Don't assume RAM starts at address zeroPeter Maydell2019-06-171-5/+4Star