Re: [Qemu-devel] [PATCH v4 00/11] Add make check tests for Migration

2018-01-10 Thread Peter Xu
On Wed, Jan 10, 2018 at 02:42:52PM +0800, Peter Xu wrote: > On Fri, Jan 05, 2018 at 10:52:35PM +0100, Juan Quintela wrote: > > > > Hi > > > > In v4: > > > > Based-on: 20180105205109.683-1-quint...@redhat.com > > > > Changes: > > - rebase on top on v4 info_migrate patches > > - Tune sleeps to ma

Re: [Qemu-devel] [PATCH v4 00/11] Add make check tests for Migration

2018-01-09 Thread Peter Xu
On Fri, Jan 05, 2018 at 10:52:35PM +0100, Juan Quintela wrote: > > Hi > > In v4: > > Based-on: 20180105205109.683-1-quint...@redhat.com > > Changes: > - rebase on top on v4 info_migrate patches > - Tune sleeps to make patches fast > - Create a deprecated test for deprecated commands (i.e. make

[Qemu-devel] [PATCH v4 00/11] Add make check tests for Migration

2018-01-05 Thread Juan Quintela
Hi In v4: Based-on: 20180105205109.683-1-quint...@redhat.com Changes: - rebase on top on v4 info_migrate patches - Tune sleeps to make patches fast - Create a deprecated test for deprecated commands (i.e. make peterxu happy) - create migrate_start_postcopy function - fix naming/sizes between po