Age | Commit message (Expand) | Author | Files | Lines |
2022-04-20 | iotests.py: Add supports_qcow2_zstd_compression() | Hanna Reitz | 1 | -0/+20 |
2022-04-20 | tests/qemu-iotests: Move the bash and sanitizer checks to meson.build | Thomas Huth | 2 | -26/+14 |
2022-04-20 | tests/qemu-iotests/meson.build: Improve the indentation | Thomas Huth | 1 | -29/+32 |
2022-04-20 | tests/avocado: Allow overwrite smp and memory size command line options | Ahmed Abouzied | 1 | -2/+4 |
2022-04-20 | hw: Add compat machines for 7.1 | Cornelia Huck | 10 | -7/+79 |
2022-04-20 | docs/ccid: convert to restructuredText | Lucas Ramage | 3 | -182/+172 |
2022-04-20 | tests/qtest: properly initialise the vring used idx | Alex Bennée | 1 | -0/+2 |
2022-04-20 | tests/qtest: Move the fuzz tests to x86 only | Thomas Huth | 6 | -43/+22 |
2022-04-20 | tests/qtest: Enable more tests for the "mipsel" target | Thomas Huth | 2 | -11/+4 |
2022-04-20 | tests: Drop perl-Test-Harness from the CI containers / VMs | Thomas Huth | 18 | -20/+6 |
2022-04-19 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson | 515 | -1791/+3179 |
2022-04-19 | Open 7.1 development tree | Richard Henderson | 1 | -1/+1 |
2022-04-19 | Update version for v7.0.0 releasev7.0.0 | Peter Maydell | 1 | -1/+1 |
2022-04-13 | target/i386: Remove unused XMMReg, YMMReg types and CPUState fields | Peter Maydell | 1 | -18/+0 |
2022-04-13 | target/i386: do not access beyond the low 128 bits of SSE registers | Paolo Bonzini | 1 | -28/+47 |
2022-04-12 | Update version for v7.0.0-rc4 releasev7.0.0-rc4 | Peter Maydell | 1 | -1/+1 |
2022-04-08 | virtio-iommu: use-after-free fix | Wentao Liang | 1 | -0/+1 |
2022-04-08 | Merge tag 'fixes-20220408-pull-request' of git://git.kraxel.org/qemu into sta... | Peter Maydell | 3 | -2/+17 |
2022-04-07 | ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206) | Mauro Matteo Cascella | 3 | -1/+16 |
2022-04-07 | display/qxl-render: fix race condition in qxl_cursor (CVE-2021-4207) | Mauro Matteo Cascella | 1 | -1/+1 |
2022-04-06 | Update version for v7.0.0-rc3 releasev7.0.0-rc3 | Peter Maydell | 1 | -1/+1 |
2022-04-06 | acpi: fix acpi_index migration | Dr. David Alan Gilbert | 5 | -14/+17 |
2022-04-06 | virtio-ccw: do not include headers for all virtio devices | Paolo Bonzini | 4 | -16/+6 |
2022-04-06 | virtio-ccw: move device type declarations to .c files | Paolo Bonzini | 13 | -133/+119 |
2022-04-06 | virtio-ccw: move vhost_ccw_scsi to a separate file | Paolo Bonzini | 3 | -47/+65 |
2022-04-06 | s390x: follow qdev tree to detect SCSI device on a CCW bus | Paolo Bonzini | 1 | -8/+12 |
2022-04-06 | hw: hyperv: Initial commit for Synthetic Debugging device | Jon Doron | 4 | -0/+414 |
2022-04-06 | hyperv: Add support to process syndbg commands | Jon Doron | 8 | -8/+451 |
2022-04-06 | hyperv: Add definitions for syndbg | Jon Doron | 2 | -0/+89 |
2022-04-06 | hyperv: SControl is optional to enable SynIc | Jon Doron | 1 | -33/+76 |
2022-04-06 | thread-posix: optimize qemu_sem_timedwait with zero timeout | Paolo Bonzini | 1 | -2/+6 |
2022-04-06 | thread-posix: implement Semaphore with QemuCond and QemuMutex | Longpeng(Mike) | 2 | -76/+34 |
2022-04-06 | thread-posix: use monotonic clock for QemuCond and QemuSemaphore | Longpeng(Mike) | 2 | -7/+57 |
2022-04-06 | thread-posix: remove the posix semaphore support | Longpeng(Mike) | 3 | -59/+0 |
2022-04-06 | whpx: Added support for breakpoints and stepping | Ivan Shcherbakov | 8 | -18/+815 |
2022-04-06 | build-sys: simplify AF_VSOCK check | Marc-André Lureau | 1 | -19/+4 |
2022-04-06 | build-sys: drop ntddscsi.h check | Marc-André Lureau | 3 | -40/+2 |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau | 243 | -254/+1 |
2022-04-06 | qga: remove explicit environ argument from exec/spawn | Marc-André Lureau | 2 | -19/+7 |
2022-04-06 | Move fcntl_setfl() to oslib-posix | Marc-André Lureau | 4 | -18/+17 |
2022-04-06 | Move CPU softfloat unions to cpu-float.h | Marc-André Lureau | 18 | -62/+80 |
2022-04-06 | include: move page_size_init() to include/hw/core/cpu.h | Marc-André Lureau | 2 | -2/+2 |
2022-04-06 | include: move os_*() to os-foo.h | Marc-André Lureau | 4 | -14/+5 |
2022-04-06 | include: move qemu_get_vm_name() to sysemu.h | Marc-André Lureau | 5 | -5/+5 |
2022-04-06 | include: move progress API to qemu-progress.h | Marc-André Lureau | 4 | -5/+10 |
2022-04-06 | include: move target page bits declaration to page-vary.h | Marc-André Lureau | 6 | -20/+22 |
2022-04-06 | include: move cpu_exec* declarations to cpu-common.h | Marc-André Lureau | 2 | -3/+3 |
2022-04-06 | include: move C/util-related declarations to cutils.h | Marc-André Lureau | 10 | -28/+28 |
2022-04-06 | include: move dump_in_progress() to runstate.h | Marc-André Lureau | 4 | -8/+5 |
2022-04-06 | include: move coroutine IO functions to coroutine.h | Marc-André Lureau | 2 | -23/+23 |