Re: [Qemu-devel] [PATCH v2 02/10] tests: Refactor setting of parameters/capabilities

2017-10-26 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > So we can use them in future tests > > Signed-off-by: Juan Quintela > --- > tests/migration-test.c | 101 > +++-- > 1 file changed, 64 insertions(+), 37 deletions(-) > > diff --git a/tests/migration-test

[Qemu-devel] [PATCH v2 02/10] tests: Refactor setting of parameters/capabilities

2017-10-26 Thread Juan Quintela
So we can use them in future tests Signed-off-by: Juan Quintela --- tests/migration-test.c | 101 +++-- 1 file changed, 64 insertions(+), 37 deletions(-) diff --git a/tests/migration-test.c b/tests/migration-test.c index 55c4aed719..19a1445076 100644