From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoBwJ-0003Ix-9E for qemu-devel@nongnu.org; Wed, 04 Dec 2013 07:52:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VoBwD-0002cY-6i for qemu-devel@nongnu.org; Wed, 04 Dec 2013 07:52:27 -0500 Received: from mx1.redhat.com ([209.132.183.28]:9001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoBwC-0002bo-Ub for qemu-devel@nongnu.org; Wed, 04 Dec 2013 07:52:21 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rB4CqJ9s031574 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 4 Dec 2013 07:52:19 -0500 Message-ID: <529F257C.7000204@redhat.com> Date: Wed, 04 Dec 2013 20:52:12 +0800 From: Fam Zheng MIME-Version: 1.0 References: <1386161130-25788-1-git-send-email-stefanha@redhat.com> In-Reply-To: <1386161130-25788-1-git-send-email-stefanha@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: 074 fixups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel@nongnu.org Cc: Kevin Wolf On 2013=E5=B9=B412=E6=9C=8804=E6=97=A5 20:45, Stefan Hajnoczi wrote: > A few things missing from the previous patch: > * add 074 to the group file > * label new output "074" instead of "048" > * remove "qemu-io> " prompts from output (qemu.git/master merge > conflict) > > Signed-off-by: Stefan Hajnoczi > --- > Fam: can I squash these missing things into your patch? > Of course. Thanks. Fam