Re: [Qemu-devel] [PATCH for-3.0 6/9] tests: introduce migrate_query*() helpers

2018-07-05 Thread Juan Quintela
Peter Xu wrote: > Introduce helpers to query migration states and use it. > > Signed-off-by: Peter Xu Reviewed-by: Juan Quintela

Re: [Qemu-devel] [PATCH for-3.0 6/9] tests: introduce migrate_query*() helpers

2018-07-05 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Peter Xu (pet...@redhat.com) wrote: >> Introduce helpers to query migration states and use it. >> >> Signed-off-by: Peter Xu >> --- >> tests/migration-test.c | 64 -- >> 1 file changed, 43 insertions(+), 21 deletions(-)

Re: [Qemu-devel] [PATCH for-3.0 6/9] tests: introduce migrate_query*() helpers

2018-07-05 Thread Balamuruhan S
On Thu, Jul 05, 2018 at 11:17:52AM +0800, Peter Xu wrote: > Introduce helpers to query migration states and use it. > > Signed-off-by: Peter Xu Looks good to me. Reviewed-by: Balamuruhan S > --- > tests/migration-test.c | 64 -- > 1 file changed, 43 ins

Re: [Qemu-devel] [PATCH for-3.0 6/9] tests: introduce migrate_query*() helpers

2018-07-05 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > Introduce helpers to query migration states and use it. > > Signed-off-by: Peter Xu > --- > tests/migration-test.c | 64 -- > 1 file changed, 43 insertions(+), 21 deletions(-) > > diff --git a/tests/migration-test.c

[Qemu-devel] [PATCH for-3.0 6/9] tests: introduce migrate_query*() helpers

2018-07-04 Thread Peter Xu
Introduce helpers to query migration states and use it. Signed-off-by: Peter Xu --- tests/migration-test.c | 64 -- 1 file changed, 43 insertions(+), 21 deletions(-) diff --git a/tests/migration-test.c b/tests/migration-test.c index af82a04789..1d85ccbef1