qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/5] target/sh4 updates
@ 2017-09-07 18:50 Richard Henderson
  2017-09-07 18:50 ` [Qemu-devel] [PATCH v2 1/5] target/sh4: Use cmpxchg for movco when parallel_cpus Richard Henderson
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Richard Henderson @ 2017-09-07 18:50 UTC (permalink / raw)
  To: qemu-devel; +Cc: aurelien

Mostly the update for TranslatorOps.

But also a new implementation of movco using cmpxchg.  
Aurelien had previously requested the change exclude
system mode.  I've made the change only for parallel_cpus.


r~


Richard Henderson (5):
  target/sh4: Use cmpxchg for movco when parallel_cpus
  target/sh4: Convert to DisasJumpType
  target/sh4: Do not singlestep after exceptions
  target/sh4: Convert to DisasContextBase
  target/sh4: Convert to TranslatorOps

 linux-user/main.c      |  19 +-
 target/sh4/cpu.h       |   4 +-
 target/sh4/helper.c    |   1 +
 target/sh4/translate.c | 490 +++++++++++++++++++++++++++----------------------
 4 files changed, 291 insertions(+), 223 deletions(-)

-- 
2.13.5

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-09-07 18:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-07 18:50 [Qemu-devel] [PATCH v2 0/5] target/sh4 updates Richard Henderson
2017-09-07 18:50 ` [Qemu-devel] [PATCH v2 1/5] target/sh4: Use cmpxchg for movco when parallel_cpus Richard Henderson
2017-09-07 18:50 ` [Qemu-devel] [PATCH v2 2/5] target/sh4: Convert to DisasJumpType Richard Henderson
2017-09-07 18:50 ` [Qemu-devel] [PATCH v2 3/5] target/sh4: Do not singlestep after exceptions Richard Henderson
2017-09-07 18:50 ` [Qemu-devel] [PATCH v2 4/5] target/sh4: Convert to DisasContextBase Richard Henderson
2017-09-07 18:50 ` [Qemu-devel] [PATCH v2 5/5] target/sh4: Convert to TranslatorOps Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).