aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson
2022-04-20util/log: Move qemu_log_lock, qemu_log_unlock out of lineRichard Henderson
2022-04-20os-posix: Use qemu_log_enabledRichard Henderson
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson
2022-04-20util/log: Return bool from qemu_set_log_filenameRichard Henderson
2022-04-20target/hexagon: Remove qemu_set_log in hexagon_translate_initRichard Henderson
2022-04-20util/log: Drop manual log bufferingRichard Henderson
2022-04-20Merge tag 'pull-block-2022-04-20' of https://gitlab.com/hreitz/qemu into stagingRichard Henderson
2022-04-20Merge tag 'pull-request-2022-04-20' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2022-04-20qcow2: Add errp to rebuild_refcount_structure()Hanna Reitz
2022-04-20iotests/108: Test new refcount rebuild algorithmHanna Reitz
2022-04-20qcow2: Improve refcount structure rebuildingHanna Reitz
2022-04-20iotests/303: Check for zstd supportHanna Reitz
2022-04-20iotests/065: Check for zstd supportHanna Reitz
2022-04-20iotests.py: Add supports_qcow2_zstd_compression()Hanna Reitz
2022-04-20tests/qemu-iotests: Move the bash and sanitizer checks to meson.buildThomas Huth
2022-04-20tests/qemu-iotests/meson.build: Improve the indentationThomas Huth
2022-04-20tests/avocado: Allow overwrite smp and memory size command line optionsAhmed Abouzied
2022-04-20hw: Add compat machines for 7.1Cornelia Huck
2022-04-20docs/ccid: convert to restructuredTextLucas Ramage
2022-04-20tests/qtest: properly initialise the vring used idxAlex Bennée
2022-04-20tests/qtest: Move the fuzz tests to x86 onlyThomas Huth
2022-04-20tests/qtest: Enable more tests for the "mipsel" targetThomas Huth
2022-04-20tests: Drop perl-Test-Harness from the CI containers / VMsThomas Huth
2022-04-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2022-04-19Open 7.1 development treeRichard Henderson
2022-04-19Update version for v7.0.0 releasev7.0.0Peter Maydell
2022-04-13target/i386: Remove unused XMMReg, YMMReg types and CPUState fieldsPeter Maydell
2022-04-13target/i386: do not access beyond the low 128 bits of SSE registersPaolo Bonzini
2022-04-12Update version for v7.0.0-rc4 releasev7.0.0-rc4Peter Maydell
2022-04-08virtio-iommu: use-after-free fixWentao Liang
2022-04-08Merge tag 'fixes-20220408-pull-request' of git://git.kraxel.org/qemu into sta...Peter Maydell
2022-04-07ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)Mauro Matteo Cascella
2022-04-07display/qxl-render: fix race condition in qxl_cursor (CVE-2021-4207)Mauro Matteo Cascella
2022-04-06Update version for v7.0.0-rc3 releasev7.0.0-rc3Peter Maydell
2022-04-06acpi: fix acpi_index migrationDr. David Alan Gilbert
2022-04-06virtio-ccw: do not include headers for all virtio devicesPaolo Bonzini
2022-04-06virtio-ccw: move device type declarations to .c filesPaolo Bonzini
2022-04-06virtio-ccw: move vhost_ccw_scsi to a separate filePaolo Bonzini
2022-04-06s390x: follow qdev tree to detect SCSI device on a CCW busPaolo Bonzini
2022-04-06hw: hyperv: Initial commit for Synthetic Debugging deviceJon Doron
2022-04-06hyperv: Add support to process syndbg commandsJon Doron
2022-04-06hyperv: Add definitions for syndbgJon Doron
2022-04-06hyperv: SControl is optional to enable SynIcJon Doron
2022-04-06thread-posix: optimize qemu_sem_timedwait with zero timeoutPaolo Bonzini
2022-04-06thread-posix: implement Semaphore with QemuCond and QemuMutexLongpeng(Mike)
2022-04-06thread-posix: use monotonic clock for QemuCond and QemuSemaphoreLongpeng(Mike)
2022-04-06thread-posix: remove the posix semaphore supportLongpeng(Mike)
2022-04-06whpx: Added support for breakpoints and steppingIvan Shcherbakov
2022-04-06build-sys: simplify AF_VSOCK checkMarc-André Lureau