Re: [Qemu-devel] [PATCH] virtfs: Add missing "id" parameter in documentation

2019-05-05 Thread Greg Kurz
On Mon, 6 May 2019 05:49:40 +0200 Thomas Huth wrote: > On 05/05/2019 20.32, Greg Kurz wrote: > > Hi Thomas, > > > > Thanks for the janitoring :) > > > > On Sun, 5 May 2019 16:45:27 +0200 > > Thomas Huth wrote: > > > >> ... and remove the square brackets from "path" and "security_model", >

Re: [Qemu-devel] [PATCH] virtfs: Add missing "id" parameter in documentation

2019-05-05 Thread Thomas Huth
On 05/05/2019 20.32, Greg Kurz wrote: > Hi Thomas, > > Thanks for the janitoring :) > > On Sun, 5 May 2019 16:45:27 +0200 > Thomas Huth wrote: > >> ... and remove the square brackets from "path" and "security_model", >> since these parameters are not optional. >> > > Well this is only true wh

Re: [Qemu-devel] [PATCH] virtfs: Add missing "id" parameter in documentation

2019-05-05 Thread Greg Kurz
Hi Thomas, Thanks for the janitoring :) On Sun, 5 May 2019 16:45:27 +0200 Thomas Huth wrote: > ... and remove the square brackets from "path" and "security_model", > since these parameters are not optional. > Well this is only true when fsdriver == local, but the other fs drivers, ie. proxy

[Qemu-devel] [PATCH] virtfs: Add missing "id" parameter in documentation

2019-05-05 Thread Thomas Huth
... and remove the square brackets from "path" and "security_model", since these parameters are not optional. Buglink: https://bugs.launchpad.net/qemu/+bug/1581976 Signed-off-by: Thomas Huth --- qemu-options.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-options.hx b