qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCHv5] block: add native support for NFS


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCHv5] block: add native support for NFS
Date: Fri, 10 Jan 2014 13:30:01 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130923 Thunderbird/17.0.9

Il 10/01/2014 13:12, Peter Lieven ha scritto:
> Then I shall convert everything to a qapi schema whereby the current
> design of libnfs is designed to work with plain URLs.

No, no one is asking you to do this.  URLs are fine, but I agree with
Kevin that parsing them in QEMU is better.

Also because the QEMU parser is known to be based on RFCs and good code
from libxml2.  For example, the iSCSI URL parser, when introduced,
didn't even have percent-escape parsing, causing libvirt to fail with
old libiscsi (and actually not that old too: IIRC libiscsi 1.7 will
still fail).  Unless the libnfs parser is as good as libxml2's, I think
there's value in using the QEMU URI parser.

Paolo



reply via email to

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