aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)Author
2023-01-05i.MX7D: Connect IRQs to GPIO devices.Jean-Christophe Dubois
2023-01-05i.MX6UL: Add a specific GPT timer instance for the i.MX6ULJean-Christophe Dubois
2023-01-05i.MX7D: Connect GPT timers to IRQJean-Christophe Dubois
2023-01-05hw/arm/smmu-common: Avoid using inlined functions with external linkagePhilippe Mathieu-Daudé
2023-01-05hw/arm/smmu-common: Reduce smmu_inv_notifiers_mr() scopePhilippe Mathieu-Daudé
2023-01-05hw/arm/nseries: Silent -Wmissing-field-initializers warningPhilippe Mathieu-Daudé
2023-01-05hw/arm/nseries: Constify various read-only arraysPhilippe Mathieu-Daudé
2022-12-21hw: Add compat machines for 8.0Cornelia Huck
2022-12-15Merge tag 'pull-target-arm-20221215-1' of https://git.linaro.org/people/pmayd...Peter Maydell
2022-12-15hw/arm/boot: set initrd with #address-cells type in fdtSchspa Shi
2022-12-15hw/arm: Convert TYPE_ARM_SMMUV3 to 3-phase resetPeter Maydell
2022-12-15hw/arm: Convert TYPE_ARM_SMMU to 3-phase resetPeter Maydell
2022-12-15target/arm: Add Cortex-A55 CPUTimofey Kutergin
2022-12-15hw/arm/virt: build SMBIOS 19 tableMihai Carabas
2022-12-15hw/arm/virt: Add properties to disable high memory regionsGavin Shan
2022-12-15hw/arm/virt: Add 'compact-highmem' propertyGavin Shan
2022-12-15hw/arm/virt: Improve high memory region address assignmentGavin Shan
2022-12-15hw/arm/virt: Introduce virt_get_high_memmap_enabled() helperGavin Shan
2022-12-15hw/arm/virt: Introduce variable region_base in virt_set_high_memmap()Gavin Shan
2022-12-15hw/arm/virt: Rename variable size to region_size in virt_set_high_memmap()Gavin Shan
2022-12-15hw/arm/virt: Introduce virt_set_high_memmap() helperGavin Shan
2022-12-14error: Move ERRP_GUARD() to the beginning of the functionMarkus Armbruster
2022-12-14error: Drop some obviously superfluous error_propagate()Markus Armbruster
2022-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2022-11-07hw/arm/virt: Enable HMAT on arm virt machineXiang Chen
2022-11-07acpi: arm/virt: madt: bump to revision 4 accordingly to ACPI 6.0 Errata AMiguel Luis
2022-11-07acpi: fadt: support revision 6.0 of the ACPI specificationMiguel Luis
2022-11-04hw/arm/boot: Set SCR_EL3.HXEn when booting kernelPeter Maydell
2022-11-04hw/arm/boot: Set SME and SVE EL3 vector lengths when booting kernelPeter Maydell
2022-10-27arm: re-randomize rng-seed on rebootJason A. Donenfeld
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld
2022-10-27hw/arm/virt: Fix devicetree warnings about the virtio-iommu nodeJean-Philippe Brucker
2022-10-26Merge tag 'pull-aspeed-20221025' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi
2022-10-24arm/aspeed: Replace mx25l25635e chip modelCédric Le Goater
2022-10-24hw/arm/aspeed: increase Bletchley memory sizePatrick Williams
2022-10-24ast2600: Drop NEON from the CPU featuresCédric Le Goater
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster
2022-10-14hw/arm, loongarch: Move load_image_to_fw_cfg() to common locationSunil V L
2022-10-12Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2022-10-10hw/arm/boot: set CPTR_EL3.ESM and SCR_EL3.EnTP2 when booting Linux with EL3Jerome Forissier
2022-10-09acpi: arm/virt: build_gtdt: fix invalid 64-bit physical addressesMiguel Luis
2022-09-29hw/arm/virt: Fix devicetree warning about the SMMU nodeJean-Philippe Brucker
2022-09-29hw/arm/virt: Use "msi-map" devicetree property for PCIJean-Philippe Brucker
2022-09-29hw/arm/virt: Fix devicetree warning about the GIC nodeJean-Philippe Brucker
2022-09-29hw/arm/virt: Fix devicetree warning about the root nodeJean-Philippe Brucker
2022-09-29hw/arm/xlnx-zynqmp: Connect ZynqMP's USB controllersFrancisco Iglesias
2022-09-14target/arm: Make boards pass base address to armv7m_load_kernel()Peter Maydell
2022-09-14target/arm: Remove useless TARGET_BIG_ENDIAN check in armv7m_load_kernel()Peter Maydell
2022-09-14target/arm: Add cortex-a35Hao Wu
2022-08-25hw: Add compat machines for 7.2Cornelia Huck