From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqH7q-0004Nm-M2 for qemu-devel@nongnu.org; Fri, 08 Sep 2017 07:07:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqH7m-00034R-2b for qemu-devel@nongnu.org; Fri, 08 Sep 2017 07:07:06 -0400 Date: Fri, 8 Sep 2017 13:06:47 +0200 From: Kevin Wolf Message-ID: <20170908110647.GD3283@localhost.localdomain> References: <20170905151614.31303-1-cohuck@redhat.com> <20170905151614.31303-4-cohuck@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170905151614.31303-4-cohuck@redhat.com> Subject: Re: [Qemu-devel] [PATCH 3/3] iotests: use -ccw on s390x for 067 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck Cc: mreitz@redhat.com, qemu-block@nongnu.org, qemu-devel@nongnu.org, borntraeger@de.ibm.com, agraf@suse.de, thuth@redhat.com, david@redhat.com, haoqf@linux.vnet.ibm.com Am 05.09.2017 um 17:16 hat Cornelia Huck geschrieben: > The default cpu model on s390x does not provide zPCI, which is > not yet wired up on tcg. Moreover, virtio-ccw is the standard > on s390x, so use the -ccw instead of the -pci versions of virtio > devices on s390x. > > Provide an output file for s390x. > > Signed-off-by: Cornelia Huck The same argument as for patch 2 applies here, except that 067 has a single output file so far, so keeping it this way is even more important. You can again just filter the output. Kevin