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