From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40856 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiuHm-0003RN-Eb for qemu-devel@nongnu.org; Fri, 28 Jan 2011 14:47:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiuHk-0006FP-Io for qemu-devel@nongnu.org; Fri, 28 Jan 2011 14:47:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PiuHk-0006FD-9S for qemu-devel@nongnu.org; Fri, 28 Jan 2011 14:47:08 -0500 Message-ID: <4D431D99.80505@redhat.com> Date: Fri, 28 Jan 2011 20:48:41 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1296234719-2109-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1296234719-2109-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] qed: Images with backing file do not require QED_F_NEED_CHECK List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org Am 28.01.2011 18:11, schrieb Stefan Hajnoczi: > The consistency check on open is necessary in order to fix inconsistent > table offsets left as a result of a crash mid-operation. Images with a > backing file actually flush before updating table offsets and are > therefore guaranteed to be consistent. Do not mark these images dirty. > > Signed-off-by: Stefan Hajnoczi Thanks, applied to the block branch. Kevin