Message ID | 20240104090055.27323-1-jgross@suse.com (mailing list archive) |
---|---|
Headers | show |
Series | tools: enable xenstore-stubdom to use 9pfs | expand |
On 04/01/2024 9:00 am, Juergen Gross wrote: > tools: add a new xen logging daemon > tools/xenlogd: connect to frontend > tools/xenlogd: add transport layer > tools/xenlogd: add 9pfs response generation support > tools/xenlogd: add 9pfs version request support > tools/xenlogd: add 9pfs attach request support > tools/xenlogd: add 9pfs walk request support > tools/xenlogd: add 9pfs open request support > tools/xenlogd: add 9pfs clunk request support > tools/xenlogd: add 9pfs create request support > tools/xenlogd: add 9pfs stat request support > tools/xenlogd: add 9pfs write request support > tools/xenlogd: add 9pfs read request support These all need s/logd/9pfsd/, although I think mostly in the subject only. Can be fixed on commit, because some of them look like they're otherwise ready to go in. ~Andrew
On Fri, Jan 05, 2024 at 03:20:11PM +0000, Andrew Cooper wrote: > On 04/01/2024 9:00 am, Juergen Gross wrote: > > tools: add a new xen logging daemon > > tools/xenlogd: connect to frontend > > tools/xenlogd: add transport layer > > tools/xenlogd: add 9pfs response generation support > > tools/xenlogd: add 9pfs version request support > > tools/xenlogd: add 9pfs attach request support > > tools/xenlogd: add 9pfs walk request support > > tools/xenlogd: add 9pfs open request support > > tools/xenlogd: add 9pfs clunk request support > > tools/xenlogd: add 9pfs create request support > > tools/xenlogd: add 9pfs stat request support > > tools/xenlogd: add 9pfs write request support > > tools/xenlogd: add 9pfs read request support > > These all need s/logd/9pfsd/, although I think mostly in the subject only. > > Can be fixed on commit, because some of them look like they're otherwise > ready to go in. For all these patch, with the subject fixed: Acked-by: Anthony PERARD <anthony.perard@citrix.com> Cheers,