Zhi Hui Li writes:
> when I trace the code of qemu-img.c, I found in the image file, the
> backing_file use the relative path, I think Maybe it has some
> problems.
>
> for example:
>
> 1: qemu-img create -o backing_file=../ aa.img 5G
>
> 2: qemu-system-x86_64 aa.img
>
> if you change aa.im
Am 07.11.2011 08:46, schrieb Zhi Hui Li:
>
> when I trace the code of qemu-img.c, I found in the image file, the
> backing_file use the relative path, I think Maybe it has some problems.
>
> for example:
>
> 1: qemu-img create -o backing_file=../ aa.img 5G
>
> 2: qemu-system-x86_64 aa.im
when I trace the code of qemu-img.c, I found in the image file, the
backing_file use the relative path, I think Maybe it has some problems.
for example:
1: qemu-img create -o backing_file=../ aa.img 5G
2: qemu-system-x86_64 aa.img
if you change aa.img's the path, the exec is wrong,it