qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: block: format vs. protocol, and how they stack


From: Paul Brook
Subject: Re: [Qemu-devel] Re: block: format vs. protocol, and how they stack
Date: Mon, 21 Jun 2010 16:22:59 +0100
User-agent: KMail/1.13.3 (Linux/2.6.33-2-amd64; KDE/4.4.4; x86_64; ; )

> The user basically can specify two things:
> 
>  - a transport protocol.  Normally this is just the filesystem
>    interface, but it can also be nbd, http or for really sick people
>    vvfat.  This is a setting which can't be guessed, btw - it needs
>    to be explicitly set in some way, with file used as a reasonable
>    fallback.
>
>  - an image format.  This one interprets the content the transport
>    protocol delivers to us.  This can either be raw for not interpreting
>    it all, or things like qcow2 / vmdk to add more functionality to it.

Makes sense to me.

In theory we should be able to stack image formats. In practice it's probably 
not very useful with the current set of formats, so may not be worth the 
hassle. The best way to implement it may be to add a "blockdev" transport.

Paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]