Re: [PATCH 1/6] migration: Add multi-thread compress method

2020-12-02 Thread Dr. David Alan Gilbert
* Zeyu Jin (jinz...@huawei.com) wrote: > On 2020/11/30 16:35, Markus Armbruster wrote: > > Zeyu Jin writes: > > > >> On 2020/11/27 17:48, Markus Armbruster wrote: > >>> Kevin, Max, suggest to skip right to Qcow2CompressionType. > >>> > >>> Zeyu Jin writes: > >>> > A multi-thread compress me

Re: [PATCH 1/6] migration: Add multi-thread compress method

2020-11-30 Thread Zeyu Jin
On 2020/11/30 16:35, Markus Armbruster wrote: > Zeyu Jin writes: > >> On 2020/11/27 17:48, Markus Armbruster wrote: >>> Kevin, Max, suggest to skip right to Qcow2CompressionType. >>> >>> Zeyu Jin writes: >>> A multi-thread compress method parameter is added to hold the method we are go

Re: [PATCH 1/6] migration: Add multi-thread compress method

2020-11-30 Thread Markus Armbruster
Zeyu Jin writes: > On 2020/11/27 17:48, Markus Armbruster wrote: >> Kevin, Max, suggest to skip right to Qcow2CompressionType. >> >> Zeyu Jin writes: >> >>> A multi-thread compress method parameter is added to hold the method we >>> are going to use. By default the 'zlib' method is used to mai

Re: [PATCH 1/6] migration: Add multi-thread compress method

2020-11-27 Thread Zeyu Jin
On 2020/11/27 17:48, Markus Armbruster wrote: > Kevin, Max, suggest to skip right to Qcow2CompressionType. > > Zeyu Jin writes: > >> A multi-thread compress method parameter is added to hold the method we >> are going to use. By default the 'zlib' method is used to maintain the >> compatibility

Re: [PATCH 1/6] migration: Add multi-thread compress method

2020-11-27 Thread Markus Armbruster
Kevin, Max, suggest to skip right to Qcow2CompressionType. Zeyu Jin writes: > A multi-thread compress method parameter is added to hold the method we > are going to use. By default the 'zlib' method is used to maintain the > compatibility as before. > > Signed-off-by: Zeyu Jin > Signed-off-by:

[PATCH 1/6] migration: Add multi-thread compress method

2020-11-26 Thread Zeyu Jin
A multi-thread compress method parameter is added to hold the method we are going to use. By default the 'zlib' method is used to maintain the compatibility as before. Signed-off-by: Zeyu Jin Signed-off-by: Ying Fang --- hw/core/qdev-properties-system.c | 11 +++ include/hw/qdev-propert

Re: [RFC PATCH 1/6] migration: Add multi-thread compress method

2020-11-09 Thread Zeyu Jin
On 2020/11/9 23:57, Eric Blake wrote: > On 11/9/20 3:08 AM, Zeyu Jin wrote: >> A multi-thread compress method parameter is added to hold the method we >> are going to use. By default the 'zlib' method is used to maintain the >> compatibility as before. >> >> Signed-off-by: Zeyu Jin >> Signed-off-b

Re: [RFC PATCH 1/6] migration: Add multi-thread compress method

2020-11-09 Thread Eric Blake
On 11/9/20 3:08 AM, Zeyu Jin wrote: > A multi-thread compress method parameter is added to hold the method we > are going to use. By default the 'zlib' method is used to maintain the > compatibility as before. > > Signed-off-by: Zeyu Jin > Signed-off-by: Ying Fang > --- Focusing on just the UI:

[RFC PATCH 1/6] migration: Add multi-thread compress method

2020-11-09 Thread Zeyu Jin
A multi-thread compress method parameter is added to hold the method we are going to use. By default the 'zlib' method is used to maintain the compatibility as before. Signed-off-by: Zeyu Jin Signed-off-by: Ying Fang --- hw/core/qdev-properties-system.c | 11 +++ include/hw/qdev-propert