qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] target/avr: Convert to TranslatorOps
@ 2021-06-20  6:20 Richard Henderson
  2021-06-20  6:20 ` [PATCH 1/3] target/avr: Add DisasContextBase to DisasContext Richard Henderson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Richard Henderson @ 2021-06-20  6:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: mrolnik

I've reached a point where *all* targets must use the translator loop.  
Do that.

r~

Richard Henderson (3):
  target/avr: Add DisasContextBase to DisasContext
  target/avr: Change ctx to DisasContext* in gen_intermediate_code
  target/avr: Convert to TranslatorOps

 target/avr/translate.c | 288 ++++++++++++++++++++++-------------------
 1 file changed, 158 insertions(+), 130 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2021-06-20 18:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-20  6:20 [PATCH 0/3] target/avr: Convert to TranslatorOps Richard Henderson
2021-06-20  6:20 ` [PATCH 1/3] target/avr: Add DisasContextBase to DisasContext Richard Henderson
2021-06-20  6:20 ` [PATCH 2/3] target/avr: Change ctx to DisasContext* in gen_intermediate_code Richard Henderson
2021-06-20  6:20 ` [PATCH 3/3] target/avr: Convert to TranslatorOps Richard Henderson
2021-06-20 18:33   ` Michael Rolnik

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