From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qa3AB-0007pe-Ab for qemu-devel@nongnu.org; Fri, 24 Jun 2011 05:59:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qa3A9-0007Du-Rz for qemu-devel@nongnu.org; Fri, 24 Jun 2011 05:58:59 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:35006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qa3A9-0007Df-7O for qemu-devel@nongnu.org; Fri, 24 Jun 2011 05:58:57 -0400 Received: by ywb3 with SMTP id 3so1349649ywb.4 for ; Fri, 24 Jun 2011 02:58:55 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1308903507-10799-7-git-send-email-famcool@gmail.com> References: <1308903507-10799-1-git-send-email-famcool@gmail.com> <1308903507-10799-7-git-send-email-famcool@gmail.com> Date: Fri, 24 Jun 2011 10:58:55 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 06/12] VMDK: flush multiple extents List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: famcool@gmail.com Cc: kwolf@redhat.com, qemu-devel@nongnu.org, hch@lst.de On Fri, Jun 24, 2011 at 9:18 AM, wrote: > From: Fam Zheng > > Flush all the file that referenced by the image. > > Signed-off-by: Fam Zheng > --- > =A0block/vmdk.c | =A0 =A09 ++++++++- > =A01 files changed, 8 insertions(+), 1 deletions(-) Please see my comments on the previous version of this patch. Stefan