Re: [PATCH] migration/colo.c: Add missed return in error handling

2022-01-26 Thread Juan Quintela
Rao Lei wrote: > When doing failover and checkpoint, some returns are missed in error > handling. Let's add it. > > Signed-off-by: Lei Rao > --- > migration/colo.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/migration/colo.c b/migration/colo.c > index 5f7071b3

RE: [PATCH] migration/colo.c: Add missed return in error handling

2021-12-28 Thread Zhang, Chen
> -Original Message- > From: Rao, Lei > Sent: Tuesday, December 28, 2021 3:35 PM > To: Zhang, Chen ; zhanghaili...@xfusion.com; > quint...@redhat.com; dgilb...@redhat.com > Cc: qemu-devel@nongnu.org; Rao, Lei > Subject: [PATCH] migration/colo.c: Add missed ret

[PATCH] migration/colo.c: Add missed return in error handling

2021-12-27 Thread Rao Lei
When doing failover and checkpoint, some returns are missed in error handling. Let's add it. Signed-off-by: Lei Rao --- migration/colo.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/migration/colo.c b/migration/colo.c index 5f7071b3cd..014d3cba01 100644 --- a/migrat