[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 4/5] block/vmdk: Relative backing file for cr
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH v3 4/5] block/vmdk: Relative backing file for creation |
Date: |
Tue, 25 Nov 2014 14:52:26 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 |
On 11/24/2014 02:43 AM, Max Reitz wrote:
> When a vmdk image is created with a backing file, it is opened to check
> whether it is indeed a vmdk file by letting qemu probe it. When doing
> so, the backing filename is relative to the image's base directory so it
> should be interpreted accordingly.
>
> Signed-off-by: Max Reitz <address@hidden>
> ---
> block/vmdk.c | 13 ++++++++++++-
> 1 file changed, 12 insertions(+), 1 deletion(-)
>
Reviewed-by: Eric Blake <address@hidden>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PATCH v3 2/5] block: JSON filenames and relative backing files, (continued)