Re: [Qemu-devel] [PATCH] qmp: fix spapr example of query-hotpluggable-cpus

2016-06-30 Thread David Gibson
On Thu, Jun 30, 2016 at 10:30:53AM +0200, Peter Krempa wrote: > On Thu, Jun 30, 2016 at 10:17:54 +0200, Igor Mammedov wrote: > > 27393c33 qapi: keep names in 'CpuInstanceProperties' in sync with struct > > CPUCore > > added -id suffix to property names but forgot to fix example in > >

Re: [Qemu-devel] [PATCH] qmp: fix spapr example of query-hotpluggable-cpus

2016-06-30 Thread Peter Krempa
On Thu, Jun 30, 2016 at 10:17:54 +0200, Igor Mammedov wrote: > 27393c33 qapi: keep names in 'CpuInstanceProperties' in sync with struct > CPUCore > added -id suffix to property names but forgot to fix example in > qmp-commands.hx > > Fix example to have 'core-id' instead of 'core' to match

[Qemu-devel] [PATCH] qmp: fix spapr example of query-hotpluggable-cpus

2016-06-30 Thread Igor Mammedov
27393c33 qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCore added -id suffix to property names but forgot to fix example in qmp-commands.hx Fix example to have 'core-id' instead of 'core' to match current code Signed-off-by: Igor Mammedov ---