[PULL 0/5] virtiofs queue

Dr. David Alan Gilbert (git) posted 5 patches 2 years, 6 months ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211026102933.103139-1-dgilbert@redhat.com
Maintainers: "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>
There is a newer version of this series
docs/tools/virtiofsd.rst         |  6 +++
tools/virtiofsd/fuse_virtio.c    | 80 +++++++++++++++++++---------------------
tools/virtiofsd/passthrough_ll.c | 17 +++++++--
3 files changed, 58 insertions(+), 45 deletions(-)
[PULL 0/5] virtiofs queue
Posted by Dr. David Alan Gilbert (git) 2 years, 6 months ago
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit c5b2f559814104f4145f8bc310f4d33c7ead8f49:

  Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull-request' into staging (2021-10-23 14:30:10 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 555a76e5e5dc2cd3c84c5e1bc060be17d5b32584:

  virtiofsd: Error on bad socket group name (2021-10-25 19:38:32 +0100)

----------------------------------------------------------------
Virtiofsd pull 2021-10-26

New 'unsupported' feature for xattr mapping
  Good for hiding selinux

Plus some tidy ups and error handling.
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

----------------------------------------------------------------
Dr. David Alan Gilbert (1):
      virtiofsd: Error on bad socket group name

Vivek Goyal (4):
      virtiofsd: xattr mapping add a new type "unsupported"
      virtiofsd: Remove unused virtio_fs_config definition
      virtiofsd: Add a helper to send element on virtqueue
      virtiofsd: Add a helper to stop all queues

 docs/tools/virtiofsd.rst         |  6 +++
 tools/virtiofsd/fuse_virtio.c    | 80 +++++++++++++++++++---------------------
 tools/virtiofsd/passthrough_ll.c | 17 +++++++--
 3 files changed, 58 insertions(+), 45 deletions(-)


Re: [PULL 0/5] virtiofs queue
Posted by Richard Henderson 2 years, 6 months ago
On 10/26/21 3:29 AM, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
> 
> The following changes since commit c5b2f559814104f4145f8bc310f4d33c7ead8f49:
> 
>    Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull-request' into staging (2021-10-23 14:30:10 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/dagrh/qemu.git tags/pull-virtiofs-20211026
> 
> for you to fetch changes up to 555a76e5e5dc2cd3c84c5e1bc060be17d5b32584:
> 
>    virtiofsd: Error on bad socket group name (2021-10-25 19:38:32 +0100)
> 
> ----------------------------------------------------------------
> Virtiofsd pull 2021-10-26
> 
> New 'unsupported' feature for xattr mapping
>    Good for hiding selinux
> 
> Plus some tidy ups and error handling.
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
> 
> ----------------------------------------------------------------
> Dr. David Alan Gilbert (1):
>        virtiofsd: Error on bad socket group name
> 
> Vivek Goyal (4):
>        virtiofsd: xattr mapping add a new type "unsupported"
>        virtiofsd: Remove unused virtio_fs_config definition
>        virtiofsd: Add a helper to send element on virtqueue
>        virtiofsd: Add a helper to stop all queues
> 
>   docs/tools/virtiofsd.rst         |  6 +++
>   tools/virtiofsd/fuse_virtio.c    | 80 +++++++++++++++++++---------------------
>   tools/virtiofsd/passthrough_ll.c | 17 +++++++--
>   3 files changed, 58 insertions(+), 45 deletions(-)

Applied, thanks.

r~