qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] TriCore bugfixes
@ 2016-03-21  8:03 Bastian Koppelmann
  2016-03-21  8:03 ` [Qemu-devel] [PATCH v2 1/3] target-tricore: add missing break in insn decode switch stmt Bastian Koppelmann
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bastian Koppelmann @ 2016-03-21  8:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: kbastian

Hi,

this series tackles the bugfixes found during FPU implementation
and are mostly on liners. This includes a missing break in a switch
statement, a forgotten reset of an OVF bit, and psw_read() clearing
too many bits.

Cheers,
Bastian

v1 -> v2:
    - in patch 01 another missing break was added

Bastian Koppelmann (3):
  target-tricore: add missing break in insn decode switch stmt
  target-tricore: Fix helper_msub64_q_ssov not reseting OVF bit
  target-tricore: Fix psw_read() clearing too many bits

 target-tricore/helper.c    | 2 +-
 target-tricore/op_helper.c | 2 ++
 target-tricore/translate.c | 2 ++
 3 files changed, 5 insertions(+), 1 deletion(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-03-21  8:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-21  8:03 [Qemu-devel] [PATCH v2 0/3] TriCore bugfixes Bastian Koppelmann
2016-03-21  8:03 ` [Qemu-devel] [PATCH v2 1/3] target-tricore: add missing break in insn decode switch stmt Bastian Koppelmann
2016-03-21  8:03 ` [Qemu-devel] [PATCH v2 2/3] target-tricore: Fix helper_msub64_q_ssov not reseting OVF bit Bastian Koppelmann
2016-03-21  8:03 ` [Qemu-devel] [PATCH v2 3/3] target-tricore: Fix psw_read() clearing too many bits Bastian Koppelmann

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