Re: [Xen-devel] [PATCH 1/2] tools/xenstored: Make gnttab interface mandatory

2019-07-10 Thread Juergen Gross
On 09.07.19 17:28, Andrew Cooper wrote: xenstored currently requires an libxc and evtchn interface, but leaves the gnttab interface as optional. gnttab is ubiquitous these days, and in practice mandatory in all cases where xenstored isn't running as root in dom0 (due to the inability to foreign

[Xen-devel] [PATCH 1/2] tools/xenstored: Make gnttab interface mandatory

2019-07-09 Thread Andrew Cooper
xenstored currently requires an libxc and evtchn interface, but leaves the gnttab interface as optional. gnttab is ubiquitous these days, and in practice mandatory in all cases where xenstored isn't running as root in dom0 (due to the inability to foreign map by MFN). The toolstack has unconditio