Re: [Qemu-devel] [PATCH v3 0/6] Add make check tests for Migration

2018-01-02 Thread Eric Blake
On 12/01/2017 12:44 PM, Eric Blake wrote: > On 12/01/2017 12:38 PM, Laurent Vivier wrote: >> On 01/12/2017 19:30, Eric Blake wrote: >>> On 12/01/2017 06:58 AM, Juan Quintela wrote: Hi This is on top of my info_migrate series. >>> >>> Let patchew know about it: >>> >>> Based-on: <2017

Re: [Qemu-devel] [PATCH v3 0/6] Add make check tests for Migration

2017-12-01 Thread Eric Blake
On 12/01/2017 12:38 PM, Laurent Vivier wrote: On 01/12/2017 19:30, Eric Blake wrote: On 12/01/2017 06:58 AM, Juan Quintela wrote: Hi This is on top of my info_migrate series. Let patchew know about it: Based-on: <20171201125750.1372-1-quint...@redhat.com> ([PATCH v3 0/2] Improve info migrat

Re: [Qemu-devel] [PATCH v3 0/6] Add make check tests for Migration

2017-12-01 Thread Laurent Vivier
On 01/12/2017 19:30, Eric Blake wrote: > On 12/01/2017 06:58 AM, Juan Quintela wrote: >> Hi >> >> This is on top of my info_migrate series. > > Let patchew know about it: > > Based-on: <20171201125750.1372-1-quint...@redhat.com> > ([PATCH v3 0/2] Improve info migrate output on destination) Is th

Re: [Qemu-devel] [PATCH v3 0/6] Add make check tests for Migration

2017-12-01 Thread Eric Blake
On 12/01/2017 06:58 AM, Juan Quintela wrote: Hi This is on top of my info_migrate series. Let patchew know about it: Based-on: <20171201125750.1372-1-quint...@redhat.com> ([PATCH v3 0/2] Improve info migrate output on destination) -- Eric Blake, Principal Software Engineer Red Hat, Inc.

[Qemu-devel] [PATCH v3 0/6] Add make check tests for Migration

2017-12-01 Thread Juan Quintela
Hi This is on top of my info_migrate series. CHanges: - No more tests for deprecated parameters. Now I only use migrate_set_parameter. If there is a deprecated command for that, we tests it there. - free "result" string, always good to return memory (Peter found it) - use the new tcp_port