qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 0/4] target/rx: Track PSW.U in tb->flags


From: Richard Henderson
Subject: Re: [PATCH 0/4] target/rx: Track PSW.U in tb->flags
Date: Thu, 21 Apr 2022 10:05:27 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 4/19/22 00:40, Yoshinori Sato wrote:
On Mon, 18 Apr 2022 01:51:26 +0900,
Richard Henderson wrote:

This is a follow up to Kawada-san's patch for the problem
of a missed update to the stack pointer in CLRPSW/SETPSW.
This fixes the problem without movcond by tracking the
current state of PSW.U within the TB.


r~


Richard Henderson (4):
   target/rx: Put tb_flags into DisasContext
   target/rx: Store PSW.U in tb->flags
   target/rx: Move DISAS_UPDATE check for write to PSW
   target/rx: Swap stack pointers on clrpsw/setpsw instruction

  target/rx/cpu.h       |  1 +
  target/rx/translate.c | 67 +++++++++++++++++++++++--------------------
  2 files changed, 37 insertions(+), 31 deletions(-)

--
2.25.1


Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp>


Queued to target-rx-next.

r~



reply via email to

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