Re: [Qemu-devel] [PATCH 1/2] migration: Remove use of old MigrationParams

2017-05-15 Thread Peter Xu
On Fri, May 12, 2017 at 05:54:48PM +0200, Juan Quintela wrote: > We have change in the previous patch to use migration capabilities for > it. Notice that we continue using the old command line flags from > migrate command from the time being. Remove the set_params method as > now it is empty. >

[Qemu-devel] [PATCH 1/2] migration: Remove use of old MigrationParams

2017-05-12 Thread Juan Quintela
We have change in the previous patch to use migration capabilities for it. Notice that we continue using the old command line flags from migrate command from the time being. Remove the set_params method as now it is empty. Signed-off-by: Juan Quintela Reviewed-by: zhanghailiang -- - Maintain