Liang Li <liang.z...@intel.com> wrote: > Put the three parameters related to multiple thread (de)compression > into an int array, and use an enum type to index the parameter. > > Signed-off-by: Liang Li <liang.z...@intel.com> > Signed-off-by: Yang Zhang <yang.z.zh...@intel.com>
Reviewed-by: Juan Quintela <quint...@redhat.com> BTW, for the libvirt people, what do you think about moving the other parameters here, and make the other accessors deprecated? I mean here: - xbzrle_cache_size -> get mbps -> set/get migration_speed -> get/set migration_downtime -> autoconverge? You get the idea. Later, Juan.