aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-19hw/riscv: Fix typo field in error_reportZhao Liu1-2/+2
2023-07-19target/riscv/cpu.c: check priv_ver before auto-enable zca/zcd/zcfDaniel Henrique Barboza1-1/+2
2023-07-19riscv/disas: Fix disas output of upper immediatesChristoph Müllner2-3/+18
2023-07-19docs/system/target-riscv.rst: tidy CPU firmware sectionDaniel Henrique Barboza1-8/+16
2023-07-18linux-user: Fix qemu-arm to run static armhf binariesHelge Deller1-0/+7
2023-07-18linux-user: Fix strace output for old_mmapHelge Deller1-4/+45
2023-07-18linux-user: Fix signed math overflow in brk() syscallHelge Deller1-2/+3
2023-07-18linux-user: Prohibit brk() to to shrink below initial heap addressHelge Deller1-1/+7
2023-07-18linux-user: Fix qemu brk() to not zero bytes on current pageHelge Deller1-6/+4
2023-07-18tests/avocado: Disable the test_sbsaref_edk2_firmware by defaultThomas Huth2-1/+6
2023-07-18tests/vm/freebsd: Get up-to-date package list from lcitool vars filePhilippe Mathieu-Daudé1-40/+2
2023-07-18tests/vm: Introduce get_qemu_packages_from_lcitool_json() helperPhilippe Mathieu-Daudé1-0/+11
2023-07-18tests/lcitool: Refresh generated filesPhilippe Mathieu-Daudé1-0/+77
2023-07-18tests/lcitool: Generate distribution packages list in JSON formatPhilippe Mathieu-Daudé2-0/+16
2023-07-18tests/qtest: Fix typo in multifd cancel testFabiano Rosas1-1/+1
2023-07-18linux-user/elfload: Fix /proc/cpuinfo features: on s390xIlya Leoshkevich2-38/+69
2023-07-18s390x: Fix QEMU abort by selecting S390_FLIC_KVMCédric Le Goater2-1/+1
2023-07-17Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson1-1/+2
2023-07-17Merge tag 'pull-target-arm-20230717' of https://git.linaro.org/people/pmaydel...Richard Henderson6-22/+98
2023-07-17Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Richard Henderson32-190/+170
2023-07-17block/nvme: invoke blk_io_plug_call() outside q->lockStefan Hajnoczi1-1/+2
2023-07-17audio/pw: improve channel position codeMarc-André Lureau1-49/+26
2023-07-17audio/pw: remove wrong commentMarc-André Lureau1-1/+0
2023-07-17audio/pw: simplify error reporting in stream creationMarc-André Lureau1-11/+1
2023-07-17audio/pw: add more error reportingMarc-André Lureau1-1/+6
2023-07-17audio/pw: factorize some common codeMarc-André Lureau1-51/+34
2023-07-17audio/pw: add more details on errorMarc-André Lureau1-3/+4
2023-07-17audio/pw: trace during init before calling pipewire APIMarc-André Lureau1-2/+3
2023-07-17audio/pw: needless check for NULLMarc-André Lureau1-6/+2
2023-07-17audio/pw: drop needless case statementMarc-André Lureau1-10/+0
2023-07-17audio/pw: Pipewire->PipeWire case fix for user-visible textMarc-André Lureau7-17/+17
2023-07-17tests/lcitool: add pipewireMarc-André Lureau15-0/+15
2023-07-17libvirt-ci: update submodule to cover pipewireMarc-André Lureau1-0/+0
2023-07-17ui/gtk: skip refresh if new dmabuf has been submittedDongwon Kim2-0/+8
2023-07-17ui/gtk: set scanout-mode right before scheduling drawDongwon Kim2-2/+2
2023-07-17virtio-gpu-udmabuf: correct naming of QemuDmaBuf size propertiesDongwon Kim6-23/+26
2023-07-17virtio-gpu: replace the surface with null surface when resettingDongwon Kim2-5/+11
2023-07-17ui/gtk: Make sure the right EGL context is currently boundDongwon Kim2-0/+6
2023-07-17ui/vnc-clipboard: fix infinite loop in inflate_buffer (CVE-2023-3255)Mauro Matteo Cascella1-6/+4
2023-07-17virtio-gpu: fix potential divide-by-zero regressionMarc-André Lureau1-7/+9
2023-07-17hw/nvram: Avoid unnecessary Xilinx eFuse backstore writeTong Ho1-2/+9
2023-07-17accel/tcg: Zero-pad PC in TCG CPU exec trace linesPeter Maydell2-3/+3