aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-25hw/arm/smmu: Handle big-endian hosts correctlyPeter Maydell
2023-07-24Merge tag 'pull-riscv-to-apply-20230723-3' of https://github.com/alistair23/q...Peter Maydell
2023-07-24Merge tag 'pull-revert-armhf-brk-fix' of https://gitlab.com/mjt0k/qemu into s...Peter Maydell
2023-07-24Merge tag 'pull-tcg-20230724' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-07-24accel/tcg: Fix type of 'last' for pageflags_{find,next}Luca Bonissi
2023-07-24accel/tcg: Zero-pad vaddr in tlb_debug outputAnton Johansson
2023-07-23tcg/{i386, s390x}: Add earlyclobber to the op_add2's first outputIlya Leoshkevich
2023-07-23accel/tcg: Take mmap_lock in load_atomic*_or_exitRichard Henderson
2023-07-23accel/tcg: Fix sense of read-only probes in ldst_atomicityRichard Henderson
2023-07-23include/exec: Add WITH_MMAP_LOCK_GUARDRichard Henderson
2023-07-23tcg/ppc: Fix race in goto_tb implementationJordan Niethe
2023-07-23roms/opensbi: Upgrade from v1.3 to v1.3.1Bin Meng
2023-07-22Revert "linux-user: Fix qemu-arm to run static armhf binaries"Michael Tokarev
2023-07-20Merge tag 'pull-nbd-2023-07-19' of https://repo.or.cz/qemu/ericb into stagingPeter Maydell
2023-07-20Merge tag 'linux-user-brk-fixes-pull-request' of https://github.com/hdeller/q...Peter Maydell
2023-07-19nbd: Use enum for various negotiation modesEric Blake
2023-07-19nbd/client: Add safety check on chunk payload lengthEric Blake
2023-07-19nbd/client: Simplify cookie vs. index computationEric Blake
2023-07-19nbd: s/handle/cookie/ to match NBD specEric Blake
2023-07-19nbd/server: Refactor to pass full request aroundEric Blake
2023-07-19nbd/server: Prepare for alternate-size headersEric Blake
2023-07-19nbd: Consistent typedef usage in headerEric Blake
2023-07-19nbd/client: Use smarter assertEric Blake
2023-07-19qemu-nbd: make verbose bool and local variable in main()Denis V. Lunev
2023-07-19qemu-nbd: handle dup2() error when qemu-nbd finished setup processDenis V. Lunev
2023-07-19qemu-nbd: properly report error on error in dup2() after qemu_daemon()Denis V. Lunev
2023-07-19qemu-nbd: properly report error if qemu_daemon() is failedDenis V. Lunev
2023-07-19qemu-nbd: fix regression with qemu-nbd --fork run over sshDenis V. Lunev
2023-07-19qemu-nbd: pass structure into nbd_client_thread instead of plain char*Denis V. Lunev
2023-07-19Update version for v8.1.0-rc0 releasev8.1.0-rc0Peter Maydell
2023-07-19Merge tag 'pull-riscv-to-apply-20230719-1' of https://github.com/alistair23/q...Peter Maydell
2023-07-19Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Peter Maydell
2023-07-19Merge tag 'pull-request-2023-07-18' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2023-07-19hw/nvme: fix endianness issue for shadow doorbellsKlaus Jensen
2023-07-19target/riscv: Fix LMUL check to use VLENRob Bradford
2023-07-19hw/riscv: Fix typo field in error_reportZhao Liu
2023-07-19target/riscv/cpu.c: check priv_ver before auto-enable zca/zcd/zcfDaniel Henrique Barboza
2023-07-19riscv/disas: Fix disas output of upper immediatesChristoph Müllner
2023-07-19docs/system/target-riscv.rst: tidy CPU firmware sectionDaniel Henrique Barboza
2023-07-18linux-user: Fix qemu-arm to run static armhf binariesHelge Deller
2023-07-18linux-user: Fix strace output for old_mmapHelge Deller
2023-07-18linux-user: Fix signed math overflow in brk() syscallHelge Deller
2023-07-18linux-user: Prohibit brk() to to shrink below initial heap addressHelge Deller
2023-07-18linux-user: Fix qemu brk() to not zero bytes on current pageHelge Deller
2023-07-18tests/avocado: Disable the test_sbsaref_edk2_firmware by defaultThomas Huth
2023-07-18tests/vm/freebsd: Get up-to-date package list from lcitool vars filePhilippe Mathieu-Daudé
2023-07-18tests/vm: Introduce get_qemu_packages_from_lcitool_json() helperPhilippe Mathieu-Daudé
2023-07-18tests/lcitool: Refresh generated filesPhilippe Mathieu-Daudé
2023-07-18tests/lcitool: Generate distribution packages list in JSON formatPhilippe Mathieu-Daudé
2023-07-18tests/qtest: Fix typo in multifd cancel testFabiano Rosas