Re: [libvirt] [PATCH] virsh: fix vcpupin info

2015-02-20 Thread Michal Privoznik
On 20.02.2015 08:37, Pavel Hrdina wrote: > The "virDomainGetInfo" will get for running domain only live info and for > offline domain only config info. There was no way how to get config info > for running domain. We will use "vshCPUCountCollect" instead to get the > correct cpu count that we need

[libvirt] [PATCH] virsh: fix vcpupin info

2015-02-19 Thread Pavel Hrdina
The "virDomainGetInfo" will get for running domain only live info and for offline domain only config info. There was no way how to get config info for running domain. We will use "vshCPUCountCollect" instead to get the correct cpu count that we need to pass to "virDomainGetVcpuPinInfo". Also clean