Re: [Xen-devel] [PATCH v3 2/7] xenstore: rename XS_DEBUG wire command

2017-02-23 Thread Wei Liu
On Wed, Feb 22, 2017 at 04:28:46PM +0100, Juergen Gross wrote: > In preparation to support other than pure debug functionality via the > Xenstore XS_DEBUG wire command rename it to XS_CONTROL and make > XS_DEBUG an alias of it. > > Add an alias xs_control_command for the associated xs_debug_comman

[Xen-devel] [PATCH v3 2/7] xenstore: rename XS_DEBUG wire command

2017-02-22 Thread Juergen Gross
In preparation to support other than pure debug functionality via the Xenstore XS_DEBUG wire command rename it to XS_CONTROL and make XS_DEBUG an alias of it. Add an alias xs_control_command for the associated xs_debug_command, too. Signed-off-by: Juergen Gross --- tools/xenstore/include/xensto