qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/5] target-m68k-patches
@ 2016-11-09 13:46 Richard Henderson
  2016-11-09 13:46 ` [Qemu-devel] [PATCH v2 1/5] target-m68k: Implement 680x0 movem Richard Henderson
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Richard Henderson @ 2016-11-09 13:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: laurent

Changes since v1:
  * Tweaked local variable decls for movem.
  * Fixed the bitfield patches such that they work with linux-user-test-0.3.
    (Along with the whole passle of extra patches required to make that work.)

The register bitfield patch still depends on the patches posted
here in another thread implementing extract and sextract.


r~


Laurent Vivier (1):
  target-m68k: Implement 680x0 movem

Richard Henderson (4):
  target-m68k: Do not cpu_abort on undefined insns
  target-m68k: Inline shifts
  target-m68k: Implement bitfield ops for registers
  target-m68k: Implement bitfield ops for memory

 target-m68k/cpu.h       |   1 +
 target-m68k/helper.c    |  52 ----
 target-m68k/helper.h    |  10 +-
 target-m68k/op_helper.c | 185 +++++++++++++
 target-m68k/translate.c | 702 ++++++++++++++++++++++++++++++++++++++++++++----
 5 files changed, 843 insertions(+), 107 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-11-30 20:42 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-09 13:46 [Qemu-devel] [PATCH v2 0/5] target-m68k-patches Richard Henderson
2016-11-09 13:46 ` [Qemu-devel] [PATCH v2 1/5] target-m68k: Implement 680x0 movem Richard Henderson
2016-11-09 13:46 ` [Qemu-devel] [PATCH v2 2/5] target-m68k: Do not cpu_abort on undefined insns Richard Henderson
2016-11-09 13:46 ` [Qemu-devel] [PATCH v2 3/5] target-m68k: Inline shifts Richard Henderson
2016-11-27 17:53   ` Laurent Vivier
2016-11-28 14:35     ` Richard Henderson
2016-11-27 19:30   ` Laurent Vivier
2016-11-28 14:47     ` Richard Henderson
2016-11-27 19:35   ` Laurent Vivier
2016-11-28 14:54     ` Richard Henderson
2016-11-29 23:52       ` Laurent Vivier
2016-11-30 20:42         ` Richard Henderson
2016-11-09 13:46 ` [Qemu-devel] [PATCH v2 4/5] target-m68k: Implement bitfield ops for registers Richard Henderson
2016-11-27 19:46   ` Laurent Vivier
2016-11-28 14:55     ` Richard Henderson
2016-11-09 13:46 ` [Qemu-devel] [PATCH v2 5/5] target-m68k: Implement bitfield ops for memory Richard Henderson
2016-11-27 19:48   ` Laurent Vivier
2016-11-28 16:26     ` Richard Henderson
2016-11-09 14:31 ` [Qemu-devel] [PATCH v2 0/5] target-m68k-patches Laurent Vivier

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