Re: [PATCH v3 2/2] ui/cocoa: Create menus in iothread

2022-03-21 Thread Philippe Mathieu-Daudé
On 21/3/22 05:10, Akihiko Odaki wrote: Commit 0439c5a4623d674efa0c72abd62ca6e98bb7cf87 introduced an assertion that blk_all_next is called in the main thread. The function is called in the following chain: - blk_all_next - qmp_query_block - addRemovableDevicesMenuItems - main This change moves t

[PATCH v3 2/2] ui/cocoa: Create menus in iothread

2022-03-20 Thread Akihiko Odaki
Commit 0439c5a4623d674efa0c72abd62ca6e98bb7cf87 introduced an assertion that blk_all_next is called in the main thread. The function is called in the following chain: - blk_all_next - qmp_query_block - addRemovableDevicesMenuItems - main This change moves the menu creation to the iothread. This al