Re: [Qemu-devel] [PATCH v3 2/8] raw-format: add bdrv_measure() support

2017-03-30 Thread Alberto Garcia
On Wed 22 Mar 2017 12:16:02 PM CET, Stefan Hajnoczi wrote: > Maximum size calculation is trivial for the raw format: it's just the > requested image size (because there is no metadata). > > Signed-off-by: Stefan Hajnoczi Reviewed-by: Alberto Garcia Berto

[Qemu-devel] [PATCH v3 2/8] raw-format: add bdrv_measure() support

2017-03-22 Thread Stefan Hajnoczi
Maximum size calculation is trivial for the raw format: it's just the requested image size (because there is no metadata). Signed-off-by: Stefan Hajnoczi --- block/raw-format.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/block/raw-format.c