Re: [Patch v2 2/6] migration/postcopy: wait for decompress thread in precopy

2020-01-09 Thread Juan Quintela
Wei Yang wrote: > Compress is not supported with postcopy, it is safe to wait for > decompress thread just in precopy. > > This is a preparation for later patch. > > Signed-off-by: Wei Yang > Reviewed-by: Dr. David Alan Gilbert Reviewed-by: Juan Quintela

[Patch v2 2/6] migration/postcopy: wait for decompress thread in precopy

2019-11-07 Thread Wei Yang
Compress is not supported with postcopy, it is safe to wait for decompress thread just in precopy. This is a preparation for later patch. Signed-off-by: Wei Yang Reviewed-by: Dr. David Alan Gilbert --- migration/ram.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/migrat