From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gVEzj-0003WV-GE for qemu-devel@nongnu.org; Fri, 07 Dec 2018 07:12:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gVEzi-0008Sg-Mw for qemu-devel@nongnu.org; Fri, 07 Dec 2018 07:12:35 -0500 Date: Fri, 7 Dec 2018 13:12:25 +0100 From: Kevin Wolf Message-ID: <20181207121225.GC5119@linux.fritz.box> References: <20181205084308.201356-1-borntraeger@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 1/1] iotests: make 235 work on s390 (and others) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Christian Borntraeger , Vladimir Sementsov-Ogievskiy , Max Reitz , qemu-s390x , qemu-devel , qemu-block@nongnu.org, qemu-stable Am 05.12.2018 um 16:34 hat Eric Blake geschrieben: > On 12/5/18 2:43 AM, Christian Borntraeger wrote: > > "-machine pc" will not work all architectures. Lets fall back to the > > default machine by not specifying it. > > > > In addition we also need to specify -no-shutdown on s390 as qemu will > > exit otherwise. > > > > Signed-off-by: Christian Borntraeger > > CC: qemu-stable > > > --- > > tests/qemu-iotests/235 | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > Reviewed-by: Eric Blake > > Too late for 3.1; for that, we can just document that there are known > iotests failures under some configurations Thanks, applied to the block-next branch. Kevin