mbox

[PULL,0/2] Migration 20211106 patches

Message ID 20211106232941.46184-1-quintela@redhat.com
State New
Headers show

Pull-request

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

Message

Juan Quintela Nov. 6, 2021, 11:29 p.m. UTC
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(-)

Comments

Richard Henderson Nov. 7, 2021, 3:20 a.m. UTC | #1
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~