[pve-devel] [PATCH pve-qemu 1/2] enable io-uring support in QEMU builds

Stefan Reiter s.reiter at proxmox.com
Mon Jun 7 13:48:49 CEST 2021


Signed-off-by: Stefan Reiter <s.reiter at proxmox.com>
---

Oh if only all QEMU changes were this simple...

 debian/control | 1 +
 debian/rules   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index 38c45ce..4da3409 100644
--- a/debian/control
+++ b/debian/control
@@ -27,6 +27,7 @@ Build-Depends: autotools-dev,
                libspice-protocol-dev (>= 0.12.14~),
                libspice-server-dev (>= 0.14.0~),
                libsystemd-dev,
+               liburing-dev,
                libusb-1.0-0-dev (>= 1.0.17-1),
                libusbredirparser-dev (>= 0.6-2),
                meson,
diff --git a/debian/rules b/debian/rules
index 1f623d8..0417703 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,6 +69,7 @@ ${BUILDDIR}/config.status: configure
 	--enable-libiscsi \
 	--enable-libusb \
 	--enable-linux-aio \
+	--enable-linux-io-uring \
 	--enable-numa \
 	--enable-rbd \
 	--enable-seccomp \
-- 
2.30.2






More information about the pve-devel mailing list