Re: [PATCH v2 02/12] block/file: Add file-specific image info

2023-01-27 Thread Eric Blake
On Mon, Jun 20, 2022 at 06:26:54PM +0200, Hanna Reitz wrote: > Add some (optional) information that the file driver can provide for > image files, namely the extent size hint. > > Signed-off-by: Hanna Reitz > --- > qapi/block-core.json | 26 -- > block/file-posix.c |

[PATCH v2 02/12] block/file: Add file-specific image info

2022-06-20 Thread Hanna Reitz
Add some (optional) information that the file driver can provide for image files, namely the extent size hint. Signed-off-by: Hanna Reitz --- qapi/block-core.json | 26 -- block/file-posix.c | 30 ++ 2 files changed, 54 insertions(+), 2