[PULL 0/2] Migration 20211106 patches

Juan Quintela posted 2 patches 2 years, 6 months ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211106232941.46184-1-quintela@redhat.com
Maintainers: Juan Quintela <quintela@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>
qapi/migration.json      | 10 +++++-----
migration/postcopy-ram.c |  4 ++++
2 files changed, 9 insertions(+), 5 deletions(-)
[PULL 0/2] Migration 20211106 patches
Posted by Juan Quintela 2 years, 6 months ago
The following changes since commit c39deb218178d1fb814dd2138ceff4b541a03d85:

  Merge remote-tracking branch 'remotes/kraxel/tags/egl-20211105-pull-request' into staging (2021-11-05 11:42:06 -0400)

are available in the Git repository at:

  https://github.com/juanquintela/qemu.git tags/migration-20211106-pull-request

for you to fetch changes up to f78d4ed701454f10079461b981ba2a61a95762ab:

  docs: fix qemu incorrect tag (2021-11-06 12:35:38 +0100)

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

- fix vhost-user crash when using postcopy (me)
- fix incorrect tag for docs (hyman)

Please apply, Juan.

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

Hyman Huang(黄勇) (1):
  docs: fix qemu incorrect tag

Juan Quintela (1):
  migration: Check that postcopy fd's are not NULL

 qapi/migration.json      | 10 +++++-----
 migration/postcopy-ram.c |  4 ++++
 2 files changed, 9 insertions(+), 5 deletions(-)

-- 
2.33.1



Re: [PULL 0/2] Migration 20211106 patches
Posted by Richard Henderson 2 years, 6 months ago
On 11/6/21 7:29 PM, Juan Quintela wrote:
> The following changes since commit c39deb218178d1fb814dd2138ceff4b541a03d85:
> 
>    Merge remote-tracking branch 'remotes/kraxel/tags/egl-20211105-pull-request' into staging (2021-11-05 11:42:06 -0400)
> 
> are available in the Git repository at:
> 
>    https://github.com/juanquintela/qemu.git tags/migration-20211106-pull-request
> 
> for you to fetch changes up to f78d4ed701454f10079461b981ba2a61a95762ab:
> 
>    docs: fix qemu incorrect tag (2021-11-06 12:35:38 +0100)
> 
> ----------------------------------------------------------------
> Migration Pull request
> 
> - fix vhost-user crash when using postcopy (me)
> - fix incorrect tag for docs (hyman)
> 
> Please apply, Juan.
> 
> ----------------------------------------------------------------
> 
> Hyman Huang(黄勇) (1):
>    docs: fix qemu incorrect tag
> 
> Juan Quintela (1):
>    migration: Check that postcopy fd's are not NULL
> 
>   qapi/migration.json      | 10 +++++-----
>   migration/postcopy-ram.c |  4 ++++
>   2 files changed, 9 insertions(+), 5 deletions(-)

Applied, thanks.

r~