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>,  John Snow <jsnow@redhat.com>,
	 Richard Henderson <richard.henderson@linaro.org>,
	 Fam Zheng <fam@euphon.net>,
	Christian Borntraeger <borntraeger@linux.ibm.com>,
	 Thomas Huth <thuth@redhat.com>,
	 Alex Williamson <alex.williamson@redhat.com>,
	 "Dr. David Alan Gilbert" <dgilbert@redhat.com>,
	 Stefan Hajnoczi <stefanha@redhat.com>,
	 qemu-s390x@nongnu.org,  Halil Pasic <pasic@linux.ibm.com>,
	 Eric Farman <farman@linux.ibm.com>,
	qemu-block@nongnu.org,
	 Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>,
	 David Hildenbrand <david@redhat.com>,
	 Ilya Leoshkevich <iii@linux.ibm.com>
Subject: Re: [PULL 0/5] Next patches
Date: Thu, 02 Feb 2023 16:11:22 +0100	[thread overview]
Message-ID: <87zg9wnlut.fsf@secure.mitica> (raw)
In-Reply-To: <20230130080307.1792-1-quintela@redhat.com> (Juan Quintela's message of "Mon, 30 Jan 2023 09:03:02 +0100")

Juan Quintela <quintela@redhat.com> wrote:


NACK

As they are not integrated, I am sending a new PULL request with the fix
for the issue spotted by Vladimir.

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



      parent reply	other threads:[~2023-02-02 15:12 UTC|newest]

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

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=87zg9wnlut.fsf@secure.mitica \
    --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).