From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbTVz-0000mP-Nx for qemu-devel@nongnu.org; Wed, 30 Oct 2013 07:00:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbTVu-0000No-E3 for qemu-devel@nongnu.org; Wed, 30 Oct 2013 07:00:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24851) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbTVu-0000Ne-5L for qemu-devel@nongnu.org; Wed, 30 Oct 2013 07:00:38 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r9UB0ZDS021378 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 30 Oct 2013 07:00:36 -0400 Date: Wed, 30 Oct 2013 12:00:33 +0100 From: Kevin Wolf Message-ID: <20131030110033.GB2807@dhcp-200-207.str.redhat.com> References: <1383125034-32669-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1383125034-32669-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: drop duplicated "create_image" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, stefanha@redhat.com Am 30.10.2013 um 10:23 hat Fam Zheng geschrieben: > There's a same common function in iotests.py > > Signed-off-by: Fam Zheng Thanks, applied to the block branch. Kevin