Re: [PATCH V3 0/3] migration: add qemu parallel migration options

2023-05-18 Thread Jiri Denemark
On Wed, Apr 26, 2023 at 09:56:30 +0800, Jiang Jiacheng wrote: > On 2023/4/24 18:57, Jiri Denemark wrote: > > On Fri, Apr 21, 2023 at 17:39:12 +0800, Jiang Jiacheng wrote: > >> > >> Thank you for your reply and review, I'd appreciate for you to do that. > >> > >> And I'd also like to confirm that

Re: [PATCH V3 0/3] migration: add qemu parallel migration options

2023-04-25 Thread Jiang Jiacheng
On 2023/4/24 18:57, Jiri Denemark wrote: > On Fri, Apr 21, 2023 at 17:39:12 +0800, Jiang Jiacheng wrote: >> >> Thank you for your reply and review, I'd appreciate for you to do that. >> >> And I'd also like to confirm that we have the following usages after the >> modification. >> for non-parallel

Re: [PATCH V3 0/3] migration: add qemu parallel migration options

2023-04-24 Thread Jiri Denemark
On Fri, Apr 21, 2023 at 17:39:12 +0800, Jiang Jiacheng wrote: > > Thank you for your reply and review, I'd appreciate for you to do that. > > And I'd also like to confirm that we have the following usages after the > modification. > for non-parallel migration, we can use > > --compressed >

Re: [PATCH V3 0/3] migration: add qemu parallel migration options

2023-04-21 Thread Jiang Jiacheng
Thank you for your reply and review, I'd appreciate for you to do that. And I'd also like to confirm that we have the following usages after the modification. for non-parallel migration, we can use --compressed default to use XBZRLE for migration --compressed --comp-methods ...

Re: [PATCH V3 0/3] migration: add qemu parallel migration options

2023-04-20 Thread Jiri Denemark
On Fri, Feb 24, 2023 at 17:27:09 +0800, Jiang Jiacheng wrote: > Add compress method zlib and zstd for parallel migration and new > migration options to set qemu's parameter related with parallel > migration(multifd-compression, multifd-zlib-level and multifd-zstd-level). > These parameters has

Re: [PATCH V3 0/3] migration: add qemu parallel migration options

2023-03-15 Thread Jiang Jiacheng
Ping... On 2023/2/24 17:27, Jiang Jiacheng wrote: > Add compress method zlib and zstd for parallel migration and new > migration options to set qemu's parameter related with parallel > migration(multifd-compression, multifd-zlib-level and multifd-zstd-level). > These parameters has been supported

[PATCH V3 0/3] migration: add qemu parallel migration options

2023-02-24 Thread Jiang Jiacheng
Add compress method zlib and zstd for parallel migration and new migration options to set qemu's parameter related with parallel migration(multifd-compression, multifd-zlib-level and multifd-zstd-level). These parameters has been supported by QEMU since 5.0. v3 of: