aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson23-72/+92
2022-04-20tcg: Pass the locked filepointer to tcg_dump_opsRichard Henderson1-57/+52
2022-04-20util/log: Remove qemu_log_vprintfRichard Henderson1-15/+0
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson9-136/+166
2022-04-20hw/xen: Split out xen_pv_output_msgRichard Henderson1-20/+24
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson12-16/+18
2022-04-20util/log: Move qemu_log_lock, qemu_log_unlock out of lineRichard Henderson2-25/+26
2022-04-20os-posix: Use qemu_log_enabledRichard Henderson1-1/+1
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson12-18/+22
2022-04-20util/log: Return bool from qemu_set_log_filenameRichard Henderson3-5/+5
2022-04-20target/hexagon: Remove qemu_set_log in hexagon_translate_initRichard Henderson1-6/+0
2022-04-20util/log: Drop manual log bufferingRichard Henderson4-20/+4
2022-04-20Merge tag 'pull-block-2022-04-20' of https://gitlab.com/hreitz/qemu into stagingRichard Henderson8-167/+673
2022-04-20Merge tag 'pull-request-2022-04-20' of https://gitlab.com/thuth/qemu into sta...Richard Henderson40-265/+289
2022-04-20qcow2: Add errp to rebuild_refcount_structure()Hanna Reitz1-14/+19
2022-04-20iotests/108: Test new refcount rebuild algorithmHanna Reitz2-1/+339
2022-04-20qcow2: Improve refcount structure rebuildingHanna Reitz1-97/+235
2022-04-20iotests/303: Check for zstd supportHanna Reitz1-1/+3
2022-04-20iotests/065: Check for zstd supportHanna Reitz1-6/+18
2022-04-20iotests.py: Add supports_qcow2_zstd_compression()Hanna Reitz1-0/+20
2022-04-20tests/qemu-iotests: Move the bash and sanitizer checks to meson.buildThomas Huth2-26/+14
2022-04-20tests/qemu-iotests/meson.build: Improve the indentationThomas Huth1-29/+32
2022-04-20tests/avocado: Allow overwrite smp and memory size command line optionsAhmed Abouzied1-2/+4
2022-04-20hw: Add compat machines for 7.1Cornelia Huck10-7/+79
2022-04-20docs/ccid: convert to restructuredTextLucas Ramage3-182/+172
2022-04-20tests/qtest: properly initialise the vring used idxAlex Bennée1-0/+2
2022-04-20tests/qtest: Move the fuzz tests to x86 onlyThomas Huth6-43/+22
2022-04-20tests/qtest: Enable more tests for the "mipsel" targetThomas Huth2-11/+4
2022-04-20tests: Drop perl-Test-Harness from the CI containers / VMsThomas Huth18-20/+6
2022-04-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson515-1791/+3179
2022-04-19Open 7.1 development treeRichard Henderson1-1/+1
2022-04-19Update version for v7.0.0 releasev7.0.0Peter Maydell1-1/+1
2022-04-13target/i386: Remove unused XMMReg, YMMReg types and CPUState fieldsPeter Maydell1-18/+0
2022-04-13target/i386: do not access beyond the low 128 bits of SSE registersPaolo Bonzini1-28/+47
2022-04-12Update version for v7.0.0-rc4 releasev7.0.0-rc4Peter Maydell1-1/+1
2022-04-08virtio-iommu: use-after-free fixWentao Liang1-0/+1
2022-04-08Merge tag 'fixes-20220408-pull-request' of git://git.kraxel.org/qemu into sta...Peter Maydell3-2/+17
2022-04-07ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)Mauro Matteo Cascella3-1/+16
2022-04-07display/qxl-render: fix race condition in qxl_cursor (CVE-2021-4207)Mauro Matteo Cascella1-1/+1
2022-04-06Update version for v7.0.0-rc3 releasev7.0.0-rc3Peter Maydell1-1/+1
2022-04-06acpi: fix acpi_index migrationDr. David Alan Gilbert5-14/+17
2022-04-06virtio-ccw: do not include headers for all virtio devicesPaolo Bonzini4-16/+6
2022-04-06virtio-ccw: move device type declarations to .c filesPaolo Bonzini13-133/+119
2022-04-06virtio-ccw: move vhost_ccw_scsi to a separate filePaolo Bonzini3-47/+65
2022-04-06s390x: follow qdev tree to detect SCSI device on a CCW busPaolo Bonzini1-8/+12
2022-04-06hw: hyperv: Initial commit for Synthetic Debugging deviceJon Doron4-0/+414
2022-04-06hyperv: Add support to process syndbg commandsJon Doron8-8/+451
2022-04-06hyperv: Add definitions for syndbgJon Doron2-0/+89
2022-04-06hyperv: SControl is optional to enable SynIcJon Doron1-33/+76
2022-04-06thread-posix: optimize qemu_sem_timedwait with zero timeoutPaolo Bonzini1-2/+6