Re: [Qemu-devel] [PATCH v3 0/7] ui/cocoa: Use OSX's main loop

2019-02-25 Thread Peter Maydell
...oops, looks like I got Roman's email address wrong (I cut-n-pasted it from the one reviewed-by tag that happened to typo it :-( ). Sorry about that. -- PMM On Mon, 25 Feb 2019 at 10:24, Peter Maydell wrote: > > This set of patches rearranges how we handle events on > the OSX Cocoa UI so that

[Qemu-devel] [PATCH v3 0/7] ui/cocoa: Use OSX's main loop

2019-02-25 Thread Peter Maydell
This set of patches rearranges how we handle events on the OSX Cocoa UI so that we use the main thread to run the OSX event loop, and we don't do a long blocking operation from the applicationDidFinishLaunching callback. Instead we create a second thread which runs qemu_main() and becomes the QEMU