aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-07-18linux-user/elfload: Fix /proc/cpuinfo features: on s390xIlya Leoshkevich
2023-07-18s390x: Fix QEMU abort by selecting S390_FLIC_KVMCédric Le Goater
2023-07-17Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson
2023-07-17Merge tag 'pull-target-arm-20230717' of https://git.linaro.org/people/pmaydel...Richard Henderson
2023-07-17Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Richard Henderson
2023-07-17block/nvme: invoke blk_io_plug_call() outside q->lockStefan Hajnoczi
2023-07-17audio/pw: improve channel position codeMarc-André Lureau
2023-07-17audio/pw: remove wrong commentMarc-André Lureau
2023-07-17audio/pw: simplify error reporting in stream creationMarc-André Lureau
2023-07-17audio/pw: add more error reportingMarc-André Lureau
2023-07-17audio/pw: factorize some common codeMarc-André Lureau
2023-07-17audio/pw: add more details on errorMarc-André Lureau
2023-07-17audio/pw: trace during init before calling pipewire APIMarc-André Lureau
2023-07-17audio/pw: needless check for NULLMarc-André Lureau
2023-07-17audio/pw: drop needless case statementMarc-André Lureau
2023-07-17audio/pw: Pipewire->PipeWire case fix for user-visible textMarc-André Lureau
2023-07-17tests/lcitool: add pipewireMarc-André Lureau
2023-07-17libvirt-ci: update submodule to cover pipewireMarc-André Lureau
2023-07-17ui/gtk: skip refresh if new dmabuf has been submittedDongwon Kim
2023-07-17ui/gtk: set scanout-mode right before scheduling drawDongwon Kim
2023-07-17virtio-gpu-udmabuf: correct naming of QemuDmaBuf size propertiesDongwon Kim
2023-07-17virtio-gpu: replace the surface with null surface when resettingDongwon Kim
2023-07-17ui/gtk: Make sure the right EGL context is currently boundDongwon Kim