qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 0/5] Migration 20230215 patches


From: Juan Quintela
Subject: [PULL 0/5] Migration 20230215 patches
Date: Wed, 15 Feb 2023 21:05:49 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]