aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-20tests/tcg: list test targets in Makefile.prereqsPaolo Bonzini
2022-04-20tests/tcg: prepare Makefile.prereqs at configure timePaolo Bonzini
2022-04-20tests/tcg: remove CONFIG_USER_ONLY from config-target.makPaolo Bonzini
2022-04-20tests/tcg: remove CONFIG_LINUX_USER from config-target.makPaolo Bonzini
2022-04-20tests/tcg: add compiler test variables when using containersPaolo Bonzini
2022-04-20tests/docker: do not duplicate rules for hexagon-crossPaolo Bonzini
2022-04-20tests/docker: simplify docker-TEST@IMAGE targetsPaolo Bonzini
2022-04-20tests/docker: remove unnecessary filtering of $(DOCKER_IMAGES)Paolo Bonzini
2022-04-20tests/docker: inline variable definitions or move close to usePaolo Bonzini
2022-04-20tests/docker: remove unnecessary default definitionsPaolo Bonzini
2022-04-20tests/docker: remove dead variablePaolo Bonzini
2022-04-20tests/docker: remove test targetsPaolo Bonzini
2022-04-20tests/docker: remove dead code for linux-user containersPaolo Bonzini
2022-04-20docs/devel: drop :hidden: and :includehidden: tagsAlex Bennée
2022-04-20docs/devel: add some notes on the binfmt-image-debian targetsAlex Bennée
2022-04-20tests/avocado: update aarch64_virt test to exercise -cpu maxAlex Bennée
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
2022-04-06build-sys: drop ntddscsi.h checkMarc-André Lureau
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06qga: remove explicit environ argument from exec/spawnMarc-André Lureau
2022-04-06Move fcntl_setfl() to oslib-posixMarc-André Lureau
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau
2022-04-06include: move page_size_init() to include/hw/core/cpu.hMarc-André Lureau
2022-04-06include: move os_*() to os-foo.hMarc-André Lureau
2022-04-06include: move qemu_get_vm_name() to sysemu.hMarc-André Lureau