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

2013-12-26 Thread Fam Zheng
On 2013年12月26日 14:10, ronnie sahlberg wrote: On Wed, Dec 25, 2013 at 9:42 PM, Fam Zheng wrote: On 2013年12月21日 00:04, Peter Lieven wrote: This patch adds native support for accessing images on NFS shares without the requirement to actually mount the entire NFS share on the host. NFS Images ca

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

2013-12-25 Thread ronnie sahlberg
On Wed, Dec 25, 2013 at 9:42 PM, Fam Zheng wrote: > On 2013年12月21日 00:04, Peter Lieven wrote: >> >> This patch adds native support for accessing images on NFS shares without >> the requirement to actually mount the entire NFS share on the host. >> >> NFS Images can simply be specified by an url of

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

2013-12-25 Thread Fam Zheng
On 2013年12月21日 00:04, Peter Lieven wrote: This patch adds native support for accessing images on NFS shares without the requirement to actually mount the entire NFS share on the host. NFS Images can simply be specified by an url of the form: nfs: For example: qemu-img create -f qcow2 nfs://

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

2013-12-20 Thread Peter Lieven
This patch adds native support for accessing images on NFS shares without the requirement to actually mount the entire NFS share on the host. NFS Images can simply be specified by an url of the form: nfs: For example: qemu-img create -f qcow2 nfs://10.0.0.1/qemu-images/test.qcow2 You need Li