Sylvain Petreolle wrote:
>>>> It's mostly intended to be used for accessing the files inside QEMU disk
>>>> images locally, without having to launch a virtual machine and accessing
>>>> then from there.
>>> mount -o loop does this.
>> How is everybody missing the point? :-)  mount -o loop doesn't mount
>> qcow images.
>>
> Would be that difficult to write a qcow fs module ?

well, it would mean adapting the qemu disk image handling code to run in
kernel mode (or just reimplementing the required functionality), and
wrapping it inside a block device driver similar to 'loop'.

My solution is much simpler because it's just a small adapter (600 lines
of C) that links with the unmodified qemu source and it runs in user space.

Cheers,

 - Salva



_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to