qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] MIPS interrupt handling
@ 2006-05-02 22:28 Fabrice Bellard
  2006-05-02 23:44 ` Thiemo Seufer
  0 siblings, 1 reply; 4+ messages in thread
From: Fabrice Bellard @ 2006-05-02 22:28 UTC (permalink / raw)
  To: qemu-devel

I just looked at the MIPS file target-mips/op_helper.c and I don't 
understand why IRQs need to be handled in op_helper.c:do_mtc0() with reg 
= 12. IMHO, the corresponding code should be deleted because the TB is 
forced to terminate after mtc0 so that the IRQs can be handled in the 
main loop in cpu-exec.c.

Moreover, clearing CPU_INTERRUPT_HARD in do_mtc0() is almost surely a bug !

Fabrice.

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

end of thread, other threads:[~2006-05-03 19:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-02 22:28 [Qemu-devel] MIPS interrupt handling Fabrice Bellard
2006-05-02 23:44 ` Thiemo Seufer
2006-05-03 19:15   ` Fabrice Bellard
2006-05-03 19:52     ` Thiemo Seufer

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