aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-20target/i386: fix byte swap issue with XMM register accessAlex Bennée1-2/+2
2022-04-20tests/tcg: add missing reference files for float_convsAlex Bennée2-0/+1496
2022-04-20tests/tcg: add float_convd testAlex Bennée5-0/+4058
2022-04-20tests/tcg: remove duplicate sha512-sse caseAlex Bennée1-7/+0
2022-04-20tests/tcg: fix non-static buildPaolo Bonzini1-1/+0
2022-04-20tests/docker: remove SKIP_DOCKER_BUILDPaolo Bonzini2-68/+1
2022-04-20tests/tcg: isolate from QEMU's config-host.makPaolo Bonzini3-4/+7
2022-04-20tests/tcg: invoke Makefile.target directly from QEMU's makefilePaolo Bonzini4-146/+35
2022-04-20tests/tcg: list test targets in Makefile.prereqsPaolo Bonzini3-23/+19
2022-04-20tests/tcg: prepare Makefile.prereqs at configure timePaolo Bonzini3-23/+14
2022-04-20tests/tcg: remove CONFIG_USER_ONLY from config-target.makPaolo Bonzini2-13/+7
2022-04-20tests/tcg: remove CONFIG_LINUX_USER from config-target.makPaolo Bonzini3-4/+2
2022-04-20tests/tcg: add compiler test variables when using containersPaolo Bonzini6-11/+28
2022-04-20tests/docker: do not duplicate rules for hexagon-crossPaolo Bonzini2-22/+4
2022-04-20tests/docker: simplify docker-TEST@IMAGE targetsPaolo Bonzini1-10/+2
2022-04-20tests/docker: remove unnecessary filtering of $(DOCKER_IMAGES)Paolo Bonzini1-1/+1
2022-04-20tests/docker: inline variable definitions or move close to usePaolo Bonzini1-16/+16
2022-04-20tests/docker: remove unnecessary default definitionsPaolo Bonzini1-5/+0
2022-04-20tests/docker: remove dead variablePaolo Bonzini1-1/+0
2022-04-20tests/docker: remove test targetsPaolo Bonzini2-27/+1
2022-04-20tests/docker: remove dead code for linux-user containersPaolo Bonzini1-11/+0
2022-04-20docs/devel: drop :hidden: and :includehidden: tagsAlex Bennée7-9/+1
2022-04-20docs/devel: add some notes on the binfmt-image-debian targetsAlex Bennée1-0/+38
2022-04-20tests/avocado: update aarch64_virt test to exercise -cpu maxAlex Bennée3-25/+52
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
2022-04-06thread-posix: implement Semaphore with QemuCond and QemuMutexLongpeng(Mike)2-76/+34
2022-04-06thread-posix: use monotonic clock for QemuCond and QemuSemaphoreLongpeng(Mike)2-7/+57
2022-04-06thread-posix: remove the posix semaphore supportLongpeng(Mike)3-59/+0
2022-04-06whpx: Added support for breakpoints and steppingIvan Shcherbakov8-18/+815
2022-04-06build-sys: simplify AF_VSOCK checkMarc-André Lureau1-19/+4