mbox series

[0/2] migration: trivialities

Message ID 20230706102937.82490-1-lersek@redhat.com (mailing list archive)
Headers show
Series migration: trivialities | expand

Message

Laszlo Ersek July 6, 2023, 10:29 a.m. UTC
SSIA; originally for RHBZ#2018404 (hence the links in the commit
messages).

Cc: Juan Quintela <quintela@redhat.com> (maintainer:Migration)
Cc: Leonardo Bras <leobras@redhat.com> (reviewer:Migration)
Cc: Peter Xu <peterx@redhat.com> (reviewer:Migration)
Cc: qemu-trivial@nongnu.org

Laszlo Ersek (2):
  migration: factor out "resume_requested" in qmp_migrate()
  migration: unexport migrate_fd_error()

 migration/migration.h |  1 -
 migration/migration.c | 12 +++++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)


base-commit: 2a6ae69154542caa91dd17c40fd3f5ffbec300de

Comments

Peter Xu July 6, 2023, 12:05 p.m. UTC | #1
On Thu, Jul 06, 2023 at 12:29:35PM +0200, Laszlo Ersek wrote:
> SSIA; originally for RHBZ#2018404 (hence the links in the commit
> messages).
> 
> Cc: Juan Quintela <quintela@redhat.com> (maintainer:Migration)
> Cc: Leonardo Bras <leobras@redhat.com> (reviewer:Migration)
> Cc: Peter Xu <peterx@redhat.com> (reviewer:Migration)
> Cc: qemu-trivial@nongnu.org
> 
> Laszlo Ersek (2):
>   migration: factor out "resume_requested" in qmp_migrate()
>   migration: unexport migrate_fd_error()

Reviewed-by: Peter Xu <peterx@redhat.com>
Michael Tokarev July 6, 2023, 5:09 p.m. UTC | #2
06.07.2023 13:29, Laszlo Ersek wrote:
> SSIA; originally for RHBZ#2018404 (hence the links in the commit
> messages).
> 
> Cc: Juan Quintela <quintela@redhat.com> (maintainer:Migration)
> Cc: Leonardo Bras <leobras@redhat.com> (reviewer:Migration)
> Cc: Peter Xu <peterx@redhat.com> (reviewer:Migration)
> Cc: qemu-trivial@nongnu.org
> 
> Laszlo Ersek (2):
>    migration: factor out "resume_requested" in qmp_migrate()
>    migration: unexport migrate_fd_error()
> 
>   migration/migration.h |  1 -
>   migration/migration.c | 12 +++++++-----
>   2 files changed, 7 insertions(+), 6 deletions(-)

Applied to trivial-patches tree, thanks!

/mjt