From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ua4Oe-0000Wv-6h for qemu-devel@nongnu.org; Wed, 08 May 2013 09:27:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ua4OZ-0006kK-TZ for qemu-devel@nongnu.org; Wed, 08 May 2013 09:27:04 -0400 Sender: Richard Henderson Message-ID: <518A5293.30301@twiddle.net> Date: Wed, 08 May 2013 08:26:43 -0500 From: Richard Henderson MIME-Version: 1.0 References: <1368011252-15928-1-git-send-email-agraf@suse.de> <1368011252-15928-2-git-send-email-agraf@suse.de> In-Reply-To: <1368011252-15928-2-git-send-email-agraf@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] PPC: Add 32bit instruction flag List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Torbjorn Granlund On 2013-05-08 06:07, Alexander Graf wrote: > Some instructions behave differently depending on whether the CPU is > 64bit capable or not, regardless of the mode the CPU is in. > > Add a new instruction flag that indicates that we're running on a CPU > that can not execute 64bit code. > > Signed-off-by: Alexander Graf > --- > target-ppc/cpu.h | 5 ++- > target-ppc/translate_init.c | 88 +++++++++++++++++++++--------------------- > 2 files changed, 48 insertions(+), 45 deletions(-) Reviewed-by: Richard Henderson r~