summary refs log tree commit diff stats
path: root/hw/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hw/arm/sbsa-ref: add GIC node into DTMarcin Juszkiewicz2023-05-301-1/+18
* arm/Kconfig: Make TCG dependence explicitFabiano Rosas2023-05-301-41/+82
* hw/arm/xlnx-zynqmp: fix unsigned error when checking the RPUs numberClément Chigot2023-05-301-1/+1
* hw/arm/smmuv3: Add knob to choose translation stage and enable stage-2Mostafa Saleh2023-05-301-10/+22
* hw/arm/smmuv3: Add stage-2 support in iova notifierMostafa Saleh2023-05-302-14/+27
* hw/arm/smmuv3: Add CMDs related to stage-2Mostafa Saleh2023-05-303-9/+66
* hw/arm/smmuv3: Add VMID to TLB taggingMostafa Saleh2023-05-304-20/+36
* hw/arm/smmuv3: Make TLB lookup work for stage-2Mostafa Saleh2023-05-301-11/+33
* hw/arm/smmuv3: Parse STE config for stage-2Mostafa Saleh2023-05-302-10/+182
* hw/arm/smmuv3: Add page table walk for stage-2Mostafa Saleh2023-05-302-1/+176
* hw/arm/smmuv3: Refactor stage-1 PTWMostafa Saleh2023-05-303-18/+13
* hw/arm/smmuv3: Add missing fields for IDR0Mostafa Saleh2023-05-301-0/+2
* fsl-imx6: Add SNVS support for i.MX6 boardsVitaly Cheptsov2023-05-301-0/+8
* hw/arm: Use MachineClass->default_nic in the sbsa-ref machineThomas Huth2023-05-261-1/+3
* hw/arm: Use MachineClass->default_nic in the virt machineThomas Huth2023-05-261-1/+3
* Revert "arm/kvm: add support for MTE"Peter Maydell2023-05-191-39/+30
* hw/arm/vexpress: Avoid trivial memory leak of 'flashalias'Peter Maydell2023-05-181-20/+20
* sbsa-ref: use Bochs graphics card instead of VGAMarcin Juszkiewicz2023-05-181-1/+1
* arm/kvm: add support for MTECornelia Huck2023-05-181-30/+39
* sbsa-ref: switch default cpu core to Neoverse-N1Marcin Juszkiewicz2023-05-181-1/+1
* hw/arm: Select XLNX_USB_SUBSYS for xlnx-zcu102 machineFabiano Rosas2023-05-101-0/+1
* hw/arm/raspi: Use arm_write_bootloader() to write boot codePeter Maydell2023-05-021-30/+34
* hw/arm/aspeed: Use arm_write_bootloader() to write the bootloaderCédric Le Goater2023-05-021-20/+22
* hw/arm/boot: Make write_bootloader() public as arm_write_bootloader()Cédric Le Goater2023-05-021-27/+8
* hw/arm/bcm2835_property: Implement "get command line" messageDaniel Bertalan2023-05-023-0/+6
* arm/Kconfig: Do not build TCG-only boards on a KVM-only buildFabiano Rosas2023-05-021-1/+41
* arm/Kconfig: Always select SEMIHOSTING when TCG is presentFabiano Rosas2023-05-021-1/+0
* target/arm: move cpu_tcg to tcg/cpu32.cClaudio Fontana2023-05-021-2/+0
* target/arm: Move 64-bit TCG CPUs into tcg/Fabiano Rosas2023-05-021-2/+4
* Merge tag 'pull-tpm-2023-04-20-1' of https://github.com/stefanberger/qemu-tpm...Richard Henderson2023-04-211-0/+1
|\
| * tpm: Add support for TPM device over I2C busNinad Palsule2023-04-201-0/+1
* | Merge tag 'pull-request-2023-04-20' of https://gitlab.com/thuth/qemu into sta...Richard Henderson2023-04-211-1/+8
|\ \
| * | hw: Add compat machines for 8.1Cornelia Huck2023-04-201-1/+8
| |/
* | arm/mcimx7d-sabre: Set fec2-phy-connected property to falseGuenter Roeck2023-04-201-0/+2
* | fsl-imx7: Add fec[12]-phy-connected propertiesGuenter Roeck2023-04-201-0/+20
* | arm/mcimx6ul-evk: Set fec1-phy-connected property to falseGuenter Roeck2023-04-201-0/+2
* | fsl-imx6ul: Add fec[12]-phy-connected propertiesGuenter Roeck2023-04-201-0/+20
* | hw/arm/virt: Restrict Cortex-A7 check to TCGPhilippe Mathieu-Daudé2023-04-201-0/+2
* | hw/arm: Add WDT to Allwinner-H3 and Orangepi-PCStrahinja Jankovic2023-04-202-0/+9
* | hw/arm: Add WDT to Allwinner-A10 and CubieboardStrahinja Jankovic2023-04-202-0/+8
* | hw/arm: Fix some typos in comments (most found by codespell)Stefan Weil2023-04-208-9/+9
|/
* hw/arm: do not free machine->fdt in arm_load_dtb()Markus Armbruster2023-04-031-1/+4
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-228-0/+14
* Merge tag 'pull-aspeed-20230307' of https://github.com/legoater/qemu into sta...Peter Maydell2023-03-092-5/+14
|\
| * hw/arm/aspeed: Modified BMC FRU byte data in yosemitev2Karthikeyan Pasupathi2023-03-071-5/+5
| * hw/arm/aspeed: Added TMP421 type sensor's support in tiogapassKarthikeyan Pasupathi2023-03-071-0/+4
| * hw/arm/aspeed: Added TMP421 type sensor's support in yosemitev2Karthikeyan Pasupathi2023-03-071-0/+5
* | hw: arm: allwinner-h3: Fix and complete H3 i2c devicesqianfan Zhao2023-03-061-4/+25
* | hw: arm: Support direct boot for Linux/arm64 EFI zboot imagesArd Biesheuvel2023-03-061-0/+6
|/
* Merge tag 'pull-aspeed-20230302' of https://github.com/legoater/qemu into sta...Peter Maydell2023-03-036-55/+190
|\