Re: [Xen-devel] [PATCH v3 2/3] xen: write information about supported backends

2016-05-11 Thread Anthony PERARD
On Wed, May 11, 2016 at 10:36:28AM +0200, Juergen Gross wrote: > On 10/05/16 18:21, Anthony PERARD wrote: > > On Fri, May 06, 2016 at 11:42:45AM +0200, Juergen Gross wrote: > >> -static int xen_config_dev_mkdir(char *dev, int p) > >> -{ > >> -struct xs_permissions perms[2] = {{ > >> -

Re: [Xen-devel] [PATCH v3 2/3] xen: write information about supported backends

2016-05-11 Thread Juergen Gross
On 10/05/16 18:21, Anthony PERARD wrote: > On Fri, May 06, 2016 at 11:42:45AM +0200, Juergen Gross wrote: >> Add a Xenstore directory for each supported pv backend. This will allow >> Xen tools to decide which backend type to use in case there are >> multiple possibilities. >> >> The information is

Re: [Xen-devel] [PATCH v3 2/3] xen: write information about supported backends

2016-05-10 Thread Anthony PERARD
On Fri, May 06, 2016 at 11:42:45AM +0200, Juergen Gross wrote: > Add a Xenstore directory for each supported pv backend. This will allow > Xen tools to decide which backend type to use in case there are > multiple possibilities. > > The information is added under > /local/domain//device-model//bac

[Xen-devel] [PATCH v3 2/3] xen: write information about supported backends

2016-05-06 Thread Juergen Gross
Add a Xenstore directory for each supported pv backend. This will allow Xen tools to decide which backend type to use in case there are multiple possibilities. The information is added under /local/domain//device-model//backends before the "running" state is written to Xenstore. Using a directory