Re: [Qemu-devel] [PATCH 03/12] block/nfs: Add create_opts

2014-11-27 Thread Max Reitz
On 2014-11-25 at 15:49, Max Reitz wrote: On 2014-11-25 at 15:41, Kevin Wolf wrote: Am 25.11.2014 um 15:07 hat Max Reitz geschrieben: The nfs protocol driver is capable of creating images, but did not specify any creation options. Fix it. Cc: qemu-sta...@nongnu.org Signed-off-by: Max Reitz As

Re: [Qemu-devel] [PATCH 03/12] block/nfs: Add create_opts

2014-11-25 Thread Max Reitz
On 2014-11-25 at 15:41, Kevin Wolf wrote: Am 25.11.2014 um 15:07 hat Max Reitz geschrieben: The nfs protocol driver is capable of creating images, but did not specify any creation options. Fix it. Cc: qemu-sta...@nongnu.org Signed-off-by: Max Reitz As you'll respin anyway: Can you mention how

Re: [Qemu-devel] [PATCH 03/12] block/nfs: Add create_opts

2014-11-25 Thread Kevin Wolf
Am 25.11.2014 um 15:07 hat Max Reitz geschrieben: > The nfs protocol driver is capable of creating images, but did not > specify any creation options. Fix it. > > Cc: qemu-sta...@nongnu.org > Signed-off-by: Max Reitz As you'll respin anyway: Can you mention how this would fail? (I suppose some s

[Qemu-devel] [PATCH 03/12] block/nfs: Add create_opts

2014-11-25 Thread Max Reitz
The nfs protocol driver is capable of creating images, but did not specify any creation options. Fix it. Cc: qemu-sta...@nongnu.org Signed-off-by: Max Reitz --- block/nfs.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/block/nfs.c b/block/nfs.c index c76e368..ca9e24e 10064