Re: [PATCH 4/8] block: remove has_variable_length from BlockDriver
On Fri, Apr 07, 2023 at 05:32:59PM +0200, Paolo Bonzini wrote: > Fill in the field in BlockLimits directly for host devices, and > copy it from there for the raw format. > > Signed-off-by: Paolo Bonzini > --- > block/file-posix.c | 12 > block/file-win32.c
[PATCH 4/8] block: remove has_variable_length from BlockDriver
Fill in the field in BlockLimits directly for host devices, and copy it from there for the raw format. Signed-off-by: Paolo Bonzini --- block/file-posix.c | 12 block/file-win32.c | 2 +- block/io.c | 2 -- block/raw-format.c