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
