[PULL 00/11] Migration 20231004 patches

Juan Quintela posted 11 patches 7 months ago
Failed in applying to current master (apply log)
Maintainers: Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Leonardo Bras <leobras@redhat.com>, Li Zhijian <lizhijian@fujitsu.com>, Thomas Huth <thuth@redhat.com>
MAINTAINERS                          |  12 +-
include/migration/vmstate.h          |   4 +-
migration/file.h                     |  14 +
tests/migration/i386/a-b-bootblock.h |  16 +-
tests/migration/s390x/a-b-bios.h     | 404 ++++++++++++++-------------
migration/file.c                     | 103 +++++++
migration/migration.c                |   5 +
migration/rdma.c                     |   2 +-
migration/savevm.c                   |  19 +-
migration/vmstate.c                  |  53 +++-
tests/migration/s390x/a-b-bios.c     |   8 +
migration/meson.build                |   1 +
migration/trace-events               |   5 +
qemu-options.hx                      |   7 +-
tests/migration/i386/a-b-bootblock.S |  18 +-
15 files changed, 449 insertions(+), 222 deletions(-)
create mode 100644 migration/file.h
create mode 100644 migration/file.c
[PULL 00/11] Migration 20231004 patches
Posted by Juan Quintela 7 months ago
The following changes since commit da1034094d375afe9e3d8ec8980550ea0f06f7e0:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2023-10-03 07:43:44 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 579cedf430582b37f804f6b6ed131554cebb11b5:

  migration: Unify and trace vmstate field_exists() checks (2023-10-04 13:19:47 +0200)

----------------------------------------------------------------
Migration Pull request (20231004)

Hi

In this series:

* make sure migration-tests get 0's (daniil)
  Notice that this creates a checkpatch negative, everything on that
  file is volatile, no need to add a comment.

* RDMA fix from li
* MAINTAINERS
  Get peter and fabiano to become co-maintainers of migration
  Get Entry fro migration-rdma for Li Zhijian
* Create field_exists() (peterx)
* Improve error messages (Tejus)

Please apply.

s

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

Daniil Tatianin (3):
  i386/a-b-bootblock: factor test memory addresses out into constants
  i386/a-b-bootblock: zero the first byte of each page on start
  s390x/a-b-bios: zero the first byte of each page on start

Li Zhijian (1):
  migration/rdma: zore out head.repeat to make the error more clear

Peter Xu (3):
  MAINTAINERS: Add entry for rdma migration
  migration: Add co-maintainers for migration
  migration: Unify and trace vmstate field_exists() checks

Steve Sistare (2):
  migration: file URI
  migration: file URI offset

Tejus GK (2):
  migration/vmstate: Introduce vmstate_save_state_with_err
  migration: Update error description outside migration.c

 MAINTAINERS                          |  12 +-
 include/migration/vmstate.h          |   4 +-
 migration/file.h                     |  14 +
 tests/migration/i386/a-b-bootblock.h |  16 +-
 tests/migration/s390x/a-b-bios.h     | 404 ++++++++++++++-------------
 migration/file.c                     | 103 +++++++
 migration/migration.c                |   5 +
 migration/rdma.c                     |   2 +-
 migration/savevm.c                   |  19 +-
 migration/vmstate.c                  |  53 +++-
 tests/migration/s390x/a-b-bios.c     |   8 +
 migration/meson.build                |   1 +
 migration/trace-events               |   5 +
 qemu-options.hx                      |   7 +-
 tests/migration/i386/a-b-bootblock.S |  18 +-
 15 files changed, 449 insertions(+), 222 deletions(-)
 create mode 100644 migration/file.h
 create mode 100644 migration/file.c

-- 
2.41.0
Re: [PULL 00/11] Migration 20231004 patches
Posted by Stefan Hajnoczi 7 months ago
Applied, thanks.

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