qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Rebecca Cran <rebecca@bsdio.com>
To: qemu-devel@nongnu.org
Subject: io_uring code appears to be broken
Date: Sat, 8 May 2021 15:19:30 -0600	[thread overview]
Message-ID: <dc3e2961-1c3a-f3c8-3b0b-915ca84bf0e3@bsdio.com> (raw)

I noticed that after installing liburing-devel-0.2-lp152.2.1.x86_64, a 
"./configure" causes support for io_uring to be enabled by default.

It appears to be broken, so I was wondering if it should be disabled 
unless explicitly enabled via configure?

I'm running openSUSE Leap 15.2.

[285/9281] Compiling C object libqemuutil.a.p/util_fdmon-io_uring.c.o
FAILED: libqemuutil.a.p/util_fdmon-io_uring.c.o
cc -Ilibqemuutil.a.p -I. -I.. -Isubprojects/libvhost-user 
-I../subprojects/libvhost-user -Iqapi -Itrace -Iui -Iui/shader 
-I/usr/include/p11-kit-1 -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/uuid -I/usr/include/gio-unix-2.0 
-fdiagnostics-color=auto -pipe -Wall -Winvalid-pch -Werror -std=gnu99 
-O2 -g -isystem /home/jenkins/qemu/linux-headers -isystem linux-headers 
-iquote . -iquote /home/jenkins/qemu -iquote /home/jenkins/qemu/include 
-iquote /home/jenkins/qemu/disas/libvixl -iquote 
/home/jenkins/qemu/tcg/i386 -pthread -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wundef 
-Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common 
-fwrapv -Wold-style-declaration -Wold-style-definition -Wtype-limits 
-Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers 
-Wempty-body -Wnested-externs -Wendif-labels -Wexpansion-to-defined 
-Wimplicit-fallthrough=2 -Wno-missing-include-dirs 
-Wno-shift-negative-value -Wno-psabi -fstack-protector-strong -fPIC -MD 
-MQ libqemuutil.a.p/util_fdmon-io_uring.c.o -MF 
libqemuutil.a.p/util_fdmon-io_uring.c.o.d -o 
libqemuutil.a.p/util_fdmon-io_uring.c.o -c ../util/fdmon-io_uring.c
../util/fdmon-io_uring.c: In function ‘fdmon_io_uring_need_wait’:
../util/fdmon-io_uring.c:305:9: error: implicit declaration of function 
‘io_uring_sq_ready’; did you mean ‘io_uring_cq_ready’? 
[-Werror=implicit-function-declaration]
      if (io_uring_sq_ready(&ctx->fdmon_io_uring)) {
          ^~~~~~~~~~~~~~~~~
          io_uring_cq_ready
../util/fdmon-io_uring.c:305:9: error: nested extern declaration of 
‘io_uring_sq_ready’ [-Werror=nested-externs]


-- 
Rebecca Cran



             reply	other threads:[~2021-05-08 21:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-08 21:19 Rebecca Cran [this message]
2021-05-08 21:41 ` io_uring code appears to be broken Rebecca Cran

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dc3e2961-1c3a-f3c8-3b0b-915ca84bf0e3@bsdio.com \
    --to=rebecca@bsdio.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).