qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/7] block/vpc: Add link to available VHD docume


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH 2/7] block/vpc: Add link to available VHD documentation
Date: Tue, 05 Feb 2013 11:23:37 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0

Am 01.02.2013 22:51, schrieb Stefan Weil:
> Signed-off-by: Stefan Weil <address@hidden>
> ---
>  block/vpc.c |    3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/block/vpc.c b/block/vpc.c
> index 1c55c21..4565723 100644
> --- a/block/vpc.c
> +++ b/block/vpc.c
> @@ -21,6 +21,9 @@
>   * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
> FROM,
>   * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
>   * THE SOFTWARE.
> + *
> + * See http://en.wikipedia.org/wiki/VHD_(file_format) for more information
> + * and links to the VHD specification.
>   */
>  #include "qemu-common.h"
>  #include "block/block_int.h"

Why not link directly to the real spec? The Wikipedia article doesn't
contain any of the really interesting parts, i.e. how the format works
internally. It's just a level of indirection.

We could probably give a Wikipedia link for most of our source code
files, but I doubt that it's really useful. When there is no URL
provided, Wikipedia is the default starting point for most people anyway.

Kevin



reply via email to

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