[PULL 0/4] virtiofs queue

Dr. David Alan Gilbert (git) posted 4 patches 1 year, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230216182628.126139-1-dgilbert@redhat.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, "Alex Bennée" <alex.bennee@linaro.org>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>
MAINTAINERS                                        |    2 -
docs/about/deprecated.rst                          |   18 -
docs/about/removed-features.rst                    |   13 +
docs/conf.py                                       |    4 -
docs/meson.build                                   |    1 -
docs/tools/index.rst                               |    1 -
docs/tools/virtiofsd.rst                           |  403 --
meson.build                                        |    1 -
meson_options.txt                                  |    2 -
scripts/ci/org.centos/stream/8/x86_64/configure    |    2 -
scripts/ci/org.centos/stream/8/x86_64/test-avocado |    7 -
scripts/coverity-scan/COMPONENTS.md                |    3 -
scripts/meson-buildoptions.sh                      |    3 -
tests/avocado/virtiofs_submounts.py                |  217 -
tools/meson.build                                  |   13 -
tools/virtiofsd/50-qemu-virtiofsd.json.in          |    5 -
tools/virtiofsd/buffer.c                           |  350 --
tools/virtiofsd/fuse_common.h                      |  837 ----
tools/virtiofsd/fuse_i.h                           |  107 -
tools/virtiofsd/fuse_log.c                         |   40 -
tools/virtiofsd/fuse_log.h                         |   75 -
tools/virtiofsd/fuse_lowlevel.c                    | 2732 ------------
tools/virtiofsd/fuse_lowlevel.h                    | 1988 ---------
tools/virtiofsd/fuse_misc.h                        |   59 -
tools/virtiofsd/fuse_opt.c                         |  446 --
tools/virtiofsd/fuse_opt.h                         |  272 --
tools/virtiofsd/fuse_signals.c                     |   93 -
tools/virtiofsd/fuse_virtio.c                      | 1081 -----
tools/virtiofsd/fuse_virtio.h                      |   33 -
tools/virtiofsd/helper.c                           |  409 --
tools/virtiofsd/meson.build                        |   18 -
tools/virtiofsd/passthrough_helpers.h              |   51 -
tools/virtiofsd/passthrough_ll.c                   | 4521 --------------------
tools/virtiofsd/passthrough_seccomp.c              |  182 -
tools/virtiofsd/passthrough_seccomp.h              |   14 -
35 files changed, 13 insertions(+), 13990 deletions(-)
delete mode 100644 docs/tools/virtiofsd.rst
delete mode 100644 tests/avocado/virtiofs_submounts.py
delete mode 100644 tools/virtiofsd/50-qemu-virtiofsd.json.in
delete mode 100644 tools/virtiofsd/buffer.c
delete mode 100644 tools/virtiofsd/fuse_common.h
delete mode 100644 tools/virtiofsd/fuse_i.h
delete mode 100644 tools/virtiofsd/fuse_log.c
delete mode 100644 tools/virtiofsd/fuse_log.h
delete mode 100644 tools/virtiofsd/fuse_lowlevel.c
delete mode 100644 tools/virtiofsd/fuse_lowlevel.h
delete mode 100644 tools/virtiofsd/fuse_misc.h
delete mode 100644 tools/virtiofsd/fuse_opt.c
delete mode 100644 tools/virtiofsd/fuse_opt.h
delete mode 100644 tools/virtiofsd/fuse_signals.c
delete mode 100644 tools/virtiofsd/fuse_virtio.c
delete mode 100644 tools/virtiofsd/fuse_virtio.h
delete mode 100644 tools/virtiofsd/helper.c
delete mode 100644 tools/virtiofsd/meson.build
delete mode 100644 tools/virtiofsd/passthrough_helpers.h
delete mode 100644 tools/virtiofsd/passthrough_ll.c
delete mode 100644 tools/virtiofsd/passthrough_seccomp.c
delete mode 100644 tools/virtiofsd/passthrough_seccomp.h
[PULL 0/4] virtiofs queue
Posted by Dr. David Alan Gilbert (git) 1 year, 2 months ago
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit 6dffbe36af79e26a4d23f94a9a1c1201de99c261:

  Merge tag 'migration-20230215-pull-request' of https://gitlab.com/juan.quintela/qemu into staging (2023-02-16 13:09:51 +0000)

are available in the Git repository at:

  https://gitlab.com/dagrh/qemu.git tags/pull-virtiofs-20230216b

for you to fetch changes up to a6bfdaed4a735a2cf59f265e6955fe2adcc99637:

  virtiofsd: Swing deprecated message to removed-features (2023-02-16 18:15:08 +0000)

----------------------------------------------------------------
Remove C virtiofsd

We deprecated the C virtiofsd in commit 34deee7b6a1418f3d62a
in v7.0 in favour of the Rust implementation at

  https://gitlab.com/virtio-fs/virtiofsd

since then, the Rust version has had more development and
has held up well.  It's time to say goodbye to the C version
that got us going.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

----------------------------------------------------------------
Dr. David Alan Gilbert (4):
      virtiofsd: Remove test
      virtiofsd: Remove build and docs glue
      virtiofsd: Remove source
      virtiofsd: Swing deprecated message to removed-features

 MAINTAINERS                                        |    2 -
 docs/about/deprecated.rst                          |   18 -
 docs/about/removed-features.rst                    |   13 +
 docs/conf.py                                       |    4 -
 docs/meson.build                                   |    1 -
 docs/tools/index.rst                               |    1 -
 docs/tools/virtiofsd.rst                           |  403 --
 meson.build                                        |    1 -
 meson_options.txt                                  |    2 -
 scripts/ci/org.centos/stream/8/x86_64/configure    |    2 -
 scripts/ci/org.centos/stream/8/x86_64/test-avocado |    7 -
 scripts/coverity-scan/COMPONENTS.md                |    3 -
 scripts/meson-buildoptions.sh                      |    3 -
 tests/avocado/virtiofs_submounts.py                |  217 -
 tools/meson.build                                  |   13 -
 tools/virtiofsd/50-qemu-virtiofsd.json.in          |    5 -
 tools/virtiofsd/buffer.c                           |  350 --
 tools/virtiofsd/fuse_common.h                      |  837 ----
 tools/virtiofsd/fuse_i.h                           |  107 -
 tools/virtiofsd/fuse_log.c                         |   40 -
 tools/virtiofsd/fuse_log.h                         |   75 -
 tools/virtiofsd/fuse_lowlevel.c                    | 2732 ------------
 tools/virtiofsd/fuse_lowlevel.h                    | 1988 ---------
 tools/virtiofsd/fuse_misc.h                        |   59 -
 tools/virtiofsd/fuse_opt.c                         |  446 --
 tools/virtiofsd/fuse_opt.h                         |  272 --
 tools/virtiofsd/fuse_signals.c                     |   93 -
 tools/virtiofsd/fuse_virtio.c                      | 1081 -----
 tools/virtiofsd/fuse_virtio.h                      |   33 -
 tools/virtiofsd/helper.c                           |  409 --
 tools/virtiofsd/meson.build                        |   18 -
 tools/virtiofsd/passthrough_helpers.h              |   51 -
 tools/virtiofsd/passthrough_ll.c                   | 4521 --------------------
 tools/virtiofsd/passthrough_seccomp.c              |  182 -
 tools/virtiofsd/passthrough_seccomp.h              |   14 -
 35 files changed, 13 insertions(+), 13990 deletions(-)
 delete mode 100644 docs/tools/virtiofsd.rst
 delete mode 100644 tests/avocado/virtiofs_submounts.py
 delete mode 100644 tools/virtiofsd/50-qemu-virtiofsd.json.in
 delete mode 100644 tools/virtiofsd/buffer.c
 delete mode 100644 tools/virtiofsd/fuse_common.h
 delete mode 100644 tools/virtiofsd/fuse_i.h
 delete mode 100644 tools/virtiofsd/fuse_log.c
 delete mode 100644 tools/virtiofsd/fuse_log.h
 delete mode 100644 tools/virtiofsd/fuse_lowlevel.c
 delete mode 100644 tools/virtiofsd/fuse_lowlevel.h
 delete mode 100644 tools/virtiofsd/fuse_misc.h
 delete mode 100644 tools/virtiofsd/fuse_opt.c
 delete mode 100644 tools/virtiofsd/fuse_opt.h
 delete mode 100644 tools/virtiofsd/fuse_signals.c
 delete mode 100644 tools/virtiofsd/fuse_virtio.c
 delete mode 100644 tools/virtiofsd/fuse_virtio.h
 delete mode 100644 tools/virtiofsd/helper.c
 delete mode 100644 tools/virtiofsd/meson.build
 delete mode 100644 tools/virtiofsd/passthrough_helpers.h
 delete mode 100644 tools/virtiofsd/passthrough_ll.c
 delete mode 100644 tools/virtiofsd/passthrough_seccomp.c
 delete mode 100644 tools/virtiofsd/passthrough_seccomp.h
Re: [PULL 0/4] virtiofs queue
Posted by Peter Maydell 1 year, 2 months ago
On Thu, 16 Feb 2023 at 18:27, Dr. David Alan Gilbert (git)
<dgilbert@redhat.com> wrote:
>
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> The following changes since commit 6dffbe36af79e26a4d23f94a9a1c1201de99c261:
>
>   Merge tag 'migration-20230215-pull-request' of https://gitlab.com/juan.quintela/qemu into staging (2023-02-16 13:09:51 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/dagrh/qemu.git tags/pull-virtiofs-20230216b
>
> for you to fetch changes up to a6bfdaed4a735a2cf59f265e6955fe2adcc99637:
>
>   virtiofsd: Swing deprecated message to removed-features (2023-02-16 18:15:08 +0000)
>
> ----------------------------------------------------------------
> Remove C virtiofsd
>
> We deprecated the C virtiofsd in commit 34deee7b6a1418f3d62a
> in v7.0 in favour of the Rust implementation at
>
>   https://gitlab.com/virtio-fs/virtiofsd
>
> since then, the Rust version has had more development and
> has held up well.  It's time to say goodbye to the C version
> that got us going.
>
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.0
for any user-visible changes.

-- PMM