qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] ppc emulation and interrupts
Date: Wed, 21 Jan 2009 11:49:10 +0000	[thread overview]
Message-ID: <49770BB6.9050707@eu.citrix.com> (raw)

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

             reply	other threads:[~2009-01-21 11:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-21 11:49 Stefano Stabellini [this message]
2009-01-21 14:39 ` [Qemu-devel] ppc emulation and interrupts 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49770BB6.9050707@eu.citrix.com \
    --to=stefano.stabellini@eu.citrix.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).