Re: [PATCH 16/29] tools/xl: support new 9pfs backend xenlogd

2023-11-07 Thread Juergen Gross
On 07.11.23 17:55, Jason Andryuk wrote: On Wed, Nov 1, 2023 at 6:41 AM Juergen Gross wrote: Add support for the new 9pfs backend "xenlogd". For this backend type the tag defaults to "Xen" and the host side path to "/var/log/xen/guests/". Signed-off-by: Juergen Gross diff --git

Re: [PATCH 16/29] tools/xl: support new 9pfs backend xenlogd

2023-11-07 Thread Jason Andryuk
On Wed, Nov 1, 2023 at 6:41 AM Juergen Gross wrote: > > Add support for the new 9pfs backend "xenlogd". For this backend type > the tag defaults to "Xen" and the host side path to > "/var/log/xen/guests/". > > Signed-off-by: Juergen Gross > diff --git a/tools/xl/xl_parse.c b/tools/xl/xl_parse.c

[PATCH 16/29] tools/xl: support new 9pfs backend xenlogd

2023-11-01 Thread Juergen Gross
Add support for the new 9pfs backend "xenlogd". For this backend type the tag defaults to "Xen" and the host side path to "/var/log/xen/guests/". Signed-off-by: Juergen Gross --- docs/man/xl.cfg.5.pod.in | 36 ++-- tools/xl/xl_parse.c | 35