[Qemu-devel] [PULL 0/5] Migration patches

Juan Quintela posted 5 patches 4 years, 10 months ago
Test s390x passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190605115318.9972-1-quintela@redhat.com
Maintainers: Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Juan Quintela <quintela@redhat.com>, Thomas Huth <thuth@redhat.com>
There is a newer version of this series
migration/fd.c         |   8 ++--
migration/fd.h         |   2 +-
migration/ram.c        |  27 ++++++-----
tests/libqtest.c       |  80 ++++++++++++++++++++++++++++++--
tests/libqtest.h       |  51 ++++++++++++++++++++-
tests/migration-test.c | 101 +++++++++++++++++++++++++++++++++++++++++
6 files changed, 246 insertions(+), 23 deletions(-)
[Qemu-devel] [PULL 0/5] Migration patches
Posted by Juan Quintela 4 years, 10 months ago
The following changes since commit 47fbad45d47af8af784bb12a5719489edcd89b4c:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2019-06-04 17:22:42 +0100)

are available in the Git repository at:

  https://github.com/juanquintela/qemu.git tags/migration-pull-request

for you to fetch changes up to 03158519384f15890d587937bd1b3ea699898e55:

  migratioin/ram: leave RAMBlock->bmap blank on allocating (2019-06-05 12:44:03 +0200)

----------------------------------------------------------------
Migration Pull request

- Fd fixes and test (yuri)
- several fixes (wei)

----------------------------------------------------------------

Wei Yang (3):
  migration/ram.c: MultiFDSendParams.sem_sync is not really used
  migration/ram.c: multifd_send_state->count is not really used
  migratioin/ram: leave RAMBlock->bmap blank on allocating

Yury Kotov (2):
  migration: Fix fd protocol for incoming defer
  migration-test: Add a test for fd protocol

 migration/fd.c         |   8 ++--
 migration/fd.h         |   2 +-
 migration/ram.c        |  27 ++++++-----
 tests/libqtest.c       |  80 ++++++++++++++++++++++++++++++--
 tests/libqtest.h       |  51 ++++++++++++++++++++-
 tests/migration-test.c | 101 +++++++++++++++++++++++++++++++++++++++++
 6 files changed, 246 insertions(+), 23 deletions(-)

-- 
2.21.0


Re: [Qemu-devel] [PULL 0/5] Migration patches
Posted by Peter Maydell 4 years, 10 months ago
On Wed, 5 Jun 2019 at 12:55, Juan Quintela <quintela@redhat.com> wrote:
>
> The following changes since commit 47fbad45d47af8af784bb12a5719489edcd89b4c:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2019-06-04 17:22:42 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/juanquintela/qemu.git tags/migration-pull-request
>
> for you to fetch changes up to 03158519384f15890d587937bd1b3ea699898e55:
>
>   migratioin/ram: leave RAMBlock->bmap blank on allocating (2019-06-05 12:44:03 +0200)
>
> ----------------------------------------------------------------
> Migration Pull request
>
> - Fd fixes and test (yuri)
> - several fixes (wei)
>


Applied, thanks.

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

-- PMM