[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/5] qapi/migration: Introduce compress-with-iaa migration pa
|
From: |
Peter Xu |
|
Subject: |
Re: [PATCH 2/5] qapi/migration: Introduce compress-with-iaa migration parameter |
|
Date: |
Thu, 19 Oct 2023 10:02:32 -0400 |
On Thu, Oct 19, 2023 at 06:12:21AM +0800, Yuan Liu wrote:
> diff --git a/qapi/migration.json b/qapi/migration.json
> index 8843e74b59..8edc622dd9 100644
> --- a/qapi/migration.json
> +++ b/qapi/migration.json
> @@ -835,7 +835,7 @@
> { 'enum': 'MigrationParameter',
> 'data': ['announce-initial', 'announce-max',
> 'announce-rounds', 'announce-step',
> - 'compress-level', 'compress-threads', 'decompress-threads',
> + 'compress-level', 'compress-threads', 'compress-with-iaa',
> 'decompress-threads',
> 'compress-wait-thread', 'throttle-trigger-threshold',
> 'cpu-throttle-initial', 'cpu-throttle-increment',
> 'cpu-throttle-tailslow',
> @@ -1008,6 +1008,7 @@
> '*announce-step': 'size',
> '*compress-level': 'uint8',
> '*compress-threads': 'uint8',
> + '*compress-with-iaa': 'bool',
> '*compress-wait-thread': 'bool',
> '*decompress-threads': 'uint8',
> '*throttle-trigger-threshold': 'uint8',
> @@ -1208,6 +1209,7 @@
> '*announce-step': 'size',
> '*compress-level': 'uint8',
> '*compress-threads': 'uint8',
> + '*compress-with-iaa': 'bool',
> '*compress-wait-thread': 'bool',
> '*decompress-threads': 'uint8',
> '*throttle-trigger-threshold': 'uint8',
Please add comments for the new fields too in qapi/, thanks.
--
Peter Xu
- [PATCH 0/5] Live Migration Acceleration with IAA Compression, Yuan Liu, 2023/10/19
- Re: [PATCH 0/5] Live Migration Acceleration with IAA Compression, Juan Quintela, 2023/10/19
- Re: [PATCH 0/5] Live Migration Acceleration with IAA Compression, Juan Quintela, 2023/10/19
- [PATCH 1/5] configure: add qpl meson option, Yuan Liu, 2023/10/19
- [PATCH 2/5] qapi/migration: Introduce compress-with-iaa migration parameter, Yuan Liu, 2023/10/19
- [PATCH 4/5] migration iaa-compress: Add IAA initialization and deinitialization, Yuan Liu, 2023/10/19
- [PATCH 3/5] ram compress: Refactor ram compression functions, Yuan Liu, 2023/10/19
- [PATCH 5/5] migration iaa-compress: Implement IAA compression, Yuan Liu, 2023/10/19