Re: [PATCH] xen/include/public: fix 9pfs xenstore path description

2023-05-30 Thread Stefano Stabellini
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 in

Re: [PATCH] xen/include/public: fix 9pfs xenstore path description

2023-05-30 Thread Jason Andryuk
On Tue, May 30, 2023 at 7:48 AM 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 r

[PATCH] xen/include/public: fix 9pfs xenstore path description

2023-05-30 Thread Juergen Gross
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 tra