qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] wfi in qemu-system-arm (v6) on a Mac host locks up qemu


From: Paul Brook
Subject: Re: [Qemu-devel] wfi in qemu-system-arm (v6) on a Mac host locks up qemu
Date: Thu, 5 Feb 2009 14:00:37 +0000
User-agent: KMail/1.9.9

On Thursday 05 February 2009, Steve Lemke wrote:
> Is anyone running an ARM v6 kernel in qemu-system-arm on a Mac built
> from recent qemu trunk?
>
> When the target issues a "wfi" (wait for interrupt) instruction, the
> select timeout gets set to 5000 which appears to cause the entire app
> to block in select for 5 seconds at a time and Mac OS doesn't seem to
> be too thrilled about that.

What exactly is OSX expecting qemu to do in that time?

GUI updates (which generally involves polling the OS for GUI events) should be 
driven off the gui timer. If the GUI isn't active then why shouldn't we sleep 
for a long period of time?

Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]