From f6a40d3606f77651ffd84b127540c392ef4db39f Mon Sep 17 00:00:00 2001 From: weishaokun Date: Mon, 14 Nov 2022 15:16:04 +0800 Subject: [PATCH] Support io-uring by adding --enable-io-uring compilation option --- qemu.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index 817d51cb..179467b3 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 6.2.0 -Release: 57 +Release: 58 Epoch: 10 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY-SA-4.0 @@ -391,6 +391,7 @@ BuildRequires: glib2 BuildRequires: libfdt-devel BuildRequires: virglrenderer-devel BuildRequires: libslirp-devel +BuildRequires: liburing-devel # for upgrade from qemu-kvm Provides: qemu-kvm @@ -406,6 +407,7 @@ Requires(postun): qemu-block-iscsi Requires(postun): qemu-block-curl Requires(postun): qemu-hw-usb-host Requires: libgcc +Requires: liburing %description @@ -551,6 +553,7 @@ cd ../ --enable-tcg \ --enable-rdma \ --enable-linux-aio \ + --enable-linux-io-uring \ --enable-cap-ng \ --enable-vhost-user \ --enable-vhost-net \ @@ -856,6 +859,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Mon Nov 14 2022 weishaokun - 10:6.2.0-58 +- support io-uring by adding --enable-io-uring compilation option + * Tue Nov 08 2022 yezengruan - 10:6.2.0-57 - build: make check with -j -- Gitee