aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2017-09-19General warn report fixupsAlistair Francis1-1/+1
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis1-2/+2
2017-09-14mps2-an511: Fix wiring of UART overflow interrupt linesPeter Maydell1-2/+2
2017-09-14hw/arm/virt: Set INTx/gsi mappingPranavkumar Sawargaonkar1-0/+1
2017-09-14xlnx-zcu102: Mark the EP108 machine as deprecatedAlistair Francis1-1/+1
2017-09-14xlnx-zcu102: Add a machine level virtualization propertyAlistair Francis2-2/+31
2017-09-14xlnx-zcu102: Add a machine level secure propertyAlistair Francis1-0/+32
2017-09-14xlnx-zcu102: Manually create the machinesAlistair Francis1-7/+67
2017-09-14xlnx-ep108: Rename to ZCU102Alistair Francis2-16/+16
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell27-0/+43
2017-09-07hw/arm/allwinner-a10: Mark the allwinner-a10 device with user_creatable = falseThomas Huth1-0/+2
2017-09-07xlnx_zynqmp: Convert to DEFINE_PROP_LINKFam Zheng1-5/+2
2017-09-07armv7m: Convert armv7m.memory to DEFINE_PROP_LINKFam Zheng1-6/+2
2017-09-07armv7m: Convert bitband.source-memory to DEFINE_PROP_LINKFam Zheng1-6/+2
2017-09-04hw/arm/digic: Mark device with user_creatable = falseThomas Huth1-0/+2
2017-09-04hw/arm/aspeed_soc: Mark devices as user_creatable = falseThomas Huth1-0/+2
2017-09-04aspeed_soc: Propagate silicon-rev to watchdogAndrew Jeffery1-0/+2
2017-09-04target/arm/kvm: pmu: improve error handlingAndrew Jones1-6/+3
2017-09-04hw/arm/virt: allow pmu instantiation with userspace irqchipAndrew Jones1-1/+2
2017-09-04target/arm/kvm: pmu: split init and set-irq stagesAndrew Jones1-2/+9
2017-09-04hw/arm/virt: add pmu interrupt stateAndrew Jones1-0/+3
2017-09-04hw/arm: use defined type name instead of hard-coded stringPhilippe Mathieu-Daudé6-18/+27
2017-09-01arm: replace cpu_arm_init() with cpu_generic_init()Igor Mammedov5-6/+6
2017-08-07hw/arm/virt: Add 2.10 machine typeEric Auger1-2/+17
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-24integratorcp: Don't migrate flash using vmstate_register_ram_global()Peter Maydell1-2/+1
2017-07-24mps2: Correctly set parent bus for SCC devicePeter Maydell1-1/+1
2017-07-24fsl_imx*: Migrate ROM contentsPeter Maydell3-6/+6
2017-07-17hw/arm/mps2: Add ethernetPeter Maydell1-1/+9
2017-07-17hw/arm/mps2: Add SCCPeter Maydell1-1/+16
2017-07-17hw/arm/mps2: Add timersPeter Maydell1-0/+4
2017-07-17hw/arm/mps2: Add UARTsPeter Maydell1-0/+88
2017-07-17hw/arm/mps2: Implement skeleton mps2-an385 and mps2-an511 board modelsPeter Maydell2-0/+271
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell21-68/+35
2017-07-14memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell4-7/+7
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell24-36/+36
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-3/+4
2017-07-14char: avoid chardevice direct accessAnton Nefedov1-1/+1
2017-07-14char: add backend hotswap handlerAnton Nefedov2-2/+3
2017-07-14Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...Peter Maydell3-9/+9
2017-07-13Convert error_report() to warn_report()Alistair Francis3-9/+9
2017-07-11aspeed: Register all watchdogsJoel Stanley1-8/+17
2017-07-11hw/misc: Add Exynos4210 Pseudo Random Number GeneratorKrzysztof Kozlowski1-0/+4
2017-06-20bcm2835_fb: use {get, set}_uint() for "vcram-size" and "vcram-base"Marc-André Lureau2-7/+6
2017-06-20aspeed: use {set, get}_uint() for "ram-size" propertyMarc-André Lureau1-4/+4
2017-06-13aspeed: add a temp sensor device on I2C bus 3Cédric Le Goater1-0/+9
2017-06-13hw/arm/exynos: Use type define instead of hard-coded a9mpcore_priv stringKrzysztof Kozlowski1-1/+2
2017-06-13hw/arm/exynos: Declare local variables in some orderKrzysztof Kozlowski1-2/+2
2017-06-13hw/arm/exynos: Move DRAM initialization next boardsKrzysztof Kozlowski2-26/+44
2017-06-05numa: make sure that all cpus have has_node_id set if numa is enabledIgor Mammedov1-3/+1