Re: [libvirt PATCH 51/80] Introduce VIR_MIGRATE_POSTCOPY_RESUME flag

2022-05-12 Thread Peter Krempa
On Tue, May 10, 2022 at 17:21:12 +0200, Jiri Denemark wrote: > This flag can be used to restart post-copy migration once it failed > because of a broken connection. > > Signed-off-by: Jiri Denemark > --- > include/libvirt/libvirt-domain.h | 5 + > src/libvirt-domain.c | 6 ++

[libvirt PATCH 51/80] Introduce VIR_MIGRATE_POSTCOPY_RESUME flag

2022-05-10 Thread Jiri Denemark
This flag can be used to restart post-copy migration once it failed because of a broken connection. Signed-off-by: Jiri Denemark --- include/libvirt/libvirt-domain.h | 5 + src/libvirt-domain.c | 6 ++ 2 files changed, 11 insertions(+) diff --git