Re: [PATCH v7 28/47] block/null: Implement bdrv_get_allocated_file_size

2020-07-24 Thread Andrey Shinkevich
On 24.07.2020 11:58, Max Reitz wrote: On 20.07.20 17:10, Andrey Shinkevich wrote: On 25.06.2020 18:21, Max Reitz wrote: It is trivial, so we might as well do it. Signed-off-by: Max Reitz ---   block/null.c   | 7 +++   tests/qemu-iotests/153.out | 2 +-   tests/qemu-iotests/1

Re: [PATCH v7 28/47] block/null: Implement bdrv_get_allocated_file_size

2020-07-24 Thread Max Reitz
On 20.07.20 17:10, Andrey Shinkevich wrote: > On 25.06.2020 18:21, Max Reitz wrote: >> It is trivial, so we might as well do it. >> >> Signed-off-by: Max Reitz >> --- >>   block/null.c   | 7 +++ >>   tests/qemu-iotests/153.out | 2 +- >>   tests/qemu-iotests/184.out | 6 -- >>  

Re: [PATCH v7 28/47] block/null: Implement bdrv_get_allocated_file_size

2020-07-20 Thread Andrey Shinkevich
On 25.06.2020 18:21, Max Reitz wrote: It is trivial, so we might as well do it. Signed-off-by: Max Reitz --- block/null.c | 7 +++ tests/qemu-iotests/153.out | 2 +- tests/qemu-iotests/184.out | 6 -- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/blo

[PATCH v7 28/47] block/null: Implement bdrv_get_allocated_file_size

2020-06-25 Thread Max Reitz
It is trivial, so we might as well do it. Signed-off-by: Max Reitz --- block/null.c | 7 +++ tests/qemu-iotests/153.out | 2 +- tests/qemu-iotests/184.out | 6 -- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/block/null.c b/block/null.c index 15e1d56746..c