qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/5] target-m68k patches


From: Richard Henderson
Subject: [Qemu-devel] [PATCH 0/5] target-m68k patches
Date: Sat, 5 Nov 2016 23:18:38 -0700

I believe the first two patches have already been posted.
No changes there, but included here for completeness.

Next is a proposed shift patch, with the changes I believe
I mentioned wanting during review.

Finally, implementations of the bitfield instructions.  At least
the register portion depends on the generic tcg (s)extract primitives
that I have queued for 2.9.

The full tree is at

  git://github.com/rth7680/qemu.git tgt-m68k


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    | 235 ++++++++++++----
 target-m68k/helper.h    |  10 +-
 target-m68k/translate.c | 702 ++++++++++++++++++++++++++++++++++++++++++++----
 4 files changed, 840 insertions(+), 108 deletions(-)

-- 
2.7.4




reply via email to

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