From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ys6wJ-0004n2-Dl for qemu-devel@nongnu.org; Tue, 12 May 2015 05:57:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ys6wG-0003xM-6j for qemu-devel@nongnu.org; Tue, 12 May 2015 05:57:27 -0400 Date: Tue, 12 May 2015 11:57:11 +0200 From: Kevin Wolf Message-ID: <20150512095711.GA3696@noname.str.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v3 0/8] qcow2 L2/refcount cache improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia Cc: qemu-block@nongnu.org, qemu-devel@nongnu.org, Stefan Hajnoczi , Max Reitz Am 11.05.2015 um 14:54 hat Alberto Garcia geschrieben: > New version of the qcow2 cache patches: > > v3: > - Removed a dead comment in patch #3 > - New document explaining how to configure the cache sizes > > v2: https://lists.nongnu.org/archive/html/qemu-devel/2015-05/msg00833.html > - Don't do pointer arithmetic on void * > - Rename table_addr() to qcow2_cache_get_table_addr() > - Add qcow2_cache_get_table_idx() > - Cast cache size to size_t to prevent overflows > - Make qcow2_cache_put() a void function > - Don't store the cluster size in the cache, get it from the BDS instead > > v1: https://lists.nongnu.org/archive/html/qemu-devel/2015-04/msg04355.html Thanks, applied patches 1-7. As discussed on IRC, I'm waiting for a new version for patch 8. Kevin