summaryrefslogtreecommitdiffstats
path: root/hw/arm
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/virt: kvm: allow gicv3 by default if v2 cannot workEric Auger2020-03-121-1/+16
* hw/arm/virt: kvm: Restructure finalize_gic_version()Eric Auger2020-03-121-20/+66
* target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmapEric Auger2020-03-121-2/+9
* hw/arm/virt: Introduce finalize_gic_version()Eric Auger2020-03-121-21/+33
* hw/arm/virt: Introduce VirtGICType enum typeEric Auger2020-03-121-15/+15
* hw/arm/virt: Document 'max' value in gic-version property descriptionEric Auger2020-03-121-1/+2
* hw/arm/allwinner: add RTC device supportNiek Linnenbank2020-03-122-1/+16
* hw/arm/allwinner-h3: add SDRAM controller deviceNiek Linnenbank2020-03-122-3/+22
* hw/arm/allwinner-h3: add Boot ROM supportNiek Linnenbank2020-03-122-0/+22
* hw/arm/allwinner-h3: add EMAC ethernet deviceNiek Linnenbank2020-03-123-1/+19
* hw/arm/allwinner: add SD/MMC host controllerNiek Linnenbank2020-03-125-1/+57
* hw/arm/allwinner: add Security Identifier deviceNiek Linnenbank2020-03-122-1/+18
* hw/arm/allwinner: add CPU Configuration moduleNiek Linnenbank2020-03-121-1/+8
* hw/arm/allwinner-h3: add System Control moduleNiek Linnenbank2020-03-121-1/+8
* hw/arm/allwinner-h3: add USB host controllerNiek Linnenbank2020-03-122-0/+46
* hw/arm/allwinner-h3: add Clock Control UnitNiek Linnenbank2020-03-121-1/+8
* hw/arm: add Xunlong Orange Pi PC machineNiek Linnenbank2020-03-122-1/+93
* hw/arm: add Allwinner H3 System-on-ChipNiek Linnenbank2020-03-123-0/+336
* hw/arm/fsl-imx25: Wire up USB controllersGuenter Roeck2020-03-121-0/+24
* hw/arm/fsl-imx25: Wire up eSDHC controllersGuenter Roeck2020-03-122-0/+48
* hw/arm/cubieboard: make sure SOC object isn't leakedIgor Mammedov2020-03-121-0/+3
* Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-03-04-2...Peter Maydell2020-03-053-0/+41
|\
| * hw/arm/virt: vTPM supportEric Auger2020-03-053-0/+41
* | hw/arm/cubieboard: report error when using unsupported -bios argumentNiek Linnenbank2020-03-051-0/+7
* | hw/arm/cubieboard: restrict allowed RAM size to 512MiB and 1GiBNiek Linnenbank2020-03-051-0/+8
* | hw/arm/cubieboard: restrict allowed CPU type to ARM Cortex-A8Niek Linnenbank2020-03-051-1/+9
* | hw/arm/cubieboard: use ARM Cortex-A8 as the default CPU in machine definitionNiek Linnenbank2020-03-051-2/+2
* | hw/arm/strongarm: move timer_new from init() into realize() to avoid memleaksPan Nengyuan2020-03-051-6/+12
* | hw/arm/spitz: move timer_new from init() into realize() to avoid memleaksPan Nengyuan2020-03-051-1/+7
* | hw/arm/pxa2xx: move timer_new from init() into realize() to avoid memleaksPan Nengyuan2020-03-051-6/+11
* | hw/arm/musicpal: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé2020-03-051-10/+0Star
* | hw/arm/z2: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé2020-03-051-7/+1Star
* | hw/arm/omap_sx1: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé2020-03-051-9/+2Star
* | hw/arm/mainstone: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé2020-03-051-7/+1Star
* | hw/arm/gumstix: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé2020-03-051-14/+2Star
* | hw/arm/smmu-common: Simplify smmu_find_smmu_pcibus() logicPhilippe Mathieu-Daudé2020-03-051-10/+11
* | hw/arm/smmu-common: a fix to smmu_find_smmu_pcibusEric Auger2020-03-051-0/+1
* | hw/arm: versal: Generate xlnx-versal-virt zdma FDT nodesEdgar E. Iglesias2020-03-051-0/+28
* | hw/arm: versal: Add support for the LPD ADMAsEdgar E. Iglesias2020-03-051-0/+24
|/
* hw/arm/xilinx_zynq: Fix USB port instantiationGuenter Roeck2020-02-281-2/+3
* hw/arm/integratorcp: Map the audio codec controllerPhilippe Mathieu-Daudé2020-02-282-0/+2
* hw/arm: Use TYPE_PL011 to create serial portGavin Shan2020-02-283-3/+6
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-02-271-7/+50
|\
| * hw/arm/virt: Add the virtio-iommu device tree mappingsEric Auger2020-02-271-7/+50
* | Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini2020-02-253-12/+7Star
|\ \
| * | Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé2020-02-201-4/+2Star
| * | hw: Remove unnecessary cast when calling dma_memory_read()Philippe Mathieu-Daudé2020-02-202-8/+5Star
* | | Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini2020-02-2525-211/+215
|\ \ \ | |_|/ |/| |
| * | arm/xlnx-zcu102: use memdev for RAMIgor Mammedov2020-02-191-5/+2Star
| * | arm/xlnx-versal-virt: use memdev for RAMIgor Mammedov2020-02-191-5/+2Star