qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCHv2 0/2] target/sh4: translator loop conversion
@ 2018-02-20  2:26 Emilio G. Cota
  2018-02-20  2:26 ` [Qemu-devel] [PATCHv2 1/2] translator: merge max_insns into DisasContextBase Emilio G. Cota
  2018-02-20  2:26 ` [Qemu-devel] [PATCHv2 2/2] target/sh4: convert to TranslatorOps Emilio G. Cota
  0 siblings, 2 replies; 6+ messages in thread
From: Emilio G. Cota @ 2018-02-20  2:26 UTC (permalink / raw)
  To: qemu-devel; +Cc: Richard Henderson, Aurelien Jarno

Changes since v1:

- Instead of passing max_insns to tb_start, merge max_insns into base,
  as suggested by Richard.
  Note that I'm using an int, which is what all the callers were using
  and is what the "bound" variables use too.

- Added rth's R-b tag to patch 2

I left out the suggestion of handling the gusa sequence in
translate_insn; I'm not very familiar with this code and don't have
a superh user-mode workload to test on.

Thanks,

		Emilio

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

end of thread, other threads:[~2018-02-21 20:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-20  2:26 [Qemu-devel] [PATCHv2 0/2] target/sh4: translator loop conversion Emilio G. Cota
2018-02-20  2:26 ` [Qemu-devel] [PATCHv2 1/2] translator: merge max_insns into DisasContextBase Emilio G. Cota
2018-02-21 18:19   ` Richard Henderson
2018-02-21 20:17     ` Emilio G. Cota
2018-02-21 20:23       ` Richard Henderson
2018-02-20  2:26 ` [Qemu-devel] [PATCHv2 2/2] target/sh4: convert to TranslatorOps Emilio G. Cota

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).