qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org
Cc: Eric Blake <eblake@redhat.com>,
	qemu-s390x@nongnu.org, Juan Quintela <quintela@redhat.com>,
	Thomas Huth <thuth@redhat.com>, Halil Pasic <pasic@linux.ibm.com>,
	"Dr. David Alan Gilbert" <dgilbert@redhat.com>,
	Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>,
	Alex Williamson <alex.williamson@redhat.com>,
	Ilya Leoshkevich <iii@linux.ibm.com>,
	qemu-block@nongnu.org, Stefan Hajnoczi <stefanha@redhat.com>,
	Fam Zheng <fam@euphon.net>, David Hildenbrand <david@redhat.com>,
	John Snow <jsnow@redhat.com>,
	Christian Borntraeger <borntraeger@linux.ibm.com>,
	Richard Henderson <richard.henderson@linaro.org>,
	Eric Farman <farman@linux.ibm.com>
Subject: [PULL 0/5] Migration 20230215 patches
Date: Wed, 15 Feb 2023 21:05:49 +0100	[thread overview]
Message-ID: <20230215200554.1365-1-quintela@redhat.com> (raw)

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	other threads:[~2023-02-15 20:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-15 20:05 Juan Quintela [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230215200554.1365-1-quintela@redhat.com \
    --to=quintela@redhat.com \
    --cc=alex.williamson@redhat.com \
    --cc=borntraeger@linux.ibm.com \
    --cc=david@redhat.com \
    --cc=dgilbert@redhat.com \
    --cc=eblake@redhat.com \
    --cc=fam@euphon.net \
    --cc=farman@linux.ibm.com \
    --cc=iii@linux.ibm.com \
    --cc=jsnow@redhat.com \
    --cc=pasic@linux.ibm.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-s390x@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --cc=stefanha@redhat.com \
    --cc=thuth@redhat.com \
    --cc=vsementsov@yandex-team.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).