aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2024-10-25Merge tag 'pull-aspeed-20241024' of https://github.com/legoater/qemu into sta...Peter Maydell2-5/+17
2024-10-24hw/arm/aspeed: Correct fmc_model w25q80bl for ast1030-a1 EVBJamin Lin1-1/+1
2024-10-24hw/arm/aspeed: Correct spi_model w25q256 for ast1030-a1 EVB.Jamin Lin1-1/+1
2024-10-24aspeed/soc: Support GPIO for AST2700Jamin Lin1-0/+13
2024-10-24aspeed/soc: Correct GPIO irq 130 for AST2700Jamin Lin1-3/+2
2024-10-21replace error_setg(&error_fatal, ...) with error_report()Tudor Gheorghiu4-11/+9
2024-10-15hw/arm/xilinx_zynq: Add various missing unimplemented devicesChao Liu1-0/+70
2024-10-15hw/block: Remove eccPeter Maydell1-1/+0
2024-10-15hw/arm: Add SPI to Allwinner A10Strahinja Jankovic2-0/+9
2024-10-15hw/misc: Create STM32L4x5 SYSCFG clockInès Varhol1-0/+2
2024-10-15hw/arm/stm32f405: Add RCC device to stm32f405 SoCRomán Cárdenas Rodríguez2-1/+12
2024-10-15hw/arm/omap1: Remove unused omap_uwire_attach() methodPhilippe Mathieu-Daudé1-21/+8
2024-10-11rust: add PL011 device modelPaolo Bonzini1-10/+20
2024-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell10-18/+18
2024-10-03hw/arm: xenpvh: Enable PCI for ARM PVHEdgar E. Iglesias1-0/+14
2024-10-03hw/xen: xenpvh: Disable buffered IOREQs for ARMEdgar E. Iglesias1-0/+3
2024-10-03hw/char: Extract serial-mmBernhard Beschow11-20/+20
2024-10-01hw/arm: Remove omap2.cPeter Maydell2-2716/+0
2024-10-01hw/misc: Remove cbusPeter Maydell1-14/+0
2024-10-01hw/arm: Remove 'n800' and 'n810' machinesPeter Maydell2-1474/+0
2024-10-01hw/arm: Remove pxa2xx_picPeter Maydell3-371/+0
2024-10-01hw/arm: Remove pxa2xx_gpioPeter Maydell2-366/+1
2024-10-01hw/arm: Remove pxa2xx.cPeter Maydell2-2394/+1
2024-10-01hw/arm: Remove STRONGARM->PXA2XX dependencyPeter Maydell1-1/+3
2024-10-01hw/arm: Remove 'z2' machinePeter Maydell3-365/+0
2024-10-01hw/arm: Remove 'mainstone' machinePeter Maydell3-184/+0
2024-10-01hw/arm: Remove 'connex' and 'verdex' machinesPeter Maydell3-150/+0
2024-10-01hw/arm: Remove 'cheetah' machinePeter Maydell3-332/+0
2024-10-01hw/arm/KConfig: Replace ZAURUS with ZAURUS_SCOOPPeter Maydell1-6/+1
2024-10-01hw/arm: Remove deprecated akita, borzoi, spitz, terrier, tosa boardsPeter Maydell4-1636/+0
2024-10-01hw/arm/xlnx: Connect secondary CGEM IRQsKinsey Moore2-2/+21
2024-09-28Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-1/+1
2024-09-24hw/arm: replace assert(0) with g_assert_not_reached()Pierrick Bouvier1-1/+1
2024-09-24reset: Use ResetType for qemu_devices_reset() and MachineClass::reset()Juraj Marcin2-4/+4
2024-09-16aspeed: Add tmp105 in i2c bus 0 for AST2700Jamin Lin1-0/+10
2024-09-16aspeed/soc: Support I2C for AST2700Jamin Lin1-0/+24
2024-09-16aspeed/soc: Introduce a new API to get the device irqJamin Lin1-0/+21
2024-09-13hvf: arm: Implement and use hvf_get_physical_address_rangeDanny Canter1-1/+30
2024-09-13hw/boards: Add hvf_get_physical_address_range to MachineClassDanny Canter1-1/+8
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell5-9/+9
2024-09-06Merge tag 'pull-target-arm-20240905' of https://git.linaro.org/people/pmaydel...Peter Maydell5-20/+32
2024-09-05hw/arm/boot: Explain why load_elf_hdr() error is ignoredPhilippe Mathieu-Daudé1-2/+6
2024-09-05hw/arm/boot: Report error msg if loading elf/dtb failedChangbin Du1-0/+2
2024-09-05hw/arm/xilinx_zynq: Enable Security ExtensionsSebastian Huber1-8/+0
2024-09-05hw/arm/sbsa-ref: Don't leak string in sbsa_fdt_add_gic_node()Peter Maydell1-9/+6
2024-09-05hw/arm/sbsa-ref: Use two-stage SMMUPeter Maydell1-0/+1
2024-09-05hw/arm/virt: Default to two-stage SMMU from virt-9.2Peter Maydell1-0/+8
2024-09-05hw/arm/smmuv3: Update comment documenting "stage" propertyPeter Maydell1-0/+1
2024-09-05hw: add compat machines for 9.2Cornelia Huck1-1/+8
2024-09-04hw/arm: xenpvh: Rename xen_arm.c -> xen-pvh.cEdgar E. Iglesias2-1/+1