[PULL 0/2] 9p queue 2025-09-18

Christian Schoenebeck posted 2 patches 1 month, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1758224558.git.qemu._5Foss@crudebyte.com
Maintainers: Christian Schoenebeck <qemu_oss@crudebyte.com>, Greg Kurz <groug@kaod.org>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
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
[PULL 0/2] 9p queue 2025-09-18
Posted by Christian Schoenebeck 1 month, 3 weeks ago
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
Re: [PULL 0/2] 9p queue 2025-09-18
Posted by Richard Henderson 1 month, 3 weeks ago
On 9/18/25 12:42, Christian Schoenebeck wrote:
> The following changes since commit e7c1e8043a69c5a8efa39d4f9d111f7c72c076e6:
> 
>    Merge tag 'pull-loongarch-20250918' ofhttps://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.


Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/10.2 as appropriate.

r~