summaryrefslogtreecommitdiffstats
path: root/hw/arm
Commit message (Expand)AuthorAgeFilesLines
* hw/core: Move the ARM sysbus-fdt to coreAlistair Francis2022-04-294-574/+1Star
* hw/arm/smmuv3: Advertise support for SMMUv3.2-BBML2Peter Maydell2022-04-282-0/+2
* hw/arm/smmuv3: Add space in guest error messageJean-Philippe Brucker2022-04-281-1/+1
* hw/arm/smmuv3: Cache event fault recordJean-Philippe Brucker2022-04-282-8/+7Star
* hw/arm/smmuv3: Pass the actual perm to returned IOMMUTLBEntry in smmuv3_trans...Xiang Chen2022-04-221-1/+1
* hw/arm/virt: Support TCG GICv4Peter Maydell2022-04-221-17/+53
* hw/arm/virt: Abstract out calculation of redistributor region capacityPeter Maydell2022-04-221-7/+4Star
* hw/arm/virt: Use VIRT_GIC_VERSION_* enum values in create_gic()Peter Maydell2022-04-221-8/+23
* Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson2022-04-212-7/+2Star
|\
| * arm/allwinner-a10: replace snprintf() with g_strdup_printf()Marc-André Lureau2022-04-211-3/+1Star
| * arm/digic: replace snprintf() with g_strdup_printf()Marc-André Lureau2022-04-211-4/+1Star
* | hw/arm: Use bit fields for NPCM7XX PWRON STRAPsHao Wu2022-04-211-5/+19
* | hw/arm/stellaris: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ'Zongyuan Li2022-04-211-2/+13
* | hw/arm/realview: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ'Zongyuan Li2022-04-211-9/+24
* | hw/arm/exynos4210: Drop Exynos4210Irq structPeter Maydell2022-04-211-26/+8Star
* | hw/arm/exynos4210: Put combiners into state structPeter Maydell2022-04-211-9/+11
* | hw/arm/exynos4210: Fold combiner splits into exynos4210_init_board_irqs()Peter Maydell2022-04-211-63/+115
* | hw/arm/exynos4210: Don't connect multiple lines to external GIC inputsPeter Maydell2022-04-211-7/+5Star
* | hw/arm/exynos4210: Connect MCT_G0 and MCT_G1 to both combinersPeter Maydell2022-04-211-4/+3Star
* | hw/arm/exynos4210: Fill in irq_table[] for internal-combiner-only IRQ linesPeter Maydell2022-04-211-0/+2
* | hw/arm/exynos4210: Use TYPE_SPLIT_IRQ in exynos4210_init_board_irqs()Peter Maydell2022-04-211-8/+33
* | hw/arm/exynos4210: Move exynos4210_combiner_get_gpioin() into exynos4210.cPeter Maydell2022-04-211-0/+82
* | hw/arm/exynos4210: Drop ext_gic_irq[] from Exynos4210Irq structPeter Maydell2022-04-211-6/+6
* | hw/arm/exynos4210: Put external GIC into state structPeter Maydell2022-04-211-5/+5
* | hw/arm/exynos4210: Move exynos4210_init_board_irqs() into exynos4210.cPeter Maydell2022-04-211-0/+202
* | hw/arm/exynos4210: Coalesce board_irqs and irq_tablePeter Maydell2022-04-211-5/+1Star
* | hw/arm/exynos4210: Drop int_gic_irq[] from Exynos4210Irq structPeter Maydell2022-04-211-4/+2Star
* | hw/arm/exynos4210: Put a9mpcore device into state structPeter Maydell2022-04-211-5/+6
* | hw/arm/exynos4210: Use TYPE_OR_IRQ instead of custom OR-gate devicePeter Maydell2022-04-211-15/+16
* | hw/arm: versal: Connect the CRLEdgar E. Iglesias2022-04-211-2/+52
* | hw/arm: versal: Add the Cortex-R5FsEdgar E. Iglesias2022-04-212-3/+39
* | hw/arm: versal: Create an APU CPU ClusterEdgar E. Iglesias2022-04-211-1/+8
* | hw/arm/xlnx-zynqmp: Connect 4 TTC timersEdgar E. Iglesias2022-04-211-0/+22
* | hw/arm/virt: Check for attempt to use TrustZone with KVM or HVFPeter Maydell2022-04-211-0/+7
|/
* hw: Add compat machines for 7.1Cornelia Huck2022-04-201-1/+8
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* hw/arm/xlnx-zynqmp: Connect the ZynqMP APU ControlEdgar E. Iglesias2022-03-181-2/+23
* hw/arm/xlnx-zynqmp: Connect the ZynqMP CRFEdgar E. Iglesias2022-03-181-0/+16
* hw/arm/xlnx-zynqmp: Add an unimplemented SERDES areaEdgar E. Iglesias2022-03-181-0/+5
* hw/arm/virt: Fix gic-version=max when CONFIG_ARM_GICV3_TCG is unsetEric Auger2022-03-181-1/+6
* Merge remote-tracking branch 'remotes/philmd/tags/pmbus-20220308' into stagingPeter Maydell2022-03-091-0/+1
|\
| * hw/sensor: add Intersil ISL69260 device modelTitus Rwantare2022-03-081-0/+1
* | Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20220308' int...Peter Maydell2022-03-093-16/+88
|\ \ | |/ |/|
| * hw/arm/aspeed: add Bletchley machine typePatrick Williams2022-03-081-0/+76
| * hw/arm/aspeed: allow missing spi_modelPatrick Williams2022-03-081-1/+5
| * aspeed/smc: Remove 'num_cs' fieldCédric Le Goater2022-03-083-6/+0Star
| * aspeed: Rework aspeed_board_init_flashes() interfaceCédric Le Goater2022-03-081-6/+5Star
| * aspeed: Fix a potential memory leak bug in write_boot_rom()Wentao_Liang2022-03-081-3/+2Star
* | hw/arm/virt: Disable LPA2 for -machine virt-6.2Richard Henderson2022-03-071-0/+7
|/
* target/arm: Report KVM's actual PSCI version to guest in dtbPeter Maydell2022-03-021-3/+2Star