RE: [PATCH 1/2] Fixed a QEMU hang when guest poweroff in COLO mode

2021-11-10 Thread Rao, Lei
OK, will be changed in V2. Thanks, Lei -Original Message- From: Juan Quintela Sent: Wednesday, November 10, 2021 5:55 PM To: Rao, Lei Cc: Zhang, Chen ; zhang.zhanghaili...@huawei.com; dgilb...@redhat.com; qemu-devel@nongnu.org Subject: Re: [PATCH 1/2] Fixed a QEMU hang when guest

Re: [PATCH 1/2] Fixed a QEMU hang when guest poweroff in COLO mode

2021-11-10 Thread Juan Quintela
"Rao, Lei" wrote: > From: "Rao, Lei" > > When the PVM guest poweroff, the COLO thread may wait a semaphore > in colo_process_checkpoint().So, we should wake up the COLO thread > before migration shutdown. > > Signed-off-by: Lei Rao A couple of notes. > --- > include/migration/colo.h | 1 + >