qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/5] M68k for 2.10 patches
@ 2017-06-21 21:00 Laurent Vivier
  2017-06-21 21:00 ` [Qemu-devel] [PULL 1/5] target-m68k: move fmove CR to a function Laurent Vivier
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Laurent Vivier @ 2017-06-21 21:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: Laurent Vivier

The following changes since commit 8dfaf23ae1f2273a9730a9b309cc8471269bb524:

  tcg/tci: fix tcg-interpreter build (2017-06-20 18:39:15 +0100)

are available in the git repository at:

  git://github.com/vivier/qemu-m68k.git tags/m68k-for-2.10-pull-request

for you to fetch changes up to ba62494483ab51ee31c70952b6ce5171a31860b1:

  target-m68k: add FPCR and FPSR (2017-06-21 22:11:55 +0200)

----------------------------------------------------------------

----------------------------------------------------------------

Laurent Vivier (5):
  target-m68k: move fmove CR to a function
  target-m68k: initialize FPU registers
  target-m68k: use floatx80 internally
  target-m68k: define 96bit FP registers for gdb on 680x0
  target-m68k: add FPCR and FPSR

 configure                |   2 +-
 gdb-xml/m68k-fp.xml      |  21 +
 target/m68k/cpu.c        |   9 +-
 target/m68k/cpu.h        |  58 ++-
 target/m68k/fpu_helper.c | 180 ++++++---
 target/m68k/helper.c     |  77 +++-
 target/m68k/helper.h     |  38 +-
 target/m68k/qregs.def    |   1 -
 target/m68k/translate.c  | 983 ++++++++++++++++++++++++++++++++---------------
 9 files changed, 984 insertions(+), 385 deletions(-)
 create mode 100644 gdb-xml/m68k-fp.xml

-- 
2.9.4

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

end of thread, other threads:[~2017-06-23  8:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-21 21:00 [Qemu-devel] [PULL 0/5] M68k for 2.10 patches Laurent Vivier
2017-06-21 21:00 ` [Qemu-devel] [PULL 1/5] target-m68k: move fmove CR to a function Laurent Vivier
2017-06-21 21:00 ` [Qemu-devel] [PULL 2/5] target-m68k: initialize FPU registers Laurent Vivier
2017-06-21 21:00 ` [Qemu-devel] [PULL 3/5] target-m68k: use floatx80 internally Laurent Vivier
2017-06-21 21:00 ` [Qemu-devel] [PULL 4/5] target-m68k: define 96bit FP registers for gdb on 680x0 Laurent Vivier
2017-06-21 21:00 ` [Qemu-devel] [PULL 5/5] target-m68k: add FPCR and FPSR Laurent Vivier
2017-06-23  8:44 ` [Qemu-devel] [PULL 0/5] M68k for 2.10 patches Peter Maydell

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