]> git.proxmox.com Git - mirror_qemu.git/commit
migration: Show downtime during postcopy phase
authorPeter Xu <peterx@redhat.com>
Thu, 15 Dec 2022 22:24:48 +0000 (17:24 -0500)
committerJuan Quintela <quintela@redhat.com>
Mon, 6 Feb 2023 18:22:56 +0000 (19:22 +0100)
commitdb18dee7d7b069653ae748d68d9d99313dde74c4
treead31fe4c95342cd885826052f5948768a9da441a
parentd71920d42548d2bad17544cb488b09cece81a821
migration: Show downtime during postcopy phase

The downtime should be displayed during postcopy phase because the
switchover phase is done.  OTOH it's weird to show "expected downtime"
which can confuse what does that mean if the switchover has already
happened anyway.

This is a slight ABI change on QMP, but I assume it shouldn't affect
anyone.

Reviewed-by: Leonardo Bras <leobras@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/migration.c