qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/2] PPC: Add 32bit instruction flag


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 1/2] PPC: Add 32bit instruction flag
Date: Wed, 08 May 2013 08:26:43 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130402 Thunderbird/17.0.5

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<address@hidden>
---
  target-ppc/cpu.h            |    5 ++-
  target-ppc/translate_init.c |   88 +++++++++++++++++++++---------------------
  2 files changed, 48 insertions(+), 45 deletions(-)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]