qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [Bug 1675108] [NEW] Cocoa UI always crashes on startup


From: Peter Maydell
Subject: Re: [Qemu-devel] [Bug 1675108] [NEW] Cocoa UI always crashes on startup
Date: Thu, 23 Mar 2017 11:16:15 +0000

On 23 March 2017 at 11:13, Alex Bennée <address@hidden> wrote:
> Technically its not a random thread its the vCPU context (which ensures
> the vCPU isn't updating while the display is being updated). But I guess
> the Cocoa is limited to not being able to update from an arbitrary
> thread?

Yes. It's very common for windowing libraries to mandate that you
do all windowing operations from one specific thread.

thanks
-- PMM



reply via email to

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