Re: [PATCH v2 2/4] luks: implement .bdrv_measure()

2020-01-15 Thread Stefan Hajnoczi
On Tue, Jan 14, 2020 at 04:43:36PM +0100, Max Reitz wrote: > On 09.01.20 12:10, Stefan Hajnoczi wrote: > > Add qemu-img measure support in the "luks" block driver. > > > > Signed-off-by: Stefan Hajnoczi > > --- > > block/crypto.c | 82 ++ > > 1

Re: [PATCH v2 2/4] luks: implement .bdrv_measure()

2020-01-14 Thread Max Reitz
On 09.01.20 12:10, Stefan Hajnoczi wrote: > Add qemu-img measure support in the "luks" block driver. > > Signed-off-by: Stefan Hajnoczi > --- > block/crypto.c | 82 ++ > 1 file changed, 82 insertions(+) > > diff --git a/block/crypto.c

[PATCH v2 2/4] luks: implement .bdrv_measure()

2020-01-09 Thread Stefan Hajnoczi
Add qemu-img measure support in the "luks" block driver. Signed-off-by: Stefan Hajnoczi --- block/crypto.c | 82 ++ 1 file changed, 82 insertions(+) diff --git a/block/crypto.c b/block/crypto.c index ed32202fa2..51f37bb1f6 100644 ---