[PULL 0/5] migration queue

Dr. David Alan Gilbert (git) posted 5 patches 3 years, 8 months ago
Test FreeBSD passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200703152748.277255-1-dgilbert@redhat.com
Maintainers: "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Juan Quintela <quintela@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>
There is a newer version of this series
docs/tools/virtiofsd.rst         |  5 +++
include/exec/ram_addr.h          |  5 +--
migration/postcopy-ram.c         |  2 +-
migration/ram.c                  |  8 +++--
tools/virtiofsd/helper.c         |  2 ++
tools/virtiofsd/passthrough_ll.c | 71 +++++++++++++++++++++++++++++++++++++---
6 files changed, 80 insertions(+), 13 deletions(-)
[PULL 0/5] migration 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 6651620b92bc08cde07cb500e9a43dba7bd9b2b7:

  Merge remote-tracking branch 'remotes/kraxel/tags/seabios-20200702-pull-request' into staging (2020-07-03 09:55:35 +0100)

are available in the Git repository at:

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

for you to fetch changes up to fb6135807fcab4670d69663ac88e88e124348ffd:

  migration: Count new_dirty instead of real_dirty (2020-07-03 16:23:05 +0100)

----------------------------------------------------------------
virtiofsd+migration pull 2020-07-03

A couple of small migration fixes, and some capability
rework for virtiofsd.

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

----------------------------------------------------------------
Dr. David Alan Gilbert (4):
      virtiofsd: Terminate capability list
      virtiofsd: Check capability calls
      virtiofsd: Allow addition or removal of capabilities
      migration: postcopy take proper error return

Keqian Zhu (1):
      migration: Count new_dirty instead of real_dirty

 docs/tools/virtiofsd.rst         |  5 +++
 include/exec/ram_addr.h          |  5 +--
 migration/postcopy-ram.c         |  2 +-
 migration/ram.c                  |  8 +++--
 tools/virtiofsd/helper.c         |  2 ++
 tools/virtiofsd/passthrough_ll.c | 71 +++++++++++++++++++++++++++++++++++++---
 6 files changed, 80 insertions(+), 13 deletions(-)


Re: [PULL 0/5] migration queue
Posted by Peter Maydell 3 years, 8 months ago
On Fri, 3 Jul 2020 at 16:30, Dr. David Alan Gilbert (git)
<dgilbert@redhat.com> wrote:
>
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> The following changes since commit 6651620b92bc08cde07cb500e9a43dba7bd9b2b7:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/seabios-20200702-pull-request' into staging (2020-07-03 09:55:35 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/dagrh/qemu.git tags/pull-migration-20200703a
>
> for you to fetch changes up to fb6135807fcab4670d69663ac88e88e124348ffd:
>
>   migration: Count new_dirty instead of real_dirty (2020-07-03 16:23:05 +0100)
>
> ----------------------------------------------------------------
> virtiofsd+migration pull 2020-07-03
>
> A couple of small migration fixes, and some capability
> rework for virtiofsd.
>
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM