From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxpUi-0003gi-Ph for qemu-devel@nongnu.org; Thu, 28 May 2015 00:32:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxpUe-0002ca-N4 for qemu-devel@nongnu.org; Thu, 28 May 2015 00:32:36 -0400 Received: from e23smtp06.au.ibm.com ([202.81.31.148]:56375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxpUe-0002bT-1i for qemu-devel@nongnu.org; Thu, 28 May 2015 00:32:32 -0400 Received: from /spool/local by e23smtp06.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 28 May 2015 14:32:06 +1000 Received: from d23relay08.au.ibm.com (d23relay08.au.ibm.com [9.185.71.33]) by d23dlp02.au.ibm.com (Postfix) with ESMTP id D78292BB0051 for ; Thu, 28 May 2015 14:32:03 +1000 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay08.au.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t4S4Udg452690960 for ; Thu, 28 May 2015 14:30:48 +1000 Received: from d23av03.au.ibm.com (localhost [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t4S4UF4A021089 for ; Thu, 28 May 2015 14:30:16 +1000 Message-ID: <556699C5.2030306@linux.vnet.ibm.com> Date: Thu, 28 May 2015 12:29:57 +0800 From: tu bo MIME-Version: 1.0 References: <1432524657-3113-1-git-send-email-tubo@linux.vnet.ibm.com> <20150526115555.GG24077@noname.str.redhat.com> In-Reply-To: <20150526115555.GG24077@noname.str.redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH RFC v9 0/7] Update tests/qemu-iotests failing cases for the s390 platform List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, armbru@redhat.com, mimu@linux.vnet.ibm.com, mreitz@redhat.com Hi Kevin: On 05/26/2015 07:55 PM, Kevin Wolf wrote: > Am 25.05.2015 um 05:30 hat Bo Tu geschrieben: >> Bo Tu (3): >> qemu-iotests: s390x: fix test 049 >> qemu-iotests: s390x: fix test 051 >> qemu-iotests: s390x: fix test 130 >> >> Xiao Guang Chen (4): >> qemu-iotests: qemu machine type support >> qemu-iotests: run qemu with -nodefaults and fix 067,071,081 and 087 >> qemu-iotests: s390x: fix test 041 >> qemu-iotests: s390x: fix test 055 > Is this supposed to be v10? There was already a v9 thread a few days > earlier. Max helped to review v9, and v9 is fine for him, so v9 is the final version. This is the reason why I didn't create v10. > > Is this still an RFC series, as the subject indicates, or is it meant > for inclusion? This is my first task for qemu which I took over from Xiao Guang Chen, and I'm not sure if I understand it well. Does 'RFC' mean 'Reference for Candidate'? please correct me if I'm wrong. If other actions I need to take, please let me know. Anyway, this patch series is final version. thanks > > Kevin >