Re: [RFC PATCH 4/6] migration: Add zstd support in multi-thread compression

2020-11-27 Thread Zeyu Jin
On 2020/11/27 20:10, Markus Armbruster wrote: > Zeyu Jin writes: > >> This patch enables zstd option in multi-thread compression. >> >> Signed-off-by: Zeyu Jin >> Signed-off-by: Ying Fang > [...] >> diff --git a/qapi/migration.json b/qapi/migration.json >> index d262683a38..ac6d06c683 100644 >>

Re: [RFC PATCH 4/6] migration: Add zstd support in multi-thread compression

2020-11-27 Thread Markus Armbruster
Zeyu Jin writes: > This patch enables zstd option in multi-thread compression. > > Signed-off-by: Zeyu Jin > Signed-off-by: Ying Fang [...] > diff --git a/qapi/migration.json b/qapi/migration.json > index d262683a38..ac6d06c683 100644 > --- a/qapi/migration.json > +++ b/qapi/migration.json > @@

[RFC PATCH 4/6] migration: Add zstd support in multi-thread compression

2020-11-26 Thread Zeyu Jin
This patch enables zstd option in multi-thread compression. Signed-off-by: Zeyu Jin Signed-off-by: Ying Fang --- hw/core/qdev-properties-system.c | 2 +- migration/ram.c | 128 ++- qapi/migration.json | 2 +- 3 files changed, 129 ins

[RFC PATCH 4/6] migration: Add zstd support in multi-thread compression

2020-11-09 Thread Zeyu Jin
This patch enables zstd option in multi-thread compression. Signed-off-by: Zeyu Jin Signed-off-by: Ying Fang --- hw/core/qdev-properties-system.c | 2 +- migration/ram.c | 128 ++- qapi/migration.json | 2 +- 3 files changed, 129 ins