On 18/10/2017 16:26, Igor Mammedov wrote: >> I guess query-hotpluggable-cpus could also grow a first-cpu-index in the >> returned data. > > I guess query-cpus can/does provide cpu-index already, > for query-hotpluggable-cpus it would depend in what's shown there > (would work fro x86/arm/s390 as they publish there CPUState based objects, > but spapr puts cores there which themselves do not have cpu-index, > their children do though)
Yeah, that's why I put "first-cpu-index". The idea is that indices go from first-cpu-index to first-cpu-index + vcpus-count - 1. Paolo