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

2022-07-12 Thread Philippe Mathieu-Daudé via
Hi Akihiko, On 6/7/22 04:13, 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 secondary thread only ru

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

2022-07-05 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