All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/5] Next patches
@ 2023-01-30  8:03 Juan Quintela
  2023-01-30  8:03 ` [PULL 1/5] migration: Fix migration crash when target psize larger than host Juan Quintela
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Juan Quintela @ 2023-01-30  8:03 UTC (permalink / raw)
  To: qemu-devel
  Cc: Eric Blake, John Snow, Richard Henderson, Fam Zheng,
	Christian Borntraeger, Thomas Huth, Alex Williamson,
	Dr. David Alan Gilbert, Stefan Hajnoczi, qemu-s390x, Halil Pasic,
	Eric Farman, qemu-block, Vladimir Sementsov-Ogievskiy,
	David Hildenbrand, Juan Quintela, Ilya Leoshkevich

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



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

end of thread, other threads:[~2023-02-02 15:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30  8:03 [PULL 0/5] Next patches Juan Quintela
2023-01-30  8:03 ` [PULL 1/5] migration: Fix migration crash when target psize larger than host Juan Quintela
2023-01-30  8:03 ` [PULL 2/5] migration: No save_live_pending() method uses the QEMUFile parameter Juan Quintela
2023-01-30  8:03 ` [PULL 3/5] migration: Split save_live_pending() into state_pending_* Juan Quintela
2023-01-30  8:03 ` [PULL 4/5] migration: Remove unused threshold_size parameter Juan Quintela
2023-01-30  8:03 ` [PULL 5/5] migration: simplify migration_iteration_run() Juan Quintela
2023-01-31 11:44   ` Vladimir Sementsov-Ogievskiy
2023-02-02 10:24     ` Juan Quintela
2023-02-02 15:09     ` Juan Quintela
2023-02-02 15:11 ` [PULL 0/5] Next patches Juan Quintela

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.