Re: [Xen-devel] [PATCH v2 2/5] xenstore: enhance control command support

2017-02-22 Thread Juergen Gross
On 22/02/17 13:36, Wei Liu wrote: > On Tue, Feb 21, 2017 at 04:07:34PM +0100, Juergen Gross wrote: >> The Xenstore protocol supports the XS_CONTROL command for triggering >> various actions in the Xenstore daemon. Enhance that support by using >> a command table and adding a help function. Move all

Re: [Xen-devel] [PATCH v2 2/5] xenstore: enhance control command support

2017-02-22 Thread Wei Liu
On Tue, Feb 21, 2017 at 04:07:34PM +0100, Juergen Gross wrote: > The Xenstore protocol supports the XS_CONTROL command for triggering > various actions in the Xenstore daemon. Enhance that support by using > a command table and adding a help function. Move all the XS_CONTROL > related code to a new