From: Kevin Wolf <kwolf@redhat.com>
To: "Daniel P. Berrangé" <berrange@redhat.com>
Cc: qemu-devel@nongnu.org, "wubo . bob" <wubo.bob@bytedance.com>,
hongmianquan <hongmianquan@bytedance.com>,
Markus Armbruster <armbru@redhat.com>
Subject: Re: [PATCH for 11.0] util: fix missing aio_wait_kick sym in qemu guest agent only build
Date: Wed, 8 Apr 2026 11:41:43 +0200 [thread overview]
Message-ID: <adYi13SGlff_TwOD@redhat.com> (raw)
In-Reply-To: <20260407152207.363647-1-berrange@redhat.com>
Am 07.04.2026 um 17:22 hat Daniel P. Berrangé geschrieben:
> Configure QEMU with
>
> --disable-system --disable-user --disable-tools --enable-guest-agent
>
> and the build with fail with
>
> FAILED: [code=1] qga/qemu-ga
> /usr/bin/ld: libqemuutil.a.p/qapi_qmp-dispatch.c.o: in function `do_qmp_dispatch_bh':
> /var/home/berrange/src/virt/qemu/build/../qapi/qmp-dispatch.c:140:(.text+0x5c): undefined reference to `aio_wait_kick'
>
> This aio_kick() usage was recently introduced in qmp-dispatch.c
> without updating the build logic.
>
> Fixes commit fc1a2ec7da531223b3473185dc2584f8a7c6c659
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Pretty much the same as what I suggested in the pull request thread,
just in a separate line instead of adding it to the previous one and as
a proper patch. Thanks, saves me the work to write a proper commit
messsage!
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
next prev parent reply other threads:[~2026-04-08 19:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-07 15:22 [PATCH for 11.0] util: fix missing aio_wait_kick sym in qemu guest agent only build Daniel P. Berrangé
2026-04-08 7:46 ` Michael Tokarev
2026-04-08 9:41 ` Kevin Wolf [this message]
2026-04-08 12:40 ` Philippe Mathieu-Daudé
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=adYi13SGlff_TwOD@redhat.com \
--to=kwolf@redhat.com \
--cc=armbru@redhat.com \
--cc=berrange@redhat.com \
--cc=hongmianquan@bytedance.com \
--cc=qemu-devel@nongnu.org \
--cc=wubo.bob@bytedance.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.