From: Christian Schoenebeck <qemu_oss@crudebyte.com>
To: qemu-devel@nongnu.org
Cc: Greg Kurz <groug@kaod.org>, Mark Johnston <markj@freebsd.org>,
Peter Foley <pefoley@google.com>,
Richard Henderson <richard.henderson@linaro.org>
Subject: [PULL 0/2] 9p queue 2025-09-18
Date: Thu, 18 Sep 2025 21:42:39 +0200 [thread overview]
Message-ID: <cover.1758224558.git.qemu_oss@crudebyte.com> (raw)
The following changes since commit e7c1e8043a69c5a8efa39d4f9d111f7c72c076e6:
Merge tag 'pull-loongarch-20250918' of https://github.com/gaosong715/qemu into staging (2025-09-18 07:08:08 -0700)
are available in the Git repository at:
https://github.com/cschoenebeck/qemu.git tags/pull-9p-20250918
for you to fetch changes up to c921e5496f23221335bea0c9104364409cd0b2b8:
9pfs: Stop including gstrfuncs.h (2025-09-18 21:21:29 +0200)
----------------------------------------------------------------
9pfs changes:
* Add FreeBSD host support.
* Fix glib header inclusion.
----------------------------------------------------------------
Mark Johnston (1):
9pfs: Add FreeBSD support
Peter Foley (1):
9pfs: Stop including gstrfuncs.h
fsdev/file-op-9p.h | 6 ++-
fsdev/meson.build | 2 +-
hw/9pfs/9p-synth.c | 2 +-
hw/9pfs/9p-util-freebsd.c | 132 ++++++++++++++++++++++++++++++++++++++++++++++
hw/9pfs/9p-util-generic.c | 1 -
hw/9pfs/9p-util.h | 20 +++++--
hw/9pfs/9p.c | 16 +++++-
hw/9pfs/meson.build | 2 +
include/qemu/xattr.h | 6 ++-
meson.build | 8 +--
10 files changed, 179 insertions(+), 16 deletions(-)
create mode 100644 hw/9pfs/9p-util-freebsd.c
next reply other threads:[~2025-09-18 20:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-18 19:42 Christian Schoenebeck [this message]
2025-09-18 19:42 ` [PULL 1/2] 9pfs: Add FreeBSD support Christian Schoenebeck
2025-09-18 19:42 ` [PULL 2/2] 9pfs: Stop including gstrfuncs.h Christian Schoenebeck
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=cover.1758224558.git.qemu_oss@crudebyte.com \
--to=qemu_oss@crudebyte.com \
--cc=groug@kaod.org \
--cc=markj@freebsd.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 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.