qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/5] Migration 20230215 patches
@ 2023-02-15 20:05 Juan Quintela
  2023-02-15 20:05 ` [PULL 1/5] migration/qemu-file: Add qemu_file_get_to_fd() Juan Quintela
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Juan Quintela @ 2023-02-15 20:05 UTC (permalink / raw)
  To: qemu-devel
  Cc: Eric Blake, qemu-s390x, Juan Quintela, Thomas Huth, Halil Pasic,
	Dr. David Alan Gilbert, Vladimir Sementsov-Ogievskiy,
	Alex Williamson, Ilya Leoshkevich, qemu-block, Stefan Hajnoczi,
	Fam Zheng, David Hildenbrand, John Snow, Christian Borntraeger,
	Richard Henderson, Eric Farman

The following changes since commit 6a50f64ca01d0a7b97f14f069762bfd88160f31e:

  Merge tag 'pull-request-2023-02-14' of https://gitlab.com/thuth/qemu into staging (2023-02-14 14:46:10 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 24beea4efe6e6b65fd6248ede936cd3278b2bf8a:

  migration: Rename res_{postcopy,precopy}_only (2023-02-15 20:04:30 +0100)

----------------------------------------------------------------
Migration Pull request

This pull request contains:

* Add qemu_file_get_to_fd() a.k.a. make vfio happy(Avihai)
* migration/block is now DPRINTF() free zone (Philippe)
* remove res_compat and improve docs (me)

Please apply.

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

Avihai Horon (1):
  migration/qemu-file: Add qemu_file_get_to_fd()

Juan Quintela (3):
  migration: In case of postcopy, the memory ends in res_postcopy_only
  migration: Remove unused res_compatible
  migration: Rename res_{postcopy,precopy}_only

Philippe Mathieu-Daudé (1):
  migration/block: Convert remaining DPRINTF() debug macro to trace
    events

 include/migration/register.h   | 30 +++++++++++++++---------------
 migration/qemu-file.h          |  1 +
 migration/savevm.h             | 10 ++++------
 hw/s390x/s390-stattrib.c       |  8 +++-----
 hw/vfio/migration.c            | 11 ++++-------
 migration/block-dirty-bitmap.c |  7 +++----
 migration/block.c              | 20 ++++----------------
 migration/migration.c          | 20 +++++++++-----------
 migration/qemu-file.c          | 34 ++++++++++++++++++++++++++++++++++
 migration/ram.c                | 20 ++++++++------------
 migration/savevm.c             | 28 ++++++++++------------------
 hw/vfio/trace-events           |  2 +-
 migration/trace-events         |  5 +++--
 13 files changed, 99 insertions(+), 97 deletions(-)

-- 
2.39.1



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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-15 20:05 [PULL 0/5] Migration 20230215 patches Juan Quintela
2023-02-15 20:05 ` [PULL 1/5] migration/qemu-file: Add qemu_file_get_to_fd() Juan Quintela
2023-02-15 20:05 ` [PULL 2/5] migration/block: Convert remaining DPRINTF() debug macro to trace events Juan Quintela
2023-02-15 20:05 ` [PULL 3/5] migration: In case of postcopy, the memory ends in res_postcopy_only Juan Quintela
2023-02-15 20:05 ` [PULL 4/5] migration: Remove unused res_compatible Juan Quintela
2023-02-15 20:05 ` [PULL 5/5] migration: Rename res_{postcopy,precopy}_only Juan Quintela
2023-02-16 17:11 ` [PULL 0/5] Migration 20230215 patches Peter Maydell

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).