Re: [PATCH-for-7.0] qemu/main-loop: Disable block backend global state assertion on Darwin

2022-03-22 Thread Philippe Mathieu-Daudé
On 21/3/22 23:08, Akihiko Odaki wrote: On 2022/03/21 23:55, Philippe Mathieu-Daudé wrote: From: Philippe Mathieu-Daudé Since commit 0439c5a462 ("block/block-backend.c: assertions for block-backend") QEMU crashes on Darwin hosts, example on macOS:    $ qemu-system-i386    Assertion failed:

Re: [PATCH-for-7.0] qemu/main-loop: Disable block backend global state assertion on Darwin

2022-03-21 Thread Akihiko Odaki
On 2022/03/21 23:55, Philippe Mathieu-Daudé wrote: From: Philippe Mathieu-Daudé Since commit 0439c5a462 ("block/block-backend.c: assertions for block-backend") QEMU crashes on Darwin hosts, example on macOS: $ qemu-system-i386 Assertion failed: (qemu_in_main_thread()), function

[PATCH-for-7.0] qemu/main-loop: Disable block backend global state assertion on Darwin

2022-03-21 Thread Philippe Mathieu-Daudé
From: Philippe Mathieu-Daudé Since commit 0439c5a462 ("block/block-backend.c: assertions for block-backend") QEMU crashes on Darwin hosts, example on macOS: $ qemu-system-i386 Assertion failed: (qemu_in_main_thread()), function blk_all_next, file block-backend.c, line 552. Abort trap: 6