qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/5] Fixes for target/m68k
@ 2017-01-13 12:51 Laurent Vivier
  2017-01-13 12:51 ` [Qemu-devel] [PATCH v2 1/5] target-m68k: fix bit operation with immediate value Laurent Vivier
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Laurent Vivier @ 2017-01-13 12:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: Thomas Huth, rth, Laurent Vivier

This is a series of fixes for target/m68k found:
- with RISU (bit operation with immediate)
- while debugging package build under chroot
  (gen_flush_flags() and CAS address modes)
- while I was working on the softmmu mode
  (CAS alignment and SP address modes)

v2:
- Don't align stack access on coldfire.

Laurent Vivier (5):
  target-m68k: fix bit operation with immediate value
  target-m68k: fix gen_flush_flags()
  target-m68k: manage pre-dec et post-inc in CAS
  target-m68k: CAS doesn't need aligned access
  target-m68k: increment/decrement with SP

 target/m68k/translate.c | 40 +++++++++++++++++++++++++++++++++-------
 1 file changed, 33 insertions(+), 7 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-01-13 18:25 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-13 12:51 [Qemu-devel] [PATCH v2 0/5] Fixes for target/m68k Laurent Vivier
2017-01-13 12:51 ` [Qemu-devel] [PATCH v2 1/5] target-m68k: fix bit operation with immediate value Laurent Vivier
2017-01-13 17:55   ` Richard Henderson
2017-01-13 18:23     ` Laurent Vivier
2017-01-13 18:25       ` Richard Henderson
2017-01-13 12:52 ` [Qemu-devel] [PATCH v2 2/5] target-m68k: fix gen_flush_flags() Laurent Vivier
2017-01-13 17:56   ` Richard Henderson
2017-01-13 12:52 ` [Qemu-devel] [PATCH v2 3/5] target-m68k: manage pre-dec et post-inc in CAS Laurent Vivier
2017-01-13 18:00   ` Richard Henderson
2017-01-13 12:52 ` [Qemu-devel] [PATCH v2 4/5] target-m68k: CAS doesn't need aligned access Laurent Vivier
2017-01-13 18:01   ` Richard Henderson
2017-01-13 12:52 ` [Qemu-devel] [PATCH v2 5/5] target-m68k: increment/decrement with SP Laurent Vivier
2017-01-13 12:57   ` Thomas Huth
2017-01-13 18:02   ` Richard Henderson

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