Re: [RFC PATCH v2 23/25] block-backend-common.h: split function pointers in BlockDevOps

2021-10-07 Thread Stefan Hajnoczi
On Tue, Oct 05, 2021 at 10:32:13AM -0400, Emanuele Giuseppe Esposito wrote: > Assertions in the callers of the funciton pointrs are already > added by previous patches. > > Signed-off-by: Emanuele Giuseppe Esposito > --- > include/sysemu/block-backend-common.h | 42 +++ >

[RFC PATCH v2 23/25] block-backend-common.h: split function pointers in BlockDevOps

2021-10-05 Thread Emanuele Giuseppe Esposito
Assertions in the callers of the funciton pointrs are already added by previous patches. Signed-off-by: Emanuele Giuseppe Esposito --- include/sysemu/block-backend-common.h | 42 +++ 1 file changed, 37 insertions(+), 5 deletions(-) diff --git a/include/sysemu/block-backe