Re: [Xen-devel] [PATCH v4 3/6] xenstore: enhance control command support

2017-02-24 Thread Wei Liu
On Fri, Feb 24, 2017 at 07:21:42AM +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 v4 3/6] xenstore: enhance control command support

2017-02-23 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