From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yqj0x-0004y0-4l for qemu-devel@nongnu.org; Fri, 08 May 2015 10:12:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yqj0s-0008P2-5U for qemu-devel@nongnu.org; Fri, 08 May 2015 10:12:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yqj0s-0008On-03 for qemu-devel@nongnu.org; Fri, 08 May 2015 10:12:26 -0400 Message-ID: <554CC446.1020204@redhat.com> Date: Fri, 08 May 2015 16:12:22 +0200 From: Max Reitz MIME-Version: 1.0 References: <1430985143-32543-1-git-send-email-tubo@linux.vnet.ibm.com> <1430985143-32543-7-git-send-email-tubo@linux.vnet.ibm.com> In-Reply-To: <1430985143-32543-7-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 6/7] qemu-iotests: s390x: fix test 051 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 tests for device type "ide_cd" should only be tested for the pc > platform. > The default device id of hard disk on the s390 platform differs to that > of the x86 platform. A new variable device_id is defined and "virtio0" > set for the s390 platform. A x86 platform specific output file is also > needed. > A new filter was added to filter orphan warnings. > > Signed-off-by: Bo Tu > --- > tests/qemu-iotests/051 | 85 +++++--- > tests/qemu-iotests/051.out | 158 +++++--------- > tests/qemu-iotests/051.pc.out | 433 +++++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/common.filter | 7 + > 4 files changed, 550 insertions(+), 133 deletions(-) > create mode 100644 tests/qemu-iotests/051.pc.out Reviewed-by: Max Reitz