Re: [PATCH v2 0/2] Create menus in iothread

2022-03-20 Thread Philippe Mathieu-Daudé
On 7/3/22 14:49, Akihiko Odaki wrote: ui/cocoa: Create menus in iothread 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 - addRemovableDevicesMe

Re: [PATCH v2 0/2] Create menus in iothread

2022-03-07 Thread Akihiko Odaki
On Tue, Mar 8, 2022 at 12:32 AM Paolo Bonzini wrote: > > On 3/7/22 14:49, Akihiko Odaki wrote: > > ui/cocoa: Create menus in iothread > > > > Commit 0439c5a4623d674efa0c72abd62ca6e98bb7cf87 introduced an > > assertion that blk_all_next is called in the main thread. The function > > is called in th

Re: [PATCH v2 0/2] Create menus in iothread

2022-03-07 Thread Paolo Bonzini
On 3/7/22 14:49, Akihiko Odaki wrote: ui/cocoa: Create menus in iothread 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 - addRemovableDevicesMe

[PATCH v2 0/2] Create menus in iothread

2022-03-07 Thread Akihiko Odaki
ui/cocoa: Create menus in iothread 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 me