From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:32983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNiPT-0002b6-GF for qemu-devel@nongnu.org; Tue, 08 Nov 2011 04:56:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNiPS-0001if-Or for qemu-devel@nongnu.org; Tue, 08 Nov 2011 04:56:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19446) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNiPS-0001iP-Eq for qemu-devel@nongnu.org; Tue, 08 Nov 2011 04:56:02 -0500 Message-ID: <4EB8FD6B.9000405@redhat.com> Date: Tue, 08 Nov 2011 10:59:07 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1320733273-17912-1-git-send-email-zhihuili@linux.vnet.ibm.com> In-Reply-To: <1320733273-17912-1-git-send-email-zhihuili@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] block: Use bdrv functions to replace file operation in cow.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Li Zhi Hui Cc: armbru@redhat.com, qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com Am 08.11.2011 07:21, schrieb Li Zhi Hui: > Since common file operation functions lack of error detection, > so change them to bdrv series functions. > > v3: correct some errors > v2: Only contains the function modified. > v1: Fix coding style and convert file operation functions to bdrv functions. > > Signed-off-by: Li Zhi Hui Thanks, applied to the block branch (for 1.1) Kevin