[PULL 0/8] migration and virtiofsd queue

Dr. David Alan Gilbert (git) posted 8 patches 3 years, 8 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200828124509.311210-1-dgilbert@redhat.com
Maintainers: "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Juan Quintela <quintela@redhat.com>
docs/tools/virtiofsd.rst         |  5 +--
migration/migration.c            | 20 +++++------
migration/savevm.c               | 12 +++----
migration/socket.c               | 72 +++++++++-------------------------------
migration/socket.h               | 11 ++----
migration/tls.c                  |  1 -
tests/qemu-iotests/267.out       |  4 +--
tools/virtiofsd/fuse_virtio.c    | 16 +++++++++
tools/virtiofsd/helper.c         |  2 --
tools/virtiofsd/passthrough_ll.c |  3 +-
10 files changed, 54 insertions(+), 92 deletions(-)
[PULL 0/8] migration and virtiofsd queue
Posted by Dr. David Alan Gilbert (git) 3 years, 8 months ago
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit 3e39dac0354c39b4b647940e42360c6b1f3edc02:

  Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2020-08-28 11:05:08 +0100)

are available in the Git repository at:

  git://github.com/dagrh/qemu.git tags/pull-migration-20200828a

for you to fetch changes up to fd9279ec9985d9c8a0b533eff24839f93695b0f4:

  virtiofsd: probe unshare(CLONE_FS) and print an error (2020-08-28 13:34:52 +0100)

----------------------------------------------------------------
Migration and virtiofsd pull 2020-08-28

Migration:
   vsock support for migration
   minor fixes

virtiofsd:
   Disable remote posix locks by default - because we
     never supported blocking variants and this breaks things
   Some prep work for un/less priviliged modes

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

----------------------------------------------------------------
Daniel P. Berrangé (1):
      migration: improve error reporting of block driver state name

Longpeng (Mike) (2):
      migration: unify the framework of socket-type channel
      migration: add vsock as data channel support

Sergio Lopez (1):
      virtiofsd: Remove "norace" from cmdline help and docs

Stefan Hajnoczi (2):
      virtiofsd: drop CAP_DAC_READ_SEARCH
      virtiofsd: probe unshare(CLONE_FS) and print an error

Vivek Goyal (1):
      virtiofsd: Disable remote posix locks by default

Zhenyu Ye (1):
      migration: tls: fix memory leak in migration_tls_get_creds

 docs/tools/virtiofsd.rst         |  5 +--
 migration/migration.c            | 20 +++++------
 migration/savevm.c               | 12 +++----
 migration/socket.c               | 72 +++++++++-------------------------------
 migration/socket.h               | 11 ++----
 migration/tls.c                  |  1 -
 tests/qemu-iotests/267.out       |  4 +--
 tools/virtiofsd/fuse_virtio.c    | 16 +++++++++
 tools/virtiofsd/helper.c         |  2 --
 tools/virtiofsd/passthrough_ll.c |  3 +-
 10 files changed, 54 insertions(+), 92 deletions(-)


Re: [PULL 0/8] migration and virtiofsd queue
Posted by Peter Maydell 3 years, 8 months ago
On Fri, 28 Aug 2020 at 13:47, Dr. David Alan Gilbert (git)
<dgilbert@redhat.com> wrote:
>
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> The following changes since commit 3e39dac0354c39b4b647940e42360c6b1f3edc02:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2020-08-28 11:05:08 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/dagrh/qemu.git tags/pull-migration-20200828a
>
> for you to fetch changes up to fd9279ec9985d9c8a0b533eff24839f93695b0f4:
>
>   virtiofsd: probe unshare(CLONE_FS) and print an error (2020-08-28 13:34:52 +0100)
>
> ----------------------------------------------------------------
> Migration and virtiofsd pull 2020-08-28
>
> Migration:
>    vsock support for migration
>    minor fixes
>
> virtiofsd:
>    Disable remote posix locks by default - because we
>      never supported blocking variants and this breaks things
>    Some prep work for un/less priviliged modes
>
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
>


Applied, thanks.

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

-- PMM