Re: [Qemu-devel] [PATCH 1/2] tests: add precopy multifd migration test with unix

2018-07-05 Thread Peter Xu
On Thu, Jul 05, 2018 at 01:30:16PM +0530, Balamuruhan S wrote: > multifd migration feature is in with commit: 35374cbdff, this patch > adds test for it using unix socket. > > Signed-off-by: Balamuruhan S Reviewed-by: Peter Xu -- Peter Xu

[Qemu-devel] [PATCH 1/2] tests: add precopy multifd migration test with unix

2018-07-05 Thread Balamuruhan S
multifd migration feature is in with commit: 35374cbdff, this patch adds test for it using unix socket. Signed-off-by: Balamuruhan S --- tests/migration-test.c | 31 +++ 1 file changed, 31 insertions(+) diff --git a/tests/migration-test.c b/tests/migration-test.c ind