The following changes since commit 835f3d24b42fcbeca5c49048994a4e5d0fe905c5:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20161027-1' into 
staging (2016-10-27 17:24:29 +0100)

are available in the git repository at:

  g...@github.com:vivier/qemu-m68k.git tags/m68k-part2-pull-request

for you to fetch changes up to 595a926de9ba10d5839894454525264c8c401f82:

  MAINTAINERS: update M68K entry (2016-10-28 10:38:48 +0200)

----------------------------------------------------------------
This is the second part of the changes needed to enable 680x0
processor emulation.
----------------------------------------------------------------

Laurent Vivier (17):
  target-m68k: add bkpt instruction
  target-m68k: add linkl
  target-m68k: add exg ops
  target-m68k: add addressing modes to scc
  target-m68k: add dbcc
  target-m68k: add addressing modes to not
  target-m68k: eor can manage word and byte operands
  target-m68k: or can manage word and byte operands
  target-m68k: and can manage word and byte operands
  target-m68k: suba/adda can manage word operand
  target-m68k: some bit ops cleanup
  target-m68k: introduce byte and word cc_ops
  target-m68k: add addressing modes to neg
  target-m68k: add/sub manage word and byte operands
  target-m68k: cmp manages word and bytes operands
  target-m68k: immediate ops manage word and byte operands
  MAINTAINERS: update M68K entry

Richard Henderson (1):
  target-m68k: Inline addx, subx, negx

 MAINTAINERS             |   3 +-
 target-m68k/cpu.h       |   6 +-
 target-m68k/helper.c    |  65 ++---
 target-m68k/helper.h    |   2 -
 target-m68k/translate.c | 679 ++++++++++++++++++++++++++++++++++--------------
 5 files changed, 507 insertions(+), 248 deletions(-)

-- 
2.7.4


Reply via email to