[PULL 0/6] Migration 20230601 patches

Juan Quintela posted 6 patches 10 months, 4 weeks ago
Failed in applying to current master (apply log)
Maintainers: Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>, Leonardo Bras <leobras@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
include/migration/global_state.h |  2 +-
include/sysemu/runstate.h        |  2 +-
migration/migration.h            |  9 +++--
migration/global_state.c         | 29 +++++++-------
migration/migration.c            | 68 ++++++++++++++++----------------
migration/savevm.c               |  6 +--
softmmu/runstate.c               | 25 ++++++------
7 files changed, 68 insertions(+), 73 deletions(-)
[PULL 0/6] Migration 20230601 patches
Posted by Juan Quintela 10 months, 4 weeks ago
The following changes since commit 9eb400cdd7b0940bd696aa01462dd53004ae04e9:

  Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2023-06-01 11:47:58 -0700)

are available in the Git repository at:

  https://gitlab.com/juan.quintela/qemu.git tags/migration-20230601-pull-request

for you to fetch changes up to 3a8b81f2e6393828589699bb0b8ef557b9ae5937:

  migration: stop tracking ram writes when cancelling background migration (2023-06-02 01:03:19 +0200)

----------------------------------------------------------------
Migration Pull request (20230601)

Hi

In this series:
- improve background migration (fiona)
- improve vmstate failure states (vladimir)
- dropped all the RDMA cleanups

Please, apply.

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

Fiona Ebner (1):
  migration: stop tracking ram writes when cancelling background
    migration

Vladimir Sementsov-Ogievskiy (5):
  runstate: add runstate_get()
  migration: never fail in global_state_store()
  runstate: drop unused runstate_store()
  migration: switch from .vm_was_running to .vm_old_state
  migration: restore vmstate on migration failure

 include/migration/global_state.h |  2 +-
 include/sysemu/runstate.h        |  2 +-
 migration/migration.h            |  9 +++--
 migration/global_state.c         | 29 +++++++-------
 migration/migration.c            | 68 ++++++++++++++++----------------
 migration/savevm.c               |  6 +--
 softmmu/runstate.c               | 25 ++++++------
 7 files changed, 68 insertions(+), 73 deletions(-)

-- 
2.40.1
Re: [PULL 0/6] Migration 20230601 patches
Posted by Richard Henderson 10 months, 4 weeks ago
On 6/1/23 16:44, Juan Quintela wrote:
> The following changes since commit 9eb400cdd7b0940bd696aa01462dd53004ae04e9:
> 
>    Merge tag 'block-pull-request' ofhttps://gitlab.com/stefanha/qemu  into staging (2023-06-01 11:47:58 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/juan.quintela/qemu.git  tags/migration-20230601-pull-request
> 
> for you to fetch changes up to 3a8b81f2e6393828589699bb0b8ef557b9ae5937:
> 
>    migration: stop tracking ram writes when cancelling background migration (2023-06-02 01:03:19 +0200)
> 
> ----------------------------------------------------------------
> Migration Pull request (20230601)
> 
> Hi
> 
> In this series:
> - improve background migration (fiona)
> - improve vmstate failure states (vladimir)
> - dropped all the RDMA cleanups
> 
> Please, apply.
> 
> ----------------------------------------------------------------

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~