summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-21meson: drop --with-win-sdkMarc-André Lureau2-34/+0
2022-02-21qga/vss-win32: fix midl argumentsMarc-André Lureau1-2/+1
2022-02-21meson: refine check for whether to look for virglrendererPaolo Bonzini2-3/+5
2022-02-21configure, meson: move guest-agent, tools to mesonPaolo Bonzini9-74/+49
2022-02-21configure, meson: move smbd options to meson_options.txtPaolo Bonzini6-34/+31
2022-02-21configure, meson: move coroutine options to meson_options.txtPaolo Bonzini4-33/+20
2022-02-21configure, meson: move some default-disabled options to meson_options.txtPaolo Bonzini7-72/+53
2022-02-21meson: define qemu_cflags/qemu_ldflagsPaolo Bonzini1-6/+7
2022-02-21configure, meson: move block layer options to meson_options.txtPaolo Bonzini7-26/+26
2022-02-21configure, meson: move image format options to meson_options.txtPaolo Bonzini5-96/+80
2022-02-21configure, meson: cleanup qemu-ga librariesPaolo Bonzini2-15/+17
2022-02-21configure, meson: move TPM check to mesonPaolo Bonzini8-38/+26
2022-02-21configure, meson: move libnuma detection to mesonPaolo Bonzini4-36/+25
2022-02-21configure, meson: move AF_ALG test to mesonPaolo Bonzini5-38/+23
2022-02-16configure, meson: move membarrier test to mesonPaolo Bonzini5-42/+33
2022-02-16configure, meson: move AVX tests to mesonPaolo Bonzini4-105/+58
2022-02-16meson: use .require() and .disable_auto_if() method for featuresPaolo Bonzini2-69/+38
2022-02-16meson: use .allowed() method for featuresPaolo Bonzini2-22/+22
2022-02-16tests/qemu-iotests/testrunner: Print diff to stderr in TAP modeThomas Huth1-1/+4
2022-02-16memory: Fix qemu crash on starting dirty log twice with stopped VMPeter Xu1-16/+45
2022-02-16target/i386: add TCG support for UMIPGareth Webb4-3/+26
2022-02-14util: adjust coroutine pool size to virtio block queueHiroki Narukawa3-4/+31
2022-02-14Deprecate C virtiofsdDr. David Alan Gilbert1-0/+17
2022-02-14tools/virtiofsd: Add rseq syscall to the seccomp allowlistChristian Ehrhardt1-0/+3
2022-02-14hw/nvme: add support for zoned random write areaKlaus Jensen5-20/+237
2022-02-14hw/nvme: add ozcs enumKlaus Jensen2-1/+6
2022-02-14hw/nvme: add struct for zone management sendKlaus Jensen2-6/+23
2022-02-14hw/nvme/ctrl: Pass buffers as 'void *' typesPhilippe Mathieu-Daudé2-7/+7
2022-02-14hw/nvme/ctrl: Have nvme_addr_write() take const bufferPhilippe Mathieu-Daudé1-1/+1
2022-02-14hw/nvme: fix CVE-2021-3929Klaus Jensen1-0/+22
2022-02-14net/eth: Don't consider ESP to be an IPv6 option headerThomas Jansen1-1/+0
2022-02-14hw/net: e1000e: Clear ICR on read when using non MSI-X interruptsNick Hudson2-0/+6
2022-02-14net/filter: Optimize filter_send to coroutineRao Lei1-13/+53
2022-02-14net/colo-compare.c: Update the default value commentsZhang Chen1-1/+1
2022-02-14net/colo-compare.c: Optimize compare order for performanceZhang Chen1-13/+13
2022-02-14net: Fix uninitialized data usagePeter Foley1-0/+1
2022-02-14net/tap: Set return code on failurePeter Foley1-0/+1
2022-02-14hw/net/vmxnet3: Log guest-triggerable errors using LOG_GUEST_ERRORPhilippe Mathieu-Daudé1-1/+3
2022-02-11hw/block/fdc-isa: Respect QOM properties when building AMLBernhard Beschow1-4/+7
2022-02-11iotests/281: Let NBD connection yield in iothreadHanna Reitz2-5/+27
2022-02-11block/nbd: Move s->ioc on AioContext changeHanna Reitz1-0/+45
2022-02-11iotests/281: Test lingering timersHanna Reitz2-4/+79
2022-02-11iotests.py: Add QemuStorageDaemon classHanna Reitz1-0/+40
2022-02-11block/nbd: Assert there are no timers when closedHanna Reitz1-0/+4
2022-02-11block/nbd: Delete open timer when doneHanna Reitz1-0/+8
2022-02-11block/nbd: Delete reconnect delay timer when doneHanna Reitz1-0/+7
2022-02-11iotests: Test blockdev-reopen with iothreads and throttlingKevin Wolf2-5/+35
2022-02-11block: Lock AioContext for drain_end in blockdev-reopenKevin Wolf1-1/+10
2022-02-09include/exec: fix softmmu version of TARGET_ABI_FMT_lxAlex Bennée1-1/+1
2022-02-09linux-user: Remove the deprecated ppc64abi32 targetThomas Huth12-88/+21