Re: [Qemu-devel] [PATCH v3 2/6] tests: migration test deprecated commands

2017-12-27 Thread Peter Xu
On Wed, Dec 27, 2017 at 10:41:02AM +0100, Juan Quintela wrote: > Peter Xu wrote: > > On Tue, Dec 26, 2017 at 08:51:10PM +0100, Juan Quintela wrote: > >> Peter Xu wrote: > >> > On Fri, Dec 01, 2017 at 01:58:09PM +0100, Juan Quintela wrote: > >> >> We now test the deprecated commands everytime that

Re: [Qemu-devel] [PATCH v3 2/6] tests: migration test deprecated commands

2017-12-27 Thread Juan Quintela
Peter Xu wrote: > On Tue, Dec 26, 2017 at 08:51:10PM +0100, Juan Quintela wrote: >> Peter Xu wrote: >> > On Fri, Dec 01, 2017 at 01:58:09PM +0100, Juan Quintela wrote: >> >> We now test the deprecated commands everytime that we test the new >> >> commands. This makes unnecesary to add tests for

Re: [Qemu-devel] [PATCH v3 2/6] tests: migration test deprecated commands

2017-12-26 Thread Peter Xu
On Tue, Dec 26, 2017 at 08:51:10PM +0100, Juan Quintela wrote: > Peter Xu wrote: > > On Fri, Dec 01, 2017 at 01:58:09PM +0100, Juan Quintela wrote: > >> We now test the deprecated commands everytime that we test the new > >> commands. This makes unnecesary to add tests for deprecated commands. >

Re: [Qemu-devel] [PATCH v3 2/6] tests: migration test deprecated commands

2017-12-26 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> We now test the deprecated commands everytime that we test the new >> commands. This makes unnecesary to add tests for deprecated commands. >> >> Signed-off-by: Juan Quintela >> --- >> tests/migration-test.c | 32

Re: [Qemu-devel] [PATCH v3 2/6] tests: migration test deprecated commands

2017-12-26 Thread Juan Quintela
Peter Xu wrote: > On Fri, Dec 01, 2017 at 01:58:09PM +0100, Juan Quintela wrote: >> We now test the deprecated commands everytime that we test the new >> commands. This makes unnecesary to add tests for deprecated commands. >> >> Signed-off-by: Juan Quintela >> --- >> tests/migration-test.c |

Re: [Qemu-devel] [PATCH v3 2/6] tests: migration test deprecated commands

2017-12-08 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > We now test the deprecated commands everytime that we test the new > commands. This makes unnecesary to add tests for deprecated commands. > > Signed-off-by: Juan Quintela > --- > tests/migration-test.c | 32 > 1 fi

Re: [Qemu-devel] [PATCH v3 2/6] tests: migration test deprecated commands

2017-12-04 Thread Peter Xu
On Fri, Dec 01, 2017 at 01:58:09PM +0100, Juan Quintela wrote: > We now test the deprecated commands everytime that we test the new > commands. This makes unnecesary to add tests for deprecated commands. > > Signed-off-by: Juan Quintela > --- > tests/migration-test.c | 32 ++

[Qemu-devel] [PATCH v3 2/6] tests: migration test deprecated commands

2017-12-01 Thread Juan Quintela
We now test the deprecated commands everytime that we test the new commands. This makes unnecesary to add tests for deprecated commands. Signed-off-by: Juan Quintela --- tests/migration-test.c | 32 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/