All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] ppc emulation and interrupts
@ 2009-01-21 11:49 Stefano Stabellini
  2009-01-21 14:39 ` Lennart Sorensen
  2009-01-21 17:01 ` Blue Swirl
  0 siblings, 2 replies; 6+ messages in thread
From: Stefano Stabellini @ 2009-01-21 11:49 UTC (permalink / raw)
  To: qemu-devel

Hi all,
one of the recent problems, noticed after the displaystate change,
affects ppc emulation only and is due to the fact that none on ppc
emulation is issuing any interrupt request of the CPU_INTERRUPT_EXIT
kind if the gui timer is disabled.
Hence qemu never leaves the loop in cpu-exec.c:cpu_exec.
If the gui timer is enabled qemu is able to leave the loop because the
condition (interrupt_request & CPU_INTERRUPT_EXIT) is true when the
timer is triggered.
I think this is a problem with the ppc emulation but if you ppc guys
need the gui timer to be always on, I can arrange for it to be.
Regards,

Stefano Stabellini

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

end of thread, other threads:[~2009-01-21 19:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-21 11:49 [Qemu-devel] ppc emulation and interrupts Stefano Stabellini
2009-01-21 14:39 ` Lennart Sorensen
2009-01-21 19:24   ` Stefano Stabellini
2009-01-21 19:42     ` Blue Swirl
2009-01-21 19:44     ` Lennart Sorensen
2009-01-21 17:01 ` Blue Swirl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.