Re: [PATCH 2/5] qapi/migration: Introduce compress-with-iaa migration parameter

2023-10-19 Thread Peter Xu
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':

[PATCH 2/5] qapi/migration: Introduce compress-with-iaa migration parameter

2023-10-19 Thread Yuan Liu
Introduce the compress-with-iaa=on/off option to enable or disable live migration data (de)compression with the In-Memory Analytics Accelerator (IAA). The data (de)compression with IAA feature is based on the migration compression capability, which is enabled by setting migrate_set_capability

Re: [PATCH 2/5] qapi/migration: Introduce compress-with-iaa migration parameter

2023-10-19 Thread Juan Quintela
Yuan Liu wrote: > Introduce the compress-with-iaa=on/off option to enable or disable live > migration data (de)compression with the In-Memory Analytics Accelerator > (IAA). > > The data (de)compression with IAA feature is based on the migration > compression capability, which is enabled by