[PULL 0/6] migration queue

Dr. David Alan Gilbert (git) posted 6 patches 3 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201012114425.104765-1-dgilbert@redhat.com
Maintainers: Eric Blake <eblake@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Markus Armbruster <armbru@redhat.com>, Juan Quintela <quintela@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>
There is a newer version of this series
docs/tools/virtiofsd.rst         |  4 ++++
migration/dirtyrate.c            | 16 ++++++++++------
qapi/migration.json              |  8 +++-----
tools/virtiofsd/fuse_i.h         |  1 +
tools/virtiofsd/fuse_lowlevel.c  |  6 ++++++
tools/virtiofsd/fuse_virtio.c    | 21 +++++++++++++++++++--
tools/virtiofsd/passthrough_ll.c | 38 ++++++++++++++------------------------
7 files changed, 57 insertions(+), 37 deletions(-)
[PULL 0/6] migration queue
Posted by Dr. David Alan Gilbert (git) 3 years, 6 months ago
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit 2387df497b4b4bcf754eb7398edca82889e2ef54:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-10-10' into staging (2020-10-12 11:29:42 +0100)

are available in the Git repository at:

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

for you to fetch changes up to b1a859cfb04db1d2b80dd9979ce6081cb9c00d75:

  migration/dirtyrate: present dirty rate only when querying the rate has completed (2020-10-12 12:39:38 +0100)

----------------------------------------------------------------
v3 Migration+ virtiofsd pull 2020-10-12

V3
  Remove the postcopy recovery changes

Migration:
  Dirtyrate measurement API cleanup

Virtiofsd:
  Missing qemu_init_exec_dir call
  Support for setting the group on socket creation
  Stop a gcc warning
  Avoid tempdir in sandboxing

----------------------------------------------------------------
Alex Bennée (1):
      tools/virtiofsd: add support for --socket-group

Chuan Zheng (2):
      migration/dirtyrate: record start_time and calc_time while at the measuring state
      migration/dirtyrate: present dirty rate only when querying the rate has completed

Dr. David Alan Gilbert (2):
      virtiofsd: Silence gcc warning
      virtiofsd: Call qemu_init_exec_dir

Stefan Hajnoczi (1):
      virtiofsd: avoid /proc/self/fd tempdir

 docs/tools/virtiofsd.rst         |  4 ++++
 migration/dirtyrate.c            | 16 ++++++++++------
 qapi/migration.json              |  8 +++-----
 tools/virtiofsd/fuse_i.h         |  1 +
 tools/virtiofsd/fuse_lowlevel.c  |  6 ++++++
 tools/virtiofsd/fuse_virtio.c    | 21 +++++++++++++++++++--
 tools/virtiofsd/passthrough_ll.c | 38 ++++++++++++++------------------------
 7 files changed, 57 insertions(+), 37 deletions(-)


Re: [PULL 0/6] migration queue
Posted by Peter Maydell 3 years, 6 months ago
On Mon, 12 Oct 2020 at 12:48, Dr. David Alan Gilbert (git)
<dgilbert@redhat.com> wrote:
>
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> The following changes since commit 2387df497b4b4bcf754eb7398edca82889e2ef54:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-10-10' into staging (2020-10-12 11:29:42 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/dagrh/qemu.git tags/pull-migration-20201012a
>
> for you to fetch changes up to b1a859cfb04db1d2b80dd9979ce6081cb9c00d75:
>
>   migration/dirtyrate: present dirty rate only when querying the rate has completed (2020-10-12 12:39:38 +0100)
>
> ----------------------------------------------------------------
> v3 Migration+ virtiofsd pull 2020-10-12
>
> V3
>   Remove the postcopy recovery changes
>
> Migration:
>   Dirtyrate measurement API cleanup
>
> Virtiofsd:
>   Missing qemu_init_exec_dir call
>   Support for setting the group on socket creation
>   Stop a gcc warning
>   Avoid tempdir in sandboxing

Applied, thanks.

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

-- PMM