aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-10Merge tag 'pull-request-2023-07-10v2' of https://gitlab.com/thuth/qemu into s...Richard Henderson45-141/+626
2023-07-10docs/devel: Fix coding style in style.rstThomas Huth1-3/+6
2023-07-10tests/qtest: massively speed up migration-testDaniel P. Berrangé1-18/+125
2023-07-10tests/tcg/s390x: Fix test-svc with clangIlya Leoshkevich2-2/+4
2023-07-10meson.build: Skip C++ detection unless we're targeting WindowsThomas Huth1-1/+1
2023-07-10os-posix: Allow 'chroot' via '-run-with' and deprecate the old '-chroot' optionThomas Huth4-27/+52
2023-07-10tests/qtest/readconfig: Test the docs/config/q35-*.cfg filesThomas Huth1-0/+196
2023-07-10tests/qtest: Move mkimg() and have_qemu_img() from libqos to libqtestThomas Huth4-50/+73
2023-07-10tests/qtest/readconfig-test: Allow testing for arbitrary memory sizesThomas Huth1-4/+4
2023-07-10tests/tcg/s390x: Test MVCRL with a large value in R0Ilya Leoshkevich1-10/+36
2023-07-10tests/tcg/s390x: Test MDEB and MDEBRIlya Leoshkevich2-0/+31
2023-07-10tests/tcg/s390x: Test LRAIlya Leoshkevich2-0/+20
2023-07-10tests/tcg/s390x: Test LARL with a large offsetIlya Leoshkevich2-0/+22
2023-07-10tests/tcg/s390x: Test EPSWIlya Leoshkevich2-0/+24
2023-07-10target/s390x: Fix relative long instructions with large offsetsIlya Leoshkevich1-1/+1
2023-07-10target/s390x: Fix LRA when DAT is offIlya Leoshkevich1-1/+1
2023-07-10target/s390x: Fix LRA overwriting the top 32 bits on DAT errorIlya Leoshkevich3-4/+4
2023-07-10target/s390x: Fix MVCRL with a large value in R0Ilya Leoshkevich1-0/+1
2023-07-10target/s390x: Fix MDEB and MDEBRIlya Leoshkevich2-3/+4
2023-07-10target/s390x: Fix EPSW CC reportingIlya Leoshkevich1-0/+4
2023-07-10linux-user: elfload: Add more initial s390x PSW bitsIlya Leoshkevich1-1/+3
2023-07-10hw/s390x: Move KVM specific PV from hw/ to target/s390x/kvm/Philippe Mathieu-Daudé17-16/+14
2023-07-10Merge tag 'pull-vfio-20230710' of https://github.com/legoater/qemu into stagingRichard Henderson41-229/+678
2023-07-10vfio/pci: Enable AtomicOps completers on root portsAlex Williamson2-0/+79
2023-07-10pcie: Add a PCIe capability version helperAlex Williamson2-0/+8
2023-07-10s390x/ap: Wire up the device request notifier interfaceTony Krowiak1-0/+113
2023-07-10linux-headers: update to v6.5-rc1Cédric Le Goater32-154/+423
2023-07-10vfio: Fix null pointer dereference bug in vfio_bars_finalize()Avihai Horon1-1/+3
2023-07-10vfio/migration: Return bool type for vfio_migration_realize()Zhenzhong Duan3-8/+12
2023-07-10vfio/migration: Remove print of "Migration disabled"Zhenzhong Duan1-1/+0
2023-07-10vfio/migration: Free resources when vfio_migration_realize failsZhenzhong Duan2-10/+24
2023-07-10vfio/migration: Change vIOMMU blocker from global to per deviceZhenzhong Duan4-55/+7
2023-07-10vfio/pci: Disable INTx in vfio_realize error pathZhenzhong Duan1-0/+3
2023-07-10hw/vfio/pci-quirks: Sanitize capability pointerAlex Williamson1-2/+8
2023-07-09Merge tag 'pull-tcg-20230709' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson39-723/+2043
2023-07-09Merge tag 'linux-user-fcntl64-pull-request' of https://github.com/hdeller/qem...Richard Henderson3-3/+36
2023-07-09crypto: Unexport AES_*_rot, AES_TeN, AES_TdNRichard Henderson2-37/+21
2023-07-09crypto: Remove AES_imcRichard Henderson2-271/+0
2023-07-09crypto: Implement aesdec_IMC with AES_imc_rotRichard Henderson1-21/+21
2023-07-09crypto: Remove AES_shifts, AES_ishiftsRichard Henderson2-18/+0
2023-07-09target/riscv: Use aesdec_ISB_ISR_IMC_AKRichard Henderson1-91/+10
2023-07-09target/riscv: Use aesenc_SB_SR_MC_AKRichard Henderson1-1/+6
2023-07-09target/riscv: Use aesdec_IMCRichard Henderson1-10/+5
2023-07-09target/riscv: Use aesdec_ISB_ISR_AKRichard Henderson1-1/+6
2023-07-09target/riscv: Use aesenc_SB_SR_AKRichard Henderson1-1/+9
2023-07-09target/arm: Use aesdec_IMCRichard Henderson1-19/+14
2023-07-09target/arm: Use aesenc_MCRichard Henderson1-1/+14
2023-07-09target/arm: Use aesdec_ISB_ISR_AKRichard Henderson1-21/+16
2023-07-09target/arm: Use aesenc_SB_SR_AKRichard Henderson1-1/+23
2023-07-08linux-user: Improve strace output of pread64() and pwrite64()Helge Deller2-2/+21