Re: [Qemu-devel] [PATCH v2] hmp: info spice: Show string channel name

2015-03-01 Thread Cole Robinson
On 02/27/2015 01:26 PM, Eric Blake wrote: > On 02/27/2015 08:36 AM, Cole Robinson wrote: >> Useful for debugging. >> >> https://bugzilla.redhat.com/show_bug.cgi?id=822418 >> Signed-off-by: Cole Robinson >> --- >> v2: >> Explicitly list spice channel mappings >> Use ARRAY_SIZE macro >> >>

Re: [Qemu-devel] [PATCH v2] hmp: info spice: Show string channel name

2015-02-27 Thread Eric Blake
On 02/27/2015 08:36 AM, Cole Robinson wrote: > Useful for debugging. > > https://bugzilla.redhat.com/show_bug.cgi?id=822418 > Signed-off-by: Cole Robinson > --- > v2: > Explicitly list spice channel mappings > Use ARRAY_SIZE macro > > hmp.c | 26 ++ > 1 file chan

[Qemu-devel] [PATCH v2] hmp: info spice: Show string channel name

2015-02-27 Thread Cole Robinson
Useful for debugging. https://bugzilla.redhat.com/show_bug.cgi?id=822418 Signed-off-by: Cole Robinson --- v2: Explicitly list spice channel mappings Use ARRAY_SIZE macro hmp.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/hmp.c b/hmp.c index 735097c..9e