Re: [Xen-devel] [PATCH v2] xenbus: advertize control feature flags

2016-10-10 Thread Paul Durrant
> -Original Message- > From: David Vrabel [mailto:david.vra...@citrix.com] > Sent: 10 October 2016 11:16 > To: Paul Durrant ; linux-ker...@vger.kernel.org; > xen-de...@lists.xenproject.org > Cc: Boris Ostrovsky ; Juergen Gross > > Subject: Re: [PATCH v2] xenbus: advertize control feature f

Re: [Xen-devel] [PATCH v2] xenbus: advertize control feature flags

2016-10-10 Thread David Vrabel
On 10/10/16 10:43, Paul Durrant wrote: > The Xen docs specify several flags which a guest can set to advertize > which values of the xenstore control/shutdown key it will recognize. > This patch adds code to write all the relevant feature-flag keys. [...] > static int setup_shutdown_watcher(void)

Re: [Xen-devel] [PATCH v2] xenbus: advertize control feature flags

2016-10-10 Thread Juergen Gross
On 10/10/16 11:43, Paul Durrant wrote: > The Xen docs specify several flags which a guest can set to advertize > which values of the xenstore control/shutdown key it will recognize. > This patch adds code to write all the relevant feature-flag keys. > > Signed-off-by: Paul Durrant > Cc: Boris Ost

[Xen-devel] [PATCH v2] xenbus: advertize control feature flags

2016-10-10 Thread Paul Durrant
The Xen docs specify several flags which a guest can set to advertize which values of the xenstore control/shutdown key it will recognize. This patch adds code to write all the relevant feature-flag keys. Signed-off-by: Paul Durrant Cc: Boris Ostrovsky Cc: David Vrabel Cc: Juergen Gross --- v