Re: [PATCH 4/4] block/file: Add file-specific image info

2022-05-04 Thread Hanna Reitz
On 04.05.22 10:46, Kevin Wolf wrote: Am 03.05.2022 um 16:55 hat Hanna Reitz geschrieben: Add some (optional) information that the file driver can provide for image files, namely the extent size. Signed-off-by: Hanna Reitz --- qapi/block-core.json | 26 -- block/file-

Re: [PATCH 4/4] block/file: Add file-specific image info

2022-05-04 Thread Kevin Wolf
Am 03.05.2022 um 16:55 hat Hanna Reitz geschrieben: > Add some (optional) information that the file driver can provide for > image files, namely the extent size. > > Signed-off-by: Hanna Reitz > --- > qapi/block-core.json | 26 -- > block/file-posix.c | 30 +

Re: [PATCH 4/4] block/file: Add file-specific image info

2022-05-04 Thread Hanna Reitz
On 03.05.22 20:50, Eric Blake wrote: On Tue, May 03, 2022 at 04:55:29PM +0200, Hanna Reitz wrote: Add some (optional) information that the file driver can provide for image files, namely the extent size. Signed-off-by: Hanna Reitz --- qapi/block-core.json | 26 -- bl

[PATCH 4/4] block/file: Add file-specific image info

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

Re: [PATCH 4/4] block/file: Add file-specific image info

2022-05-03 Thread Eric Blake
On Tue, May 03, 2022 at 04:55:29PM +0200, Hanna Reitz wrote: > Add some (optional) information that the file driver can provide for > image files, namely the extent size. > > Signed-off-by: Hanna Reitz > --- > qapi/block-core.json | 26 -- > block/file-posix.c | 30