On Tue, 30 May 2023, Juergen Gross wrote:
> In xen/include/public/io/9pfs.h the name of the Xenstore backend node
> "security-model" should be "security_model", as this is how the Xen
> tools are creating it and qemu is reading it.
>
> Fixes: ad58142e73a9 ("xen/public: move xenstore related doc into 9pfs.h")
> Fixes: cf1d2d22fdfd ("docs/misc: Xen transport for 9pfs")
> Signed-off-by: Juergen Gross <[email protected]>
Acked-by: Stefano Stabellini <[email protected]>
> ---
> xen/include/public/io/9pfs.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/xen/include/public/io/9pfs.h b/xen/include/public/io/9pfs.h
> index a0ce82d0a8..9ad2773082 100644
> --- a/xen/include/public/io/9pfs.h
> +++ b/xen/include/public/io/9pfs.h
> @@ -64,7 +64,7 @@
> *
> * Host filesystem path to share.
> *
> - * security-model
> + * security_model
> * Values: "none"
> *
> * *none*: files are stored using the same credentials as they are
> --
> 2.35.3
>