aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2024-09-16aspeed: Add tmp105 in i2c bus 0 for AST2700Jamin Lin1-0/+10
2024-09-16aspeed/soc: Support I2C for AST2700Jamin Lin1-0/+24
2024-09-16aspeed/soc: Introduce a new API to get the device irqJamin Lin1-0/+21
2024-09-13hvf: arm: Implement and use hvf_get_physical_address_rangeDanny Canter1-1/+30
2024-09-13hw/boards: Add hvf_get_physical_address_range to MachineClassDanny Canter1-1/+8
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell5-9/+9
2024-09-06Merge tag 'pull-target-arm-20240905' of https://git.linaro.org/people/pmaydel...Peter Maydell5-20/+32
2024-09-05hw/arm/boot: Explain why load_elf_hdr() error is ignoredPhilippe Mathieu-Daudé1-2/+6
2024-09-05hw/arm/boot: Report error msg if loading elf/dtb failedChangbin Du1-0/+2
2024-09-05hw/arm/xilinx_zynq: Enable Security ExtensionsSebastian Huber1-8/+0
2024-09-05hw/arm/sbsa-ref: Don't leak string in sbsa_fdt_add_gic_node()Peter Maydell1-9/+6
2024-09-05hw/arm/sbsa-ref: Use two-stage SMMUPeter Maydell1-0/+1
2024-09-05hw/arm/virt: Default to two-stage SMMU from virt-9.2Peter Maydell1-0/+8
2024-09-05hw/arm/smmuv3: Update comment documenting "stage" propertyPeter Maydell1-0/+1
2024-09-05hw: add compat machines for 9.2Cornelia Huck1-1/+8
2024-09-04hw/arm: xenpvh: Rename xen_arm.c -> xen-pvh.cEdgar E. Iglesias2-1/+1
2024-09-04hw/arm: xenpvh: Break out a common PVH machineEdgar E. Iglesias2-184/+19
2024-09-04hw/arm: xenpvh: Move stubbed functions to xen-stubs.cEdgar E. Iglesias3-21/+36
2024-09-04hw/arm: xenpvh: Remove double-negation in warningEdgar E. Iglesias1-1/+1
2024-09-04hw/arm: xenpvh: Add support for SMP guestsEdgar E. Iglesias1-2/+21
2024-09-04hw/arm: xenpvh: Tweak machine descriptionEdgar E. Iglesias1-1/+1
2024-09-04hw/arm: xenpvh: Update file header to use SPDXEdgar E. Iglesias1-18/+1
2024-08-16docs: Fix some typos (found by typos) and grammar issuesStefan Weil1-1/+1
2024-08-12arm/virt: place power button pin number on a defineMauro Carvalho Chehab2-6/+7
2024-08-01hw/arm/mps2-tz.c: fix RX/TX interrupts orderMarco Palumbi1-3/+3
2024-07-29hw/arm/smmuv3: Assert input to oas2bits() is validMostafa Saleh1-1/+2
2024-07-24Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson1-0/+1
2024-07-22smbios: make memory device size configurable per MachineIgor Mammedov1-0/+1
2024-07-21aspeed: fix coding styleJamin Lin1-7/+14
2024-07-21aspeed/soc: support ADC for AST2700Jamin Lin1-0/+12
2024-07-21aspeed: Introduce a 'boot-emmc' machine optionCédric Le Goater1-0/+30
2024-07-21aspeed: Introduce a 'hw_strap1' machine attributeCédric Le Goater1-1/+5
2024-07-21aspeed: Add boot-from-eMMC HW strapping bit to rainier-bmc machineCédric Le Goater1-1/+1
2024-07-21aspeed: Tune eMMC device properties to reflect HW strappingCédric Le Goater1-4/+13
2024-07-21aspeed: Introduce a AspeedSoCClass 'boot_from_emmc' handlerCédric Le Goater2-0/+15
2024-07-21aspeed: Load eMMC first boot area as a boot romCédric Le Goater1-3/+5
2024-07-21aspeed: Change type of eMMC deviceCédric Le Goater1-4/+5
2024-07-18hw/arm/smmu: Refactor SMMU OASMostafa Saleh3-23/+32
2024-07-18hw/arm/smmuv3: Support and advertise nestingMostafa Saleh1-9/+26
2024-07-18hw/arm/smmuv3: Handle translation faults according to SMMUPTWEventInfoMostafa Saleh1-7/+8
2024-07-18hw/arm/smmuv3: Support nested SMMUs in smmuv3_notify_iova()Mostafa Saleh2-15/+26
2024-07-18hw/arm/smmu: Support nesting in the rest of commandsMostafa Saleh3-3/+45
2024-07-18hw/arm/smmu: Introduce smmu_iotlb_inv_asid_vmidMostafa Saleh3-9/+15
2024-07-18hw/arm/smmu: Support nesting in smmuv3_range_inval()Mostafa Saleh3-8/+64
2024-07-18hw/arm/smmu-common: Support nested translationMostafa Saleh2-10/+78
2024-07-18hw/arm/smmu-common: Add support for nested TLBMostafa Saleh1-4/+33
2024-07-18hw/arm/smmu-common: Rework TLB lookup for nestingMostafa Saleh1-21/+43
2024-07-18hw/arm/smmuv3: Translate CD and TT using stage-2 tableMostafa Saleh1-17/+103
2024-07-18hw/arm/smmu: Introduce CACHED_ENTRY_TO_ADDRMostafa Saleh1-2/+1
2024-07-18hw/arm/smmu: Consolidate ASID and VMID typesMostafa Saleh3-16/+16