aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-04libvhost-user: Add vu_rem_mem_reg input validationRaphael Norwitz2-0/+17
2022-02-04tests: acpi: test short OEM_ID/OEM_TABLE_ID values in test_oem_fields()Igor Mammedov1-6/+6
2022-02-04tests: acpi: update expected blobsIgor Mammedov5-4/+0
2022-02-04acpi: fix OEM ID/OEM Table ID paddingIgor Mammedov1-2/+2
2022-02-04tests: acpi: whitelist nvdimm's SSDT and FACP.slic expected blobsIgor Mammedov1-0/+4
2022-02-04tests: acpi: manually pad OEM_ID/OEM_TABLE_ID for test_oem_fields() testIgor Mammedov1-9/+6
2022-02-04hw/i386: Add the possibility to disable the 'isapc' machineThomas Huth2-2/+5
2022-02-04cpuid: use unsigned for max cpuidMichael S. Tsirkin3-3/+3
2022-02-03Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell7-41/+123
2022-02-02Merge remote-tracking branch 'remotes/hdeller/tags/hppa-updates-pull-request'...Peter Maydell13-274/+282
2022-02-02python/aqmp: add socket bind step to legacy.pyJohn Snow2-3/+41
2022-02-02python: upgrade mypy to 0.780John Snow2-28/+40
2022-02-02python/machine: raise VMLaunchFailure exception from launch()John Snow2-8/+40
2022-02-02python/aqmp: Fix negotiation with pre-"oob" QEMUJohn Snow1-2/+2
2022-02-02hw/display/artist: Fix draw_line() artefactsSven Schnelle1-2/+3
2022-02-02hw/display/artist: Mouse cursor fixes for HP-UXHelge Deller1-8/+34
2022-02-02hw/display/artist: rewrite vram access mode handlingSven Schnelle2-258/+166