From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMcSi-0003gp-I3 for qemu-devel@nongnu.org; Thu, 19 Sep 2013 07:32:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMcSZ-0003lm-U8 for qemu-devel@nongnu.org; Thu, 19 Sep 2013 07:31:56 -0400 Received: from mail-ee0-x22b.google.com ([2a00:1450:4013:c00::22b]:38990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMcSZ-0003le-MX for qemu-devel@nongnu.org; Thu, 19 Sep 2013 07:31:47 -0400 Received: by mail-ee0-f43.google.com with SMTP id e52so4068414eek.2 for ; Thu, 19 Sep 2013 04:31:46 -0700 (PDT) Date: Thu, 19 Sep 2013 13:31:44 +0200 From: Stefan Hajnoczi Message-ID: <20130919113144.GH22814@stefanha-thinkpad.redhat.com> References: <1379502855-27759-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1379502855-27759-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] block: two fixes for image opening List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: kwolf@redhat.com, asias@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com On Wed, Sep 18, 2013 at 07:14:13PM +0800, Fam Zheng wrote: > This fixes two bugs of image opening. The vmdk fix also applies to 1.6. > > Fam Zheng (2): > block: don't lose data from last incomplete sector > vmdk: fix cluster size check for flat extents > > block.c | 2 +- > block/vmdk.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Please add qemu-iotests cases for these bugs. This way we get regression tests that ensure the same bug will not be reintroduced in the future. Stefan