Re: [Qemu-devel] [PATCH 1/3] vdi: Make block_status recurse for fixed images

2019-08-12 Thread Vladimir Sementsov-Ogievskiy
25.07.2019 18:55, Max Reitz wrote: > Suggested-by: Vladimir Sementsov-Ogievskiy > Fixes: 69f47505ee66afaa513305de0c1895a224e52c45 > Signed-off-by: Max Reitz Sorry for a delay, I thought that maintainers of the formats will approve these patches ;) Don't know vdi code, but it is what I suggeste

[Qemu-devel] [PATCH 1/3] vdi: Make block_status recurse for fixed images

2019-07-25 Thread Max Reitz
Suggested-by: Vladimir Sementsov-Ogievskiy Fixes: 69f47505ee66afaa513305de0c1895a224e52c45 Signed-off-by: Max Reitz --- block/vdi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/block/vdi.c b/block/vdi.c index b9845a4cbd..40d40c34d5 100644 --- a/block/vdi.c +++ b/block/vd