[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/5] Next patches
From: |
Juan Quintela |
Subject: |
[PULL 0/5] Next patches |
Date: |
Mon, 30 Jan 2023 09:03:02 +0100 |
The following changes since commit 13356edb87506c148b163b8c7eb0695647d00c2a:
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into
staging (2023-01-24 09:45:33 +0000)
are available in the Git repository at:
https://gitlab.com/juan.quintela/qemu.git tags/next-pull-request
for you to fetch changes up to 07181bd32c39007855e25eb5675e9210e9ccd8da:
migration: simplify migration_iteration_run() (2023-01-30 08:55:04 +0100)
----------------------------------------------------------------
Migration PULL request
Hi
- Peter Xu fix for crash on hosts with guest page bigger than host
- The parts that are reviewed of my vfio series
Please, apply.
----------------------------------------------------------------
Juan Quintela (4):
migration: No save_live_pending() method uses the QEMUFile parameter
migration: Split save_live_pending() into state_pending_*
migration: Remove unused threshold_size parameter
migration: simplify migration_iteration_run()
Peter Xu (1):
migration: Fix migration crash when target psize larger than host
docs/devel/migration.rst | 18 ++++++-----
docs/devel/vfio-migration.rst | 4 +--
include/migration/register.h | 17 ++++++-----
migration/savevm.h | 10 +++---
hw/s390x/s390-stattrib.c | 11 ++++---
hw/vfio/migration.c | 20 ++++++------
migration/block-dirty-bitmap.c | 14 ++++-----
migration/block.c | 13 ++++----
migration/migration.c | 42 ++++++++++++++-----------
migration/ram.c | 56 +++++++++++++++++++++++++++-------
migration/savevm.c | 39 ++++++++++++++++++-----
hw/vfio/trace-events | 2 +-
migration/trace-events | 7 +++--
13 files changed, 163 insertions(+), 90 deletions(-)
--
2.39.1
- [PULL 0/5] Next patches,
Juan Quintela <=
- [PULL 2/5] migration: No save_live_pending() method uses the QEMUFile parameter, Juan Quintela, 2023/01/30
- [PULL 3/5] migration: Split save_live_pending() into state_pending_*, Juan Quintela, 2023/01/30
- [PULL 1/5] migration: Fix migration crash when target psize larger than host, Juan Quintela, 2023/01/30
- [PULL 5/5] migration: simplify migration_iteration_run(), Juan Quintela, 2023/01/30
- [PULL 4/5] migration: Remove unused threshold_size parameter, Juan Quintela, 2023/01/30