SHA256
1
0
forked from pool/qemu

Accepting request 970878 from home:dirkmueller:Factory

- enable aio=io_uring on all kvm architectures (bsc#1197699)

OBS-URL: https://build.opensuse.org/request/show/970878
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=710
This commit is contained in:
Dario Faggioli 2022-04-20 16:18:45 +00:00 committed by Git OBS Bridge
parent 01f9005feb
commit 6971215821
3 changed files with 9 additions and 10 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 19 15:24:23 UTC 2022 - Dirk Müller <dmueller@suse.com>
- enable aio=io_uring on all kvm architectures (bsc#1197699)
-------------------------------------------------------------------
Tue Apr 5 08:54:51 UTC 2022 - Li Zhang <li.zhang@suse.com>

View File

@ -70,6 +70,8 @@
%ifarch %ix86 x86_64 ppc ppc64 ppc64le s390x armv7hl aarch64
%define kvm_available 1
%define with_uring 1
%define liburing_min_version 1.0
%endif
%ifarch %ix86 x86_64 s390x
@ -84,11 +86,6 @@
%define with_daxctl 1
%endif
%ifarch %ix86 x86_64
%define with_uring 1
%define liburing_min_version 0.3
%endif
# qemu, qemu-linux-user, and qemu-testsuite "flavors" are enabled via OBS Multibuild
%global flavor @BUILD_FLAVOR@%{nil}
%define name_suffix %{nil}

View File

@ -70,6 +70,8 @@
%ifarch %ix86 x86_64 ppc ppc64 ppc64le s390x armv7hl aarch64
%define kvm_available 1
%define with_uring 1
%define liburing_min_version 1.0
%endif
%ifarch %ix86 x86_64 s390x
@ -84,11 +86,6 @@
%define with_daxctl 1
%endif
%ifarch %ix86 x86_64
%define with_uring 1
%define liburing_min_version 0.3
%endif
# qemu, qemu-linux-user, and qemu-testsuite "flavors" are enabled via OBS Multibuild
%global flavor @BUILD_FLAVOR@%{nil}
%define name_suffix %{nil}