Re: [Qemu-block] [PATCH v3 3/5] block/qapi: explicitly warn if !has_full_backing_filename

2015-12-14 Thread Max Reitz
On 14.12.2015 20:55, John Snow wrote: > Disambiguate "Backing filename and full backing filename" are equivalent Just noticed: R-b is assuming s/" are equivalent/ are equivalent"/. Max > from "full backing filename could not be determined." > > Signed-off-by: John Snow > --- > block/qapi.c |

Re: [Qemu-block] [PATCH v3 3/5] block/qapi: explicitly warn if !has_full_backing_filename

2015-12-14 Thread Max Reitz
On 14.12.2015 20:55, John Snow wrote: > Disambiguate "Backing filename and full backing filename" are equivalent > from "full backing filename could not be determined." > > Signed-off-by: John Snow > --- > block/qapi.c | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) Reviewed-by:

[Qemu-block] [PATCH v3 3/5] block/qapi: explicitly warn if !has_full_backing_filename

2015-12-14 Thread John Snow
Disambiguate "Backing filename and full backing filename" are equivalent from "full backing filename could not be determined." Signed-off-by: John Snow --- block/qapi.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/block/qapi.c b/block/qapi.c index 0e6b333..c61fb30 1