qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] SH4 : convert branch/jump instructions to TCG


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH] SH4 : convert branch/jump instructions to TCG
Date: Sat, 30 Aug 2008 00:32:37 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

On Sat, Aug 30, 2008 at 05:15:49AM +0900, Shin-ichiro KAWASAKI wrote:
> This patch is another contributes to TCG work on SH4.
> 
> All branch/jump instructions are converted into TCG implementation.
> The fields 'flags' and 'delayed_pc' of CPUState structure are mapped as
> TCG global memory variables.  These fields are not real registers but 
> accessed so often. I guess they worth TCG vars.

I also agree that we should map them using TCG vars. However, I have
changed their name, so that they appear differently in debugging 
outputs.

> This patch is for rev.5107, and will cause a small patch failure when you
> patch it after merging the patch I send two hours before. 
> I merge these patches if necessery.

I have done the merge manually and applied the patch, thanks.

-- 
  .''`.  Aurelien Jarno             | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   address@hidden         | address@hidden
   `-    people.debian.org/~aurel32 | www.aurel32.net




reply via email to

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