From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzk2V-0004zi-Pb for qemu-devel@nongnu.org; Tue, 02 Jun 2015 07:07:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yzk2V-0008MO-0K for qemu-devel@nongnu.org; Tue, 02 Jun 2015 07:07:23 -0400 Date: Tue, 2 Jun 2015 13:07:15 +0200 From: Kevin Wolf Message-ID: <20150602110715.GL3765@noname.str.redhat.com> References: <315e562227b2668a0a376ff9eb9138e3b6689882.1432891306.git.berto@igalia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <315e562227b2668a0a376ff9eb9138e3b6689882.1432891306.git.berto@igalia.com> Subject: Re: [Qemu-devel] [PATCH 3/3] qcow2: reorder fields in Qcow2CachedTable to reduce padding 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 29.05.2015 um 11:24 hat Alberto Garcia geschrieben: > Changing the current ordering saves 8 bytes per cache entry in x86_64. > > Signed-off-by: Alberto Garcia > Reviewed-by: Max Reitz > Reviewed-by: Eric Blake Reviewed-by: Kevin Wolf