From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgEaO-00005h-ON for qemu-devel@nongnu.org; Mon, 20 Oct 2014 11:09:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgEaJ-0000dA-HU for qemu-devel@nongnu.org; Mon, 20 Oct 2014 11:09:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1747) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgEaJ-0000ck-7Q for qemu-devel@nongnu.org; Mon, 20 Oct 2014 11:09:23 -0400 Date: Mon, 20 Oct 2014 17:09:15 +0200 From: Kevin Wolf Message-ID: <20141020150915.GR3585@noname.redhat.com> References: <1413815733-22829-1-git-send-email-mreitz@redhat.com> <1413815733-22829-6-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1413815733-22829-6-git-send-email-mreitz@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v6 05/11] qcow2: Reuse refcount table in calculate_refcounts() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , =?iso-8859-1?Q?Beno=EEt?= Canet Am 20.10.2014 um 16:35 hat Max Reitz geschrieben: > We will later call calculate_refcounts multiple times, so reuse the > refcount table if possible. >=20 > Signed-off-by: Max Reitz > Reviewed-by: Beno=EEt Canet Reviewed-by: Kevin Wolf