Re: [Qemu-devel] [PATCH v4 05/11] tests: Add deprecated commands migration test

2018-01-10 Thread Peter Xu
On Wed, Jan 10, 2018 at 09:46:49AM +0100, Juan Quintela wrote: > Peter Xu wrote: > > On Fri, Jan 05, 2018 at 10:52:40PM +0100, Juan Quintela wrote: > >> We add deprecated commands on a new test, so we don't have to add it > >> on normal tests. > >> > >> Signed-off-by: Juan Quintela > >> --- > >>

Re: [Qemu-devel] [PATCH v4 05/11] tests: Add deprecated commands migration test

2018-01-10 Thread Juan Quintela
Peter Xu wrote: > On Fri, Jan 05, 2018 at 10:52:40PM +0100, Juan Quintela wrote: >> We add deprecated commands on a new test, so we don't have to add it >> on normal tests. >> >> Signed-off-by: Juan Quintela >> --- >> tests/migration-test.c | 59 >> +

Re: [Qemu-devel] [PATCH v4 05/11] tests: Add deprecated commands migration test

2018-01-09 Thread Peter Xu
On Fri, Jan 05, 2018 at 10:52:40PM +0100, Juan Quintela wrote: > We add deprecated commands on a new test, so we don't have to add it > on normal tests. > > Signed-off-by: Juan Quintela > --- > tests/migration-test.c | 59 > ++ > 1 file changed, 5

[Qemu-devel] [PATCH v4 05/11] tests: Add deprecated commands migration test

2018-01-05 Thread Juan Quintela
We add deprecated commands on a new test, so we don't have to add it on normal tests. Signed-off-by: Juan Quintela --- tests/migration-test.c | 59 ++ 1 file changed, 59 insertions(+) diff --git a/tests/migration-test.c b/tests/migration-test.c in