Re: [PATCH v2 06/10] migration: Add multifd-compress parameter

2020-01-07 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: >> +# >> +## >> +{ 'enum': 'MultifdCompress', >> + 'data': [ 'none' ] } >> + >> ## >> # @MigrationParameter: >> # >> @@ -586,6 +599,9 @@ >> # @max-cpu-throttle: maximum cpu throttle percentage. >> #Defaults to 99. (Since 3.1) >> # >> +# @

Re: [PATCH v2 06/10] migration: Add multifd-compress parameter

2020-01-03 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Signed-off-by: Juan Quintela > > --- > Rename it to NONE > Fix typos (dave) > We don't need to chek values returned by visit_type_MultifdCompress (markus) > Fix yet more typos (wei) > --- > hw/core/qdev-properties.c| 13 + > include/

Re: [PATCH v2 06/10] migration: Add multifd-compress parameter

2019-12-18 Thread Markus Armbruster
Juan Quintela writes: > Signed-off-by: Juan Quintela > > --- > Rename it to NONE > Fix typos (dave) > We don't need to chek values returned by visit_type_MultifdCompress (markus) > Fix yet more typos (wei) > --- > hw/core/qdev-properties.c| 13 + > include/hw/qdev-properties.h |

[PATCH v2 06/10] migration: Add multifd-compress parameter

2019-12-17 Thread Juan Quintela
Signed-off-by: Juan Quintela --- Rename it to NONE Fix typos (dave) We don't need to chek values returned by visit_type_MultifdCompress (markus) Fix yet more typos (wei) --- hw/core/qdev-properties.c| 13 + include/hw/qdev-properties.h | 3 +++ migration/migration.c| 13