aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-24tests/avocado/machine_s390_ccw_virtio: Skip the flaky virtio-gpu test by defaultThomas Huth1-24/+27
2023-07-24target/loongarch: Fix the CSRRD CPUID instruction on big endian hostsThomas Huth4-7/+12
2023-07-24tests/avocado/migration: Remove the malfunctioning s390x testsThomas Huth1-18/+0
2023-07-24tests/tcg/s390x: Test VCKSMIlya Leoshkevich3-0/+34
2023-07-24tests/tcg/s390x: Test STPQIlya Leoshkevich2-0/+21
2023-07-24tests/tcg/s390x: Test MCIlya Leoshkevich2-0/+57
2023-07-24tests/tcg/s390x: Test ICMIlya Leoshkevich2-0/+33
2023-07-24tests/tcg/s390x: Test CLMIlya Leoshkevich2-0/+30
2023-07-24tests/tcg/s390x: Test CLGEBR and CGEBRAIlya Leoshkevich3-0/+69
2023-07-24tests/tcg/s390x: Test CKSMIlya Leoshkevich2-0/+30
2023-07-24target/s390x: Fix assertion failure in VFMIN/VFMAX with type 13Ilya Leoshkevich1-1/+1
2023-07-24target/s390x: Make MC raise specification exception when class >= 16Ilya Leoshkevich2-3/+3
2023-07-24target/s390x: Fix ICM with M3=0Ilya Leoshkevich1-0/+6
2023-07-24target/s390x: Fix CONVERT TO LOGICAL/FIXED with out-of-range inputsIlya Leoshkevich1-1/+2
2023-07-24target/s390x: Fix CLM with M3=0Ilya Leoshkevich1-0/+5
2023-07-24target/s390x: Make CKSM raise an exception if R2 is oddIlya Leoshkevich2-1/+7
2023-07-24Merge tag 'pull-riscv-to-apply-20230723-3' of https://github.com/alistair23/q...Peter Maydell3-0/+0
2023-07-24Merge tag 'pull-revert-armhf-brk-fix' of https://gitlab.com/mjt0k/qemu into s...Peter Maydell1-7/+0
2023-07-24Merge tag 'pull-tcg-20230724' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell12-38/+66
2023-07-24accel/tcg: Fix type of 'last' for pageflags_{find,next}Luca Bonissi1-2/+2
2023-07-24accel/tcg: Zero-pad vaddr in tlb_debug outputAnton Johansson1-10/+10
2023-07-23tcg/{i386, s390x}: Add earlyclobber to the op_add2's first outputIlya Leoshkevich5-8/+19
2023-07-23accel/tcg: Take mmap_lock in load_atomic*_or_exitRichard Henderson1-14/+18
2023-07-23accel/tcg: Fix sense of read-only probes in ldst_atomicityRichard Henderson1-2/+2
2023-07-23include/exec: Add WITH_MMAP_LOCK_GUARDRichard Henderson3-0/+12
2023-07-23tcg/ppc: Fix race in goto_tb implementationJordan Niethe1-4/+5
2023-07-23roms/opensbi: Upgrade from v1.3 to v1.3.1Bin Meng3-0/+0
2023-07-22Revert "linux-user: Fix qemu-arm to run static armhf binaries"Michael Tokarev1-7/+0
2023-07-20Merge tag 'pull-nbd-2023-07-19' of https://repo.or.cz/qemu/ericb into stagingPeter Maydell7-235/+332
2023-07-20Merge tag 'linux-user-brk-fixes-pull-request' of https://github.com/hdeller/q...Peter Maydell3-13/+66
2023-07-19nbd: Use enum for various negotiation modesEric Blake3-21/+53
2023-07-19nbd/client: Add safety check on chunk payload lengthEric Blake1-0/+12
2023-07-19nbd/client: Simplify cookie vs. index computationEric Blake1-8/+8
2023-07-19nbd: s/handle/cookie/ to match NBD specEric Blake5-85/+87
2023-07-19nbd/server: Refactor to pass full request aroundEric Blake1-55/+59
2023-07-19nbd/server: Prepare for alternate-size headersEric Blake3-65/+88
2023-07-19nbd: Consistent typedef usage in headerEric Blake1-18/+13
2023-07-19nbd/client: Use smarter assertEric Blake1-3/+4
2023-07-19qemu-nbd: make verbose bool and local variable in main()Denis V. Lunev1-3/+5
2023-07-19qemu-nbd: handle dup2() error when qemu-nbd finished setup processDenis V. Lunev1-2/+10
2023-07-19qemu-nbd: properly report error on error in dup2() after qemu_daemon()Denis V. Lunev1-1/+14
2023-07-19qemu-nbd: properly report error if qemu_daemon() is failedDenis V. Lunev1-1/+4
2023-07-19qemu-nbd: fix regression with qemu-nbd --fork run over sshDenis V. Lunev1-9/+4
2023-07-19qemu-nbd: pass structure into nbd_client_thread instead of plain char*Denis V. Lunev1-6/+13
2023-07-19Update version for v8.1.0-rc0 releasev8.1.0-rc0Peter Maydell1-1/+1
2023-07-19Merge tag 'pull-riscv-to-apply-20230719-1' of https://github.com/alistair23/q...Peter Maydell6-16/+40
2023-07-19Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Peter Maydell1-5/+13
2023-07-19Merge tag 'pull-request-2023-07-18' of https://gitlab.com/thuth/qemu into sta...Peter Maydell12-81/+183
2023-07-19hw/nvme: fix endianness issue for shadow doorbellsKlaus Jensen1-5/+13
2023-07-19target/riscv: Fix LMUL check to use VLENRob Bradford1-2/+2