From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1WQOqU-0003j9-Qu for mharc-qemu-trivial@gnu.org; Wed, 19 Mar 2014 18:20:22 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQOqN-0003aM-LY for qemu-trivial@nongnu.org; Wed, 19 Mar 2014 18:20:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQOqI-0005fV-Au for qemu-trivial@nongnu.org; Wed, 19 Mar 2014 18:20:15 -0400 Received: from cantor2.suse.de ([195.135.220.15]:58919 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQOpw-0005Fo-Ap; Wed, 19 Mar 2014 18:19:48 -0400 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 874207501E; Wed, 19 Mar 2014 22:19:47 +0000 (UTC) Message-ID: <532A1802.9090202@suse.de> Date: Wed, 19 Mar 2014 23:19:46 +0100 From: =?ISO-8859-1?Q?Andreas_F=E4rber?= Organization: SUSE LINUX Products GmbH User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Tom Musta , Stuart Brady References: <20140319140726.GA9192@zubnet.me.uk> <5329B438.7090104@gmail.com> In-Reply-To: <5329B438.7090104@gmail.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 195.135.220.15 Cc: qemu-trivial@nongnu.org, qemu-ppc@nongnu.org, qemu-devel@nongnu.org Subject: Re: [Qemu-trivial] [Qemu-devel] [Qemu-ppc] [PATCH] target-ppc: Fix overallocation of opcode tables X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 22:20:21 -0000 Am 19.03.2014 16:14, schrieb Tom Musta: > On 3/19/2014 9:07 AM, Stuart Brady wrote: >> create_new_table() should allocate 0x20 opc_handler_t pointers, but >> actually allocates 0x20 opc_handler_t structs. Fix this. >> >> Signed-off-by: Stuart Brady >=20 > Reviewed-by: Tom Musta > Tested-by: Tom Musta Thanks, applied to my ppc-next: https://github.com/afaerber/qemu-cpu/commits/ppc-next Andreas --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6rffer; HRB 16746 AG N=FCrnbe= rg From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQOq1-00036q-QY for qemu-devel@nongnu.org; Wed, 19 Mar 2014 18:19:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQOpw-0005Fz-HU for qemu-devel@nongnu.org; Wed, 19 Mar 2014 18:19:53 -0400 Message-ID: <532A1802.9090202@suse.de> Date: Wed, 19 Mar 2014 23:19:46 +0100 From: =?ISO-8859-1?Q?Andreas_F=E4rber?= MIME-Version: 1.0 References: <20140319140726.GA9192@zubnet.me.uk> <5329B438.7090104@gmail.com> In-Reply-To: <5329B438.7090104@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH] target-ppc: Fix overallocation of opcode tables List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tom Musta , Stuart Brady Cc: qemu-trivial@nongnu.org, qemu-ppc@nongnu.org, qemu-devel@nongnu.org Am 19.03.2014 16:14, schrieb Tom Musta: > On 3/19/2014 9:07 AM, Stuart Brady wrote: >> create_new_table() should allocate 0x20 opc_handler_t pointers, but >> actually allocates 0x20 opc_handler_t structs. Fix this. >> >> Signed-off-by: Stuart Brady >=20 > Reviewed-by: Tom Musta > Tested-by: Tom Musta Thanks, applied to my ppc-next: https://github.com/afaerber/qemu-cpu/commits/ppc-next Andreas --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6rffer; HRB 16746 AG N=FCrnbe= rg