On 10.03.2017 15:09, Igor Mammedov wrote: > we are trying no to use cpu_index in outside interfaces and > make it disappear from there. > It's possible to use qom-path instead or more natural > CpuInstanceProperties to specify a CPU. > > PS: > Comment applies to all QMP/monitor commands/structures introduced > in this patch. >
Hi Igor, I removed cpu-idx in accordance with Dave's comment from two days ago. The command is now called msr-get/msr-set and only affects the curent default cpu (same behavior as, for instance, info registers). Best, Julian