Re: [Xen-devel] [PATCH v3 4/7] xenstore: enhance control command support

2017-02-23 Thread Juergen Gross
On 23/02/17 12:06, Wei Liu wrote: > On Wed, Feb 22, 2017 at 04:28:48PM +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. >> >> Su

Re: [Xen-devel] [PATCH v3 4/7] xenstore: enhance control command support

2017-02-23 Thread Wei Liu
On Wed, Feb 22, 2017 at 04:28:48PM +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. > > Support multiple control commands in the a

[Xen-devel] [PATCH v3 4/7] xenstore: enhance control command support

2017-02-22 Thread Juergen Gross
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. Support multiple control commands in the associated xenstore-control program used to issue XS_CONTROL commands. Si