Re: [PATCH v5 0/3] ui/cocoa: Run qemu_init in the main thread

2022-09-23 Thread Gerd Hoffmann
On Fri, Aug 19, 2022 at 10:27:53PM +0900, Akihiko Odaki wrote: > This work is based on: > https://patchew.org/QEMU/20220317125534.38706-1-philippe.mathieu.da...@gmail.com/ > > Simplify the initialization dance by running qemu_init() in the main > thread before the Cocoa event loop starts. The seco

[PATCH v5 0/3] ui/cocoa: Run qemu_init in the main thread

2022-08-19 Thread Akihiko Odaki
This work is based on: https://patchew.org/QEMU/20220317125534.38706-1-philippe.mathieu.da...@gmail.com/ Simplify the initialization dance by running qemu_init() in the main thread before the Cocoa event loop starts. The secondary thread only runs only qemu_main_loop() and qemu_cleanup(). This fi