aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2021-12-15 13:58:24 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2022-01-12 14:09:04 +0100
commita5730b8bd3675f484ed0eacea052452048eeb35d (patch)
treea8e2a648ee519a5909f6143fd1d80aea973cc40a /scripts/ci
parent9d24fb73a1c1b0d892f8c26297f922c85460513d (diff)
downloadqemu-a5730b8bd3675f484ed0eacea052452048eeb35d.zip
qemu-a5730b8bd3675f484ed0eacea052452048eeb35d.tar.gz
qemu-a5730b8bd3675f484ed0eacea052452048eeb35d.tar.bz2
block/file-posix: Simplify the XFS_IOC_DIOINFO handling
The handling for the XFS_IOC_DIOINFO ioctl is currently quite excessive: This is not a "real" feature like the other features that we provide with the "--enable-xxx" and "--disable-xxx" switches for the configure script, since this does not influence lots of code (it's only about one call to xfsctl() in file-posix.c), so people don't gain much with the ability to disable this with "--disable-xfsctl". It's also unfortunate that the ioctl will be disabled on Linux in case the user did not install the right xfsprogs-devel package before running configure. Thus let's simplify this by providing the ioctl definition on our own, so we can completely get rid of the header dependency and thus the related code in the configure script. Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <20211215125824.250091-1-thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts/ci')
-rwxr-xr-xscripts/ci/org.centos/stream/8/x86_64/configure1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/ci/org.centos/stream/8/x86_64/configure b/scripts/ci/org.centos/stream/8/x86_64/configure
index 048e80d..e05f2fd 100755
--- a/scripts/ci/org.centos/stream/8/x86_64/configure
+++ b/scripts/ci/org.centos/stream/8/x86_64/configure
@@ -151,7 +151,6 @@
--disable-whpx \
--disable-xen \
--disable-xen-pci-passthrough \
---disable-xfsctl \
--disable-xkbcommon \
--disable-zstd \
--enable-attr \