Re: [Qemu-devel] [PATCH 0/2] Enable the simple virtio tests on s390x, too

2017-10-19 Thread Cornelia Huck
On Wed, 18 Oct 2017 16:20:26 +0200 Thomas Huth wrote: > First patch introduces the qtest_startf() function that can be used > to start tests with a printf-like string. This patch was originally > part of Eric's bigger qtest refactoring series, and I originally wanted > to wait 'til it's included

Re: [Qemu-devel] [PATCH 0/2] Enable the simple virtio tests on s390x, too

2017-10-19 Thread Michael S. Tsirkin
On Wed, Oct 18, 2017 at 04:20:26PM +0200, Thomas Huth wrote: > First patch introduces the qtest_startf() function that can be used > to start tests with a printf-like string. This patch was originally > part of Eric's bigger qtest refactoring series, and I originally wanted > to wait 'til it's incl

Re: [Qemu-devel] [PATCH 0/2] Enable the simple virtio tests on s390x, too

2017-10-19 Thread Eric Blake
On 10/19/2017 04:43 AM, Cornelia Huck wrote: > On Wed, 18 Oct 2017 10:01:57 -0500 > Eric Blake wrote: > >> On 10/18/2017 09:20 AM, Thomas Huth wrote: >>> First patch introduces the qtest_startf() function that can be used >>> to start tests with a printf-like string. This patch was originally >>>

Re: [Qemu-devel] [PATCH 0/2] Enable the simple virtio tests on s390x, too

2017-10-19 Thread Cornelia Huck
On Wed, 18 Oct 2017 10:01:57 -0500 Eric Blake wrote: > On 10/18/2017 09:20 AM, Thomas Huth wrote: > > First patch introduces the qtest_startf() function that can be used > > to start tests with a printf-like string. This patch was originally > > part of Eric's bigger qtest refactoring series, and

Re: [Qemu-devel] [PATCH 0/2] Enable the simple virtio tests on s390x, too

2017-10-18 Thread Eric Blake
On 10/18/2017 09:20 AM, Thomas Huth wrote: > First patch introduces the qtest_startf() function that can be used > to start tests with a printf-like string. This patch was originally > part of Eric's bigger qtest refactoring series, and I originally wanted > to wait 'til it's included in the master

[Qemu-devel] [PATCH 0/2] Enable the simple virtio tests on s390x, too

2017-10-18 Thread Thomas Huth
First patch introduces the qtest_startf() function that can be used to start tests with a printf-like string. This patch was originally part of Eric's bigger qtest refactoring series, and I originally wanted to wait 'til it's included in the master branch. But since this did not happen yet and QEMU