From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yqj3F-0005z7-I7 for qemu-devel@nongnu.org; Fri, 08 May 2015 10:14:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yqj3A-0001J4-IG for qemu-devel@nongnu.org; Fri, 08 May 2015 10:14:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yqj3A-0001Is-Ag for qemu-devel@nongnu.org; Fri, 08 May 2015 10:14:48 -0400 Message-ID: <554CC4D2.9000001@redhat.com> Date: Fri, 08 May 2015 16:14:42 +0200 From: Max Reitz MIME-Version: 1.0 References: <1430985143-32543-1-git-send-email-tubo@linux.vnet.ibm.com> <1430985143-32543-8-git-send-email-tubo@linux.vnet.ibm.com> In-Reply-To: <1430985143-32543-8-git-send-email-tubo@linux.vnet.ibm.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH RFC v8 7/7] qemu-iotests: s390x: fix test 130 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bo Tu , qemu-devel@nongnu.org Cc: kwolf@redhat.com, armbru@redhat.com, mimu@linux.vnet.ibm.com On 07.05.2015 09:52, Bo Tu wrote: > The default device id of hard disk on the s390 platform is "virtio0" > which differs to the "ide0-hd0" for the x86 platform. Setting id in > the drive definition, ie:"qemu -drive id=testdisk", will be the same > on all platforms. > > Signed-off-by: Bo Tu > --- > tests/qemu-iotests/130 | 8 ++++---- > tests/qemu-iotests/130.out | 4 ++-- > 2 files changed, 6 insertions(+), 6 deletions(-) Reviewed-by: Max Reitz