From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55704 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PFmtK-00075L-On for qemu-devel@nongnu.org; Tue, 09 Nov 2010 07:01:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PFmtJ-0004KX-Jo for qemu-devel@nongnu.org; Tue, 09 Nov 2010 07:01:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36865) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PFmtJ-0004K4-CT for qemu-devel@nongnu.org; Tue, 09 Nov 2010 07:01:33 -0500 Message-ID: <4CD93840.9090903@redhat.com> Date: Tue, 09 Nov 2010 13:02:08 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <20101108190253.560821111@redhat.com> <20101108190918.072277471@redhat.com> In-Reply-To: <20101108190918.072277471@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [patch 1/3] block: fix shift in dirty bitmap calculation List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: Yoshiaki Tamura , Liran Schour , qemu-devel@nongnu.org Am 08.11.2010 20:02, schrieb Marcelo Tosatti: > Otherwise upper 32 bits of bitmap entries are not correctly calculated. > > Signed-off-by: Marcelo Tosatti Reviewed-by: Kevin Wolf