[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH v3 5/5] block/qapi: allow best-effort query
From: |
Max Reitz |
Subject: |
Re: [Qemu-block] [PATCH v3 5/5] block/qapi: allow best-effort query |
Date: |
Mon, 14 Dec 2015 21:06:27 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 |
On 14.12.2015 20:55, John Snow wrote:
> For more complex BDS trees that can be created under normal circumstances,
> we lose the ability to issue query commands because of our inability to
> re-construct the absolute filename.
>
> Instead, omit this field when it is a problem and present as much information
> as we can.
>
> This will change the expected output in iotest 110, where we will now see a
> json filename and the lack of an absolute filename instead of an error.
>
> Signed-off-by: John Snow <address@hidden>
> ---
> block/qapi.c | 7 ++++---
> tests/qemu-iotests/110.out | 5 ++++-
> 2 files changed, 8 insertions(+), 4 deletions(-)
Reviewed-by: Max Reitz <address@hidden>
signature.asc
Description: OpenPGP digital signature
- [Qemu-block] [PATCH v3 0/5] block: allow partial info-block query, John Snow, 2015/12/14
- [Qemu-block] [PATCH v3 1/5] block/qapi: do not redundantly print "actual path", John Snow, 2015/12/14
- [Qemu-block] [PATCH v3 3/5] block/qapi: explicitly warn if !has_full_backing_filename, John Snow, 2015/12/14
- [Qemu-block] [PATCH v3 5/5] block/qapi: allow best-effort query, John Snow, 2015/12/14
- Re: [Qemu-block] [PATCH v3 5/5] block/qapi: allow best-effort query,
Max Reitz <=
- [Qemu-block] [PATCH v3 2/5] block/qapi: always report full_backing_filename, John Snow, 2015/12/14
- [Qemu-block] [PATCH v3 4/5] qemu-img: abort when full_backing_filename not present, John Snow, 2015/12/14
- Re: [Qemu-block] [PATCH v3 0/5] block: allow partial info-block query, Max Reitz, 2015/12/14