summaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)Author
2021-12-15Merge tag 'pull-block-2021-12-15' of git://repo.or.cz/qemu/armbru into stagingRichard Henderson
2021-12-15hw/arm/aspeed: Replace drive_get_next() by drive_get()Markus Armbruster
2021-12-15hw/arm/xilinx_zynq: Replace drive_get_next() by drive_get()Markus Armbruster
2021-12-15hw/arm/xlnx-zcu102: Replace drive_get_next() by drive_get()Markus Armbruster
2021-12-15hw/arm/virt: Use object_property_set instead of qdev_prop_setJean-Philippe Brucker
2021-12-15hw/arm/virt: Reject instantiation of multiple IOMMUsJean-Philippe Brucker
2021-12-15hw/arm/virt: Remove device tree restriction for virtio-iommuJean-Philippe Brucker
2021-12-15hw/arm/virt-acpi-build: Add VIOT table for virtio-iommuJean-Philippe Brucker
2021-12-15hw/arm: Don't include qemu-common.h unnecessarilyPeter Maydell
2021-12-15hw/arm/xlnx-versal-virt: Replace drive_get_next() by drive_get()Markus Armbruster
2021-12-15hw/arm/mcimx7d-sabre: Replace drive_get_next() by drive_get()Markus Armbruster
2021-12-15hw/arm/mcimx6ul-evk: Replace drive_get_next() by drive_get()Markus Armbruster
2021-12-15hw/arm/imx25_pdk: Replace drive_get_next() by drive_get()Markus Armbruster
2021-12-15hw/arm/versatilepb hw/arm/vexpress: Replace drive_get_next() by drive_get()Markus Armbruster
2021-12-15hw/arm/npcm7xx_boards: Replace drive_get_next() by drive_get()Markus Armbruster
2021-12-15hw: Replace trivial drive_get_next() by drive_get()Markus Armbruster
2021-12-15hw/sd/ssi-sd: Do not create SD card within controller's realizeMarkus Armbruster
2021-11-26hw/arm/virt: Extend nested and mte checks to hvfAlexander Graf
2021-11-02hw/arm/virt: Rename default_bus_bypass_iommuJean-Philippe Brucker
2021-11-02hw/arm: Attach MMC to quanta-gbs-bmcShengtan Mao
2021-11-02hw/arm: Add Nuvoton SD module to boardShengtan Mao
2021-10-22Merge remote-tracking branch 'remotes/clg/tags/pull-aspeed-20211022' into sta...Richard Henderson
2021-10-22aspeed: Add support for the fp5280g2-bmc boardJohn Wang
2021-10-21hw/arm/virt-acpi-build: Generate PPTT tableYanan Wang
2021-10-20hw/arm/virt: Add cpu-map to device treeAndrew Jones
2021-10-20hw/arm/virt: Only describe cpu topology since virt-6.2Yanan Wang
2021-10-20hw/arm/virt_acpi_build: Generate DBG2 tableEric Auger
2021-10-20hw/arm/sbsa-ref: Fixed cpu type error message typo.Shuuichirou Ishii
2021-10-20hw/arm/virt: Don't create device-tree node for empty NUMA nodeGavin Shan
2021-10-20hw/arm/virt-acpi-build: IORT upgrade up to revision E.bEric Auger
2021-10-15qdev: Make DeviceState.id independent of QemuOptsKevin Wolf
2021-10-12hw/arm: Integrate ADC model into Aspeed SoCAndrew Jeffery
2021-10-12aspeed/i2c: QOMify AspeedI2CBusCédric Le Goater
2021-10-12aspeed/smc: Remove the 'size' attribute from AspeedSMCFlashCédric Le Goater
2021-10-12aspeed/smc: Remove the 'flash' attribute from AspeedSMCFlashCédric Le Goater
2021-10-12aspeed/smc: Drop AspeedSMCController structureCédric Le Goater
2021-10-05acpi: arm/virt: build_gtdt: use acpi_table_begin()/acpi_table_end() instead o...Igor Mammedov
2021-10-05acpi: arm/virt: build_spcr: use acpi_table_begin()/acpi_table_end() instead o...Igor Mammedov
2021-10-05acpi: arm/virt: build_spcr: fix invalid castIgor Mammedov
2021-10-05acpi: arm/virt: convert build_iort() to endian agnostic build_append_FOO() APIIgor Mammedov
2021-10-05acpi: arm: virt: build_iort: use acpi_table_begin()/acpi_table_end() instead ...Igor Mammedov
2021-10-05acpi: arm: virt: build_dsdt: use acpi_table_begin()/acpi_table_end() instead ...Igor Mammedov
2021-10-05acpi: arm/virt: madt: use build_append_int_noprefix() API to compose MADT tableIgor Mammedov
2021-10-05acpi: madt: arm/x86: use acpi_table_begin()/acpi_table_end() instead of build...Igor Mammedov
2021-10-05acpi: use build_append_int_noprefix() API to compose SRAT tableIgor Mammedov
2021-10-05acpi: arm/x86: build_srat: use acpi_table_begin()/acpi_table_end() instead of...Igor Mammedov
2021-10-01machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang
2021-10-01machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang
2021-09-30hw/arm: sabrelite: Connect SPI flash CS line to GPIO3_19Xuzhou Cheng
2021-09-30hw/arm: xlnx-zcu102: Add Xilinx eFUSE deviceTong Ho