Re: [Qemu-devel] [PATCH v4 08/20] null: Switch to .bdrv_co_block_status()

2017-11-30 Thread Vladimir Sementsov-Ogievskiy
12.10.2017 21:59, Eric Blake wrote: We are gradually moving away from sector-based interfaces, towards byte-based. Update the null driver accordingly. Signed-off-by: Eric Blake --- v4: rebase to interface tweak v3: no change v2: rebase to mapping parameter --- block/null.c | 23

[Qemu-devel] [PATCH v4 08/20] null: Switch to .bdrv_co_block_status()

2017-10-12 Thread Eric Blake
We are gradually moving away from sector-based interfaces, towards byte-based. Update the null driver accordingly. Signed-off-by: Eric Blake --- v4: rebase to interface tweak v3: no change v2: rebase to mapping parameter --- block/null.c | 23 --- 1 file changed, 12 inserti