Re: [Xen-devel] [PATCH v2 1/5] xenstore: rename XS_DEBUG wire command

2017-02-22 Thread Juergen Gross
On 22/02/17 13:43, Wei Liu wrote: > On Wed, Feb 22, 2017 at 01:40:42PM +0100, Juergen Gross wrote: >> On 22/02/17 13:36, Wei Liu wrote: >>> On Tue, Feb 21, 2017 at 04:07:33PM +0100, Juergen Gross wrote: In preparation to support other than pure debug functionality via the Xenstore XS_DEBU

Re: [Xen-devel] [PATCH v2 1/5] xenstore: rename XS_DEBUG wire command

2017-02-22 Thread Wei Liu
On Wed, Feb 22, 2017 at 01:40:42PM +0100, Juergen Gross wrote: > On 22/02/17 13:36, Wei Liu wrote: > > On Tue, Feb 21, 2017 at 04:07:33PM +0100, Juergen Gross wrote: > >> In preparation to support other than pure debug functionality via the > >> Xenstore XS_DEBUG wire command rename it to XS_CONTRO

Re: [Xen-devel] [PATCH v2 1/5] xenstore: rename XS_DEBUG wire command

2017-02-22 Thread Juergen Gross
On 22/02/17 13:36, Wei Liu wrote: > On Tue, Feb 21, 2017 at 04:07:33PM +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_co

Re: [Xen-devel] [PATCH v2 1/5] xenstore: rename XS_DEBUG wire command

2017-02-22 Thread Wei Liu
On Tue, Feb 21, 2017 at 04:07:33PM +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 v2 1/5] xenstore: rename XS_DEBUG wire command

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