aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2019-01-07arm/xlnx-zynqmp: put APUs and RPUs in separate CPU clustersLuc Michel1-4/+19
2019-01-07include: remove compat.hMarc-André Lureau1-1/+0
2019-01-07compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau1-4/+1
2019-01-07compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau1-4/+1
2019-01-07compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau1-4/+1
2019-01-07compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau1-5/+1
2019-01-07compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau1-5/+1
2019-01-07compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau1-4/+1
2019-01-07compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau1-4/+1
2019-01-07compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau1-5/+1
2019-01-07compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macrosMarc-André Lureau1-5/+1
2019-01-07machine: move compat properties out of globalsMarc-André Lureau1-54/+40
2019-01-07hw: apply machine compat properties without touching globalsMarc-André Lureau1-9/+18
2019-01-07machines: replace COMPAT define with a static arrayMarc-André Lureau1-18/+27
2018-12-19hw: acpi: Export and share the ARM RSDP buildSamuel Ortiz1-65/+0
2018-12-19hw: arm: Support both legacy and current RSDP buildSamuel Ortiz1-5/+33
2018-12-19hw: arm: Convert the RSDP build to the buid_append_foo() APISamuel Ortiz1-19/+23
2018-12-19hw: arm: Carry RSDP specific data through AcpiRsdpDataSamuel Ortiz1-5/+13
2018-12-19hw: arm: acpi: Fix incorrect checksums in RSDPIgor Mammedov1-1/+6
2018-12-19hw: acpi: The RSDP build API can return voidSamuel Ortiz1-3/+1
2018-12-19hw/smbios: Move to the hw/firmware/ subdirectoryPhilippe Mathieu-Daudé1-1/+1
2018-12-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...Peter Maydell2-1/+2
2018-12-14virt: Fix broken indentationEduardo Habkost1-1/+1
2018-12-14hw/arm/mps2-tz.c: Free mscname string in make_dma()Peter Maydell1-0/+1
2018-12-13hw/arm: versal: Use IRQs 111 - 118 for virtio-mmioEdgar E. Iglesias1-2/+2
2018-12-13hw/arm: versal: Reduce number of virtio-mmio instancesEdgar E. Iglesias1-1/+1
2018-12-13hw/arm: versal: Remove bogus virtio-mmio creationEdgar E. Iglesias1-1/+0
2018-12-13musicpal: Convert sysbus init function to realize functionMao Zhongyi1-5/+4
2018-12-13Allow AArch64 processors to boot from a kernel placed over 4GBRicardo Perez Blanco1-13/+22
2018-12-13hw: arm: musicpal: drop TYPE_WM8750 in object_property_set_link()Li Qiang1-1/+1
2018-12-11virt: Eliminate separate instance_init functionsEduardo Habkost1-66/+21
2018-12-11q35/440fx/arm/spapr: Add QEMU 4.0 machine typeAlex Williamson1-2/+17
2018-11-28hw/arm/aspeed: Fix build issue with clang 3.4Thomas Huth1-2/+2
2018-11-27hw/virt/arm: Add support for Cortex-A72 in virtZhiPeng Lu1-0/+1
2018-11-13hw/arm/sysbus-fdt: Only call match_fn callback if the type matchesEric Auger1-5/+7
2018-11-06hw/arm/exynos4210: Zero memory allocated for Exynos4210StatePeter Maydell1-1/+1
2018-11-02hw/arm: versal: Add a virtual Xilinx Versal boardEdgar E. Iglesias2-1/+495
2018-11-02hw/arm: versal: Add a model of Xilinx Versal SoCEdgar E. Iglesias2-0/+324
2018-11-02hw/arm/xilinx_zynq: Use the ARRAY_SIZE macroPhilippe Mathieu-Daudé1-1/+1
2018-11-02strongarm: mask off high[31:28] bits from dir and state registersPrasad J Pandit1-2/+2
2018-11-02hw/arm/nrf51_soc: Connect UART to nRF51 SoCJulia Suvorova2-0/+22
2018-11-02hw/arm/virt: Set VIRT_COMPAT_3_0 compatEric Auger1-0/+4
2018-10-29audio: use TYPE_MV88W8618_AUDIO instead of hardcoded stringMao Zhongyi1-1/+1
2018-10-29audio: use object link instead of qdev property to pass wm8750 referenceMao Zhongyi1-1/+2
2018-10-29audio: use TYPE_WM8750 instead of a hardcoded stringMao Zhongyi1-1/+1
2018-10-24hw/arm/boot: Increase compliance with kernel arm64 boot protocolStewart Hildebrand1-0/+18
2018-10-16hw/arm/virt: add DT property /secure-chosen/stdout-path indicating secure UARTJerome Forissier1-0/+4
2018-10-15hw/arm/virt: Allow dynamic vfio-platform devices againGeert Uytterhoeven1-0/+1
2018-10-15hw/arm/sysbus-fdt: Allow device matching with DT compatible valueEric Auger1-14/+47
2018-10-08virt: Suppress external aborts on virt-2.10 and earlierPeter Maydell1-0/+2