From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLHtH-0005Tm-V4 for qemu-devel@nongnu.org; Tue, 10 Feb 2015 15:58:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLHtD-0000ID-Tw for qemu-devel@nongnu.org; Tue, 10 Feb 2015 15:58:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38484) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLHtD-0000Hk-My for qemu-devel@nongnu.org; Tue, 10 Feb 2015 15:58:35 -0500 Message-ID: <54DA70E7.9050009@redhat.com> Date: Tue, 10 Feb 2015 15:58:15 -0500 From: Max Reitz MIME-Version: 1.0 References: <1423555201-32429-1-git-send-email-chenxg@linux.vnet.ibm.com> <1423555201-32429-4-git-send-email-chenxg@linux.vnet.ibm.com> In-Reply-To: <1423555201-32429-4-git-send-email-chenxg@linux.vnet.ibm.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH RFC v5 3/5] qemu-iotests: s390x: fix test 041 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Xiao Guang Chen , qemu-devel@nongnu.org Cc: kwolf@redhat.com, mimu@linux.vnet.ibm.com, armbru@redhat.com On 2015-02-10 at 02:59, Xiao Guang Chen wrote: > There is no 'ide-cd' device defined on s390 platform, so > test_medium_not_found() test should be skipped. > > Signed-off-by: Xiao Guang Chen,chenxg@linux.vnet.ibm.com Again, should be "Xiao Guang Chen ". > --- > tests/qemu-iotests/041 | 6 ++++++ > 1 file changed, 6 insertions(+) With that fixed: Reviewed-by: Max Reitz