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

2013-12-17 Thread Fam Zheng
On 2013年12月17日 15:53, Peter Lieven wrote: Hi Fam, On 17.12.2013 05:07, Fam Zheng wrote: On 2013年12月16日 23:34, Peter Lieven wrote: +static int coroutine_fn nfs_co_writev(BlockDriverState *bs, +int64_t sector_num, int nb_sectors, +

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

2013-12-17 Thread Peter Lieven
On 17.12.2013 09:29, Fam Zheng wrote: On 2013年12月17日 15:53, Peter Lieven wrote: Hi Fam, On 17.12.2013 05:07, Fam Zheng wrote: On 2013年12月16日 23:34, Peter Lieven wrote: +static int coroutine_fn nfs_co_writev(BlockDriverState *bs, +int64_t sector_num,

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

2013-12-17 Thread Fam Zheng
于2013年12月17日 星期二 16时46分50秒,Peter Lieven写到: On 17.12.2013 09:29, Fam Zheng wrote: On 2013年12月17日 15:53, Peter Lieven wrote: Hi Fam, On 17.12.2013 05:07, Fam Zheng wrote: On 2013年12月16日 23:34, Peter Lieven wrote: +static int coroutine_fn nfs_co_writev(BlockDriverState *bs, +

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

2013-12-17 Thread Peter Lieven
On 17.12.2013 09:51, Fam Zheng wrote: 于2013年 12月17日 星期二 16时46分50秒,Peter Lieven写到: On 17.12.2013 09:29, Fam Zheng wrote: On 2013年12月17日 15:53, Peter Lieven wrote: Hi Fam, On 17.12.2013 05:07, Fam Zheng wrote: On 2013年12月16日 23:34, Peter Lieven wrote: +static int coroutine_fn

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

2013-12-17 Thread Fam Zheng
On 2013年12月17日 16:55, Peter Lieven wrote: On 17.12.2013 09:51, Fam Zheng wrote: 于2013年 12月17日 星期二 16时46分50秒,Peter Lieven写到: On 17.12.2013 09:29, Fam Zheng wrote: On 2013年12月17日 15:53, Peter Lieven wrote: Hi Fam, On 17.12.2013 05:07, Fam Zheng wrote: On 2013年12月16日 23:34, Peter Lieven

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

2013-12-17 Thread Peter Lieven
On 17.12.2013 10:01, Fam Zheng wrote: On 2013年12月17日 16:55, Peter Lieven wrote: On 17.12.2013 09:51, Fam Zheng wrote: 于2013年 12月17日 星期二 16时46分50秒,Peter Lieven写到: On 17.12.2013 09:29, Fam Zheng wrote: On 2013年12月17日 15:53, Peter Lieven wrote: Hi Fam, On 17.12.2013 05:07, Fam Zheng wrote:

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

2013-12-17 Thread Fam Zheng
On 2013年12月17日 17:07, Peter Lieven wrote: On 17.12.2013 10:01, Fam Zheng wrote: On 2013年12月17日 16:55, Peter Lieven wrote: On 17.12.2013 09:51, Fam Zheng wrote: 于2013年 12月17日 星期二 16时46分50秒,Peter Lieven写到: On 17.12.2013 09:29, Fam Zheng wrote: On 2013年12月17日 15:53, Peter Lieven wrote: Hi

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

2013-12-17 Thread Peter Lieven
On 17.12.2013 10:46, Fam Zheng wrote: On 2013年12月17日 17:07, Peter Lieven wrote: On 17.12.2013 10:01, Fam Zheng wrote: On 2013年12月17日 16:55, Peter Lieven wrote: On 17.12.2013 09:51, Fam Zheng wrote: 于2013年 12月17日 星期二 16时46分50秒,Peter Lieven写到: On 17.12.2013 09:29, Fam Zheng wrote: On

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

2013-12-16 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://host/export/filename For example: qemu-img create -f qcow2

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

2013-12-16 Thread ronnie sahlberg
Nice. +block-obj-$(CONFIG_LIBISCSI) += nfs. Should be CONFIG_LIBNFS On Mon, Dec 16, 2013 at 7:34 AM, Peter Lieven p...@kamp.de 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

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

2013-12-16 Thread ronnie sahlberg
On Mon, Dec 16, 2013 at 7:34 AM, Peter Lieven p...@kamp.de 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://host/export/filename

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

2013-12-16 Thread Fam Zheng
On 2013年12月16日 23:34, 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://host/export/filename For example: qemu-img

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

2013-12-16 Thread Peter Lieven
Hi Fam, On 17.12.2013 05:07, Fam Zheng wrote: On 2013年12月16日 23:34, 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: