Re: [PATCH 18/18] block: Remove remaining unused symbols in coroutines.h

2022-07-05 Thread Hanna Reitz
On 17.05.22 13:39, Alberto Faria wrote: Some can be made static, others are unused generated_co_wrappers. Signed-off-by: Alberto Faria --- block/block-backend.c | 6 +++--- block/coroutines.h| 19 --- 2 files changed, 3 insertions(+), 22 deletions(-) Reviewed-by: Hann

Re: [PATCH 18/18] block: Remove remaining unused symbols in coroutines.h

2022-05-17 Thread Paolo Bonzini
On 5/17/22 13:39, Alberto Faria wrote: Some can be made static, others are unused generated_co_wrappers. Signed-off-by: Alberto Faria --- block/block-backend.c | 6 +++--- block/coroutines.h| 19 --- 2 files changed, 3 insertions(+), 22 deletions(-) Reviewed-by: Paol

[PATCH 18/18] block: Remove remaining unused symbols in coroutines.h

2022-05-17 Thread Alberto Faria
Some can be made static, others are unused generated_co_wrappers. Signed-off-by: Alberto Faria --- block/block-backend.c | 6 +++--- block/coroutines.h| 19 --- 2 files changed, 3 insertions(+), 22 deletions(-) diff --git a/block/block-backend.c b/block/block-backend.c inde