Support io-uring by adding --enable-io-uring compilation option
This commit is contained in:
parent
abde44ce00
commit
f6a40d3606
@ -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 <weishaokun@kylinos.cn> - 10:6.2.0-58
|
||||
- support io-uring by adding --enable-io-uring compilation option
|
||||
|
||||
* Tue Nov 08 2022 yezengruan <yezengruan@huawei.com> - 10:6.2.0-57
|
||||
- build: make check with -j
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user