Re: [PATCH] conf: qemu: add support for io_uring

2020-03-12 Thread Peter Krempa
On Thu, Mar 12, 2020 at 15:17:32 +0800, Zhenyu Ye wrote: > QEMU has added support for io_uring IO mode, see: > > https://git.qemu.org/git/qemu.git/ adcd6e93. > > This patch add support for io_uring in libvirt. > > Signed-off-by: Zhenyu Ye > --- > src/conf/domain_conf.c | 1 + > src/conf/domain

[PATCH] conf: qemu: add support for io_uring

2020-03-12 Thread Zhenyu Ye
QEMU has added support for io_uring IO mode, see: https://git.qemu.org/git/qemu.git/ adcd6e93. This patch add support for io_uring in libvirt. Signed-off-by: Zhenyu Ye --- src/conf/domain_conf.c | 1 + src/conf/domain_conf.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/conf/domain