From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40746 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiQ7N-0001NW-Dj for qemu-devel@nongnu.org; Thu, 27 Jan 2011 06:34:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiQ7M-0002wv-9k for qemu-devel@nongnu.org; Thu, 27 Jan 2011 06:34:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36264) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PiQ7L-0002wi-WF for qemu-devel@nongnu.org; Thu, 27 Jan 2011 06:34:24 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0RBYM81011806 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 27 Jan 2011 06:34:22 -0500 Message-ID: <4D41589F.7060000@redhat.com> Date: Thu, 27 Jan 2011 12:35:59 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1296123903-22521-1-git-send-email-Jes.Sorensen@redhat.com> In-Reply-To: <1296123903-22521-1-git-send-email-Jes.Sorensen@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] Reorganize struct Qcow2Cache for better struct packing List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes.Sorensen@redhat.com Cc: qemu-devel@nongnu.org Am 27.01.2011 11:25, schrieb Jes.Sorensen@redhat.com: > From: Jes Sorensen > > Move size after the two pointers in struct Qcow2Cache to get better > packing of struct elements on 64 bit architectures. > > Signed-off-by: Jes Sorensen Thanks, applied to the block branch. Kevin