qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/11] Migration 20231004 patches
@ 2023-10-04 12:40 Juan Quintela
  2023-10-04 12:40 ` [PULL 01/11] migration/vmstate: Introduce vmstate_save_state_with_err Juan Quintela
                   ` (11 more replies)
  0 siblings, 12 replies; 17+ messages in thread
From: Juan Quintela @ 2023-10-04 12:40 UTC (permalink / raw)
  To: qemu-devel
  Cc: Leonardo Bras, Peter Xu, Juan Quintela, Thomas Huth, Li Zhijian,
	Fabiano Rosas, qemu-s390x

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



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-10-05 12:54 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-04 12:40 [PULL 00/11] Migration 20231004 patches Juan Quintela
2023-10-04 12:40 ` [PULL 01/11] migration/vmstate: Introduce vmstate_save_state_with_err Juan Quintela
2023-10-04 12:40 ` [PULL 02/11] migration: Update error description outside migration.c Juan Quintela
2023-10-04 12:40 ` [PULL 03/11] MAINTAINERS: Add entry for rdma migration Juan Quintela
2023-10-04 12:40 ` [PULL 04/11] migration: Add co-maintainers for migration Juan Quintela
2023-10-04 12:40 ` [PULL 05/11] migration/rdma: zore out head.repeat to make the error more clear Juan Quintela
2023-10-04 12:40 ` [PULL 06/11] i386/a-b-bootblock: factor test memory addresses out into constants Juan Quintela
2023-10-04 12:40 ` [PULL 07/11] i386/a-b-bootblock: zero the first byte of each page on start Juan Quintela
2023-10-04 12:40 ` [PULL 08/11] s390x/a-b-bios: " Juan Quintela
2023-10-04 12:40 ` [PULL 09/11] migration: file URI Juan Quintela
2023-10-04 13:45   ` Fabiano Rosas
2023-10-04 13:47     ` Juan Quintela
2023-10-04 14:04       ` Fabiano Rosas
2023-10-04 14:20         ` Juan Quintela
2023-10-04 12:40 ` [PULL 10/11] migration: file URI offset Juan Quintela
2023-10-04 12:40 ` [PULL 11/11] migration: Unify and trace vmstate field_exists() checks Juan Quintela
2023-10-04 18:33 ` [PULL 00/11] Migration 20231004 patches Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).