From: Christian Schoenebeck <qemu_oss@crudebyte.com>
To: qemu-devel@nongnu.org
Cc: Greg Kurz <groug@kaod.org>, Peter Foley <pefoley@google.com>,
Richard Henderson <richard.henderson@linaro.org>
Subject: [PULL 2/2] 9pfs: Stop including gstrfuncs.h
Date: Thu, 18 Sep 2025 21:42:39 +0200 [thread overview]
Message-ID: <c921e5496f23221335bea0c9104364409cd0b2b8.1758224558.git.qemu_oss@crudebyte.com> (raw)
In-Reply-To: <cover.1758224558.git.qemu_oss@crudebyte.com>
From: Peter Foley <pefoley@google.com>
gstrfuncs.h is not intended to be included directly.
In fact this only works because glib.h is already included by osdep.h.
Just remove the include.
Signed-off-by: Peter Foley <pefoley@google.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Link: https://lore.kernel.org/qemu-devel/20250905-9p-v2-1-2ad31999684d@google.com
Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
---
hw/9pfs/9p-util-generic.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/9pfs/9p-util-generic.c b/hw/9pfs/9p-util-generic.c
index 4c1e9c887d..b71fa2cb37 100644
--- a/hw/9pfs/9p-util-generic.c
+++ b/hw/9pfs/9p-util-generic.c
@@ -2,7 +2,6 @@
#include "qemu/osdep.h"
#include "9p-util.h"
-#include <glib/gstrfuncs.h>
char *qemu_open_flags_tostr(int flags)
{
--
2.39.5
next prev parent reply other threads:[~2025-09-18 20:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-18 19:42 [PULL 0/2] 9p queue 2025-09-18 Christian Schoenebeck
2025-09-18 19:42 ` [PULL 1/2] 9pfs: Add FreeBSD support Christian Schoenebeck
2025-09-18 19:42 ` Christian Schoenebeck [this message]
2025-09-19 20:47 ` [PULL 0/2] 9p queue 2025-09-18 Richard Henderson
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=c921e5496f23221335bea0c9104364409cd0b2b8.1758224558.git.qemu_oss@crudebyte.com \
--to=qemu_oss@crudebyte.com \
--cc=groug@kaod.org \
--cc=pefoley@google.com \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.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).