aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2023-11-13hw/arm/virt: fix GIC maintenance IRQ registrationJean-Philippe Brucker1-2/+4
2023-11-10hw/arm/xlnx-versal: Use qdev_prop_set_array()Kevin Wolf1-2/+7
2023-11-10hw/arm/virt: Use qdev_prop_set_array()Kevin Wolf1-14/+17
2023-11-10hw/arm/vexpress: Use qdev_prop_set_array()Kevin Wolf1-10/+11
2023-11-10hw/arm/sbsa-ref: Use qdev_prop_set_array()Kevin Wolf1-2/+5
2023-11-10hw/arm/mps2: Use qdev_prop_set_array()Kevin Wolf1-4/+8
2023-11-10hw/arm/mps2-tz: Use qdev_prop_set_array()Kevin Wolf1-3/+7
2023-11-10Merge tag 'xen-virtio-fix-1-tag' of https://gitlab.com/sstabellini/qemu into ...Stefan Hajnoczi1-1/+3
2023-11-08Merge tag 'misc-cpus-20231107' of https://github.com/philmd/qemu into stagingStefan Hajnoczi1-0/+1
2023-11-07Xen: Fix xen_set_irq() and xendevicemodel_set_irq_level()Vikram Garhwal1-1/+3
2023-11-07hw/sensor: add ADM1266 device modelTitus Rwantare1-0/+1
2023-11-07hw/arm: XLNX_VERSAL depends on XLNX_CSU_DMAMarc-André Lureau1-0/+1
2023-11-07arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMANMarc-André Lureau1-1/+2
2023-11-07Merge tag 'pull-target-arm-20231106' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi3-14/+7
2023-11-06hw/arm/vexpress-a9: Remove useless mapping of RAM at address 0Peter Maydell1-11/+3
2023-11-06hw/arm/virt: Report correct register sizes in ACPI DBG2/SPCR tables.Udo Steinberg1-2/+2
2023-11-06hw/arm/virt: fix PMU IRQ registrationSebastian Ott1-1/+2
2023-11-03hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu1-1/+5
2023-11-02hw/arm: xlnx-versal-virt: Add AMD/Xilinx TRNG deviceTong Ho2-0/+17
2023-11-02hw/arm/pxa2xx_gpio: Pass CPU using QOM link propertyPhilippe Mathieu-Daudé1-6/+2
2023-11-02hw/input/stellaris_gamepad: Convert to qemu_input_handler_register()Peter Maydell1-1/+5
2023-11-02hw/input/stellaris_input: Convert to qdevPeter Maydell1-8/+20
2023-11-02hw/input/stellaris_input: Rename to stellaris_gamepadPeter Maydell2-2/+2
2023-10-27hw/arm: Avoid using 'first_cpu' when first ARM CPU is reachablePhilippe Mathieu-Daudé5-7/+8
2023-10-27hw/arm/pxa2xx: Realize PXA2XX_I2C device before accessing itPhilippe Mathieu-Daudé1-2/+3
2023-10-27hw/intc/pxa2xx: Factor pxa2xx_pic_realize() out of pxa2xx_pic_init()Philippe Mathieu-Daudé1-6/+10
2023-10-27hw/intc/pxa2xx: Pass CPU reference using QOM link propertyPhilippe Mathieu-Daudé1-1/+10
2023-10-27hw/intc/pxa2xx: Convert to Resettable interfacePhilippe Mathieu-Daudé1-5/+12
2023-10-27hw/pcmcia/pxa2xx: Inline pxa2xx_pcmcia_init()Philippe Mathieu-Daudé1-4/+8
2023-10-27hw/arm/xlnx-zynqmp: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-0/+1
2023-10-27hw/arm/xlnx-versal: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-0/+1
2023-10-27hw/arm/fsl-imx7: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-0/+1
2023-10-27hw/arm/fsl-imx6ul: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-0/+1
2023-10-27hw/arm/fsl-imx6: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-0/+1
2023-10-27hw/arm/fsl-imx31: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-0/+1
2023-10-27hw/arm/fsl-imx25: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-0/+1
2023-10-27hw/arm/allwinner-r40: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-0/+1
2023-10-27hw/arm/allwinner-h3: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-0/+1
2023-10-27hw/arm/allwinner-a10: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-0/+1
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell1-0/+1
2023-10-27target/arm: Implement Neoverse N2 CPU modelPeter Maydell2-0/+2
2023-10-25hw/arm/aspeed: Move AspeedSoCState::cpu/vic to Aspeed2400SoCStatePhilippe Mathieu-Daudé2-13/+16
2023-10-25hw/arm/aspeed: Move AspeedSoCState::a7mpcore to Aspeed2600SoCStatePhilippe Mathieu-Daudé2-29/+34
2023-10-25hw/arm/aspeed: Move AspeedSoCState::armv7m to Aspeed10x0SoCStatePhilippe Mathieu-Daudé2-17/+23
2023-10-25hw/arm/aspeed: Check 'memory' link is set in common aspeed_soc_realizePhilippe Mathieu-Daudé1-0/+11
2023-10-25hw/arm/aspeed: Introduce TYPE_ASPEED2400_SOCPhilippe Mathieu-Daudé2-44/+46
2023-10-25hw/arm/aspeed: Introduce TYPE_ASPEED2600_SOCPhilippe Mathieu-Daudé1-13/+13
2023-10-25hw/arm/aspeed: Introduce TYPE_ASPEED10X0_SOCPhilippe Mathieu-Daudé1-13/+13
2023-10-25hw/arm/aspeed: Dynamically allocate AspeedMachineState::soc fieldPhilippe Mathieu-Daudé1-49/+52
2023-10-25hw/arm/aspeed: Rename aspeed_soc_realize() as AST2400/2500 specificPhilippe Mathieu-Daudé1-4/+11