Re: [PATCH 8/9] block: bdrv_create is never called in non-coroutine context

2022-11-03 Thread Paolo Bonzini
On 11/3/22 14:42, Emanuele Giuseppe Esposito wrote: Delete the if case and make sure it won't be called again in coroutines. Signed-off-by: Emanuele Giuseppe Esposito --- block.c | 37 - 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/block

[PATCH 8/9] block: bdrv_create is never called in non-coroutine context

2022-11-03 Thread Emanuele Giuseppe Esposito
Delete the if case and make sure it won't be called again in coroutines. Signed-off-by: Emanuele Giuseppe Esposito --- block.c | 37 - 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/block.c b/block.c index e5e70acf15..1ee76a8694 100644 --- a/b