From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tqgig-0006eT-O4 for qemu-devel@nongnu.org; Thu, 03 Jan 2013 04:04:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tqgif-0007tu-Lc for qemu-devel@nongnu.org; Thu, 03 Jan 2013 04:04:10 -0500 Date: Thu, 3 Jan 2013 10:03:56 +0100 From: Stefan Hajnoczi Message-ID: <20130103090356.GC11586@stefanha-thinkpad.muc.redhat.com> References: <1356181162-20825-1-git-send-email-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1356181162-20825-1-git-send-email-sw@weilnetz.de> Subject: Re: [Qemu-devel] [PATCH] hw/mcf5206: Reduce size of lookup table List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Sat, Dec 22, 2012 at 01:59:22PM +0100, Stefan Weil wrote: > This typically reduces the size from 512 bytes to 128 bytes. > > Signed-off-by: Stefan Weil > --- > hw/mcf5206.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan