aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-08hw/intc/arm_gicv3_its: Avoid nested ifs in get_ite()Peter Maydell1-13/+15
2022-02-08hw/intc/arm_gicv3_its: Fix address calculation in get_ite() and update_ite()Peter Maydell2-26/+21
2022-02-08hw/intc/arm_gicv3_its: Pass CTEntry to update_cte()Peter Maydell1-15/+17
2022-02-08hw/intc/arm_gicv3_its: Keep CTEs as a struct, not a raw uint64_tPeter Maydell1-44/+52
2022-02-08hw/intc/arm_gicv3_its: Pass DTEntry to update_dte()Peter Maydell1-17/+18
2022-02-08hw/intc/arm_gicv3_its: Keep DTEs as a struct, not a raw uint64_tPeter Maydell1-55/+56
2022-02-08hw/intc/arm_gicv3_its: Use address_space_map() to access command queue packetsPeter Maydell2-149/+61
2022-02-08hw/arm/smmuv3: Fix device resetEric Auger1-0/+6
2022-02-08hw/timer/armv7m_systick: Update clock source before enabling timerRichard Petri1-4/+4
2022-02-08arm: force flag recalculation when messing with DAIFAlex Bennée1-0/+2
2022-02-08hw/arm: versal-virt: Always call arm_load_kernel()Edgar E. Iglesias1-9/+2
2022-02-08hw/arm/boot: Drop existing dtb /psci node rather than retaining itPeter Maydell1-3/+4
2022-02-08hw/arm/boot: Drop nb_cpus field from arm_boot_infoPeter Maydell18-26/+5
2022-02-08hw/arm/highbank: Drop unused secondary boot stub codePeter Maydell1-56/+0
2022-02-08hw/arm/boot: Don't write secondary boot stub if using PSCIPeter Maydell2-11/+27
2022-02-08hw/arm/boot: Prevent setting both psci_conduit and secure_board_setupPeter Maydell1-0/+10
2022-02-08hw/arm/highbank: Drop use of secure_board_setupPeter Maydell1-8/+0
2022-02-08arm: tcg: Adhere to SMCCC 1.3 section 5.2Peter Maydell1-29/+6
2022-02-08hw/arm: highbank: For EL3 guests, don't enable PSCI, start all coresPeter Maydell1-6/+1
2022-02-08hw/arm/virt: Let boot.c handle PSCI enablementPeter Maydell1-11/+1
2022-02-08hw/arm/versal: Let boot.c handle PSCI enablementPeter Maydell3-7/+5
2022-02-08hw/arm/xlnx-zcu102: Don't enable PSCI conduit when booting guest in EL3Peter Maydell2-5/+7
2022-02-08hw/arm: allwinner: Don't enable PSCI conduit when booting guest in EL3Peter Maydell2-5/+5
2022-02-08hw/arm: imx: Don't enable PSCI conduit when booting guest in EL3Peter Maydell4-6/+6
2022-02-08hw/arm/boot: Support setting psci-conduit based on guest ELPeter Maydell2-0/+60
2022-02-08cpu.c: Make start-powered-off settable after realizePeter Maydell1-1/+21
2022-02-08target/arm: make psci-conduit settable after realizePeter Maydell1-1/+5
2022-02-08hw/arm/xlnx-zynqmp: 'Or' the QSPI / QSPI DMA IRQsFrancisco Iglesias2-2/+14
2022-02-08target/arm: Use CPTR_TFP with CPTR_EL3 in fp_exception_elRichard Henderson1-1/+1
2022-02-08target/arm: Fix {fp, sve}_exception_el for VHE mode runningRichard Henderson1-17/+60
2022-02-08target/arm: Tidy sve_exception_el for CPACR_EL1 accessRichard Henderson1-19/+17
2022-02-08target/arm: Fix sve_zcr_len_for_el for VHE mode runningRichard Henderson1-1/+2
2022-02-07Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/linux-user-for-7.0-...Peter Maydell26-113/+167
2022-02-06Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell29-36/+1429
2022-02-06util/oslib-posix: Fix missing unlock in the error path of os_mem_prealloc()David Hildenbrand1-0/+1
2022-02-06ACPI ERST: step 6 of bios-tables-test.cEric DeVolder6-5/+0
2022-02-06ACPI ERST: bios-tables-test testcaseEric DeVolder1-0/+54
2022-02-06ACPI ERST: qtest for ERSTEric DeVolder2-0/+166
2022-02-06ACPI ERST: create ACPI ERST table for pc/x86 machinesEric DeVolder3-0/+35
2022-02-06ACPI ERST: build the ACPI ERST tableEric DeVolder1-0/+211
2022-02-06ACPI ERST: support for ACPI ERST featureEric DeVolder4-0/+862
2022-02-06ACPI ERST: header file for ERSTEric DeVolder1-0/+19
2022-02-06ACPI ERST: PCI device_id for ERSTEric DeVolder1-0/+1
2022-02-06ACPI ERST: bios-tables-test.c steps 1 and 2Eric DeVolder6-0/+5
2022-02-04libvhost-user: Map shared RAM with MAP_NORESERVE to support virtio-mem with h...David Hildenbrand1-5/+5
2022-02-04libvhost-user: handle removal of identical regionsRaphael Norwitz1-12/+16
2022-02-04libvhost-user: prevent over-running max RAM slotsRaphael Norwitz1-0/+8
2022-02-04libvhost-user: fix VHOST_USER_REM_MEM_REG not closing the fdDavid Hildenbrand1-0/+2
2022-02-04libvhost-user: Simplify VHOST_USER_REM_MEM_REGDavid Hildenbrand1-16/+14
2022-02-04libvhost-user: Add vu_add_mem_reg input validationRaphael Norwitz1-0/+15