]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: vcpupin: Ask for pinning info for all vCPUs
authorPeter Krempa <pkrempa@redhat.com>
Wed, 17 Feb 2016 14:53:42 +0000 (15:53 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 9 Mar 2016 09:09:16 +0000 (10:09 +0100)
commite7e6980dd83e233fb46fa310dcebbbaa0fde7bfd
tree6f9e34d1126211f75c1cc1c4ec26cd8d4b844492
parentcf091094a42a2b43f8a3ea80694a784e6f2b4a47
virsh: vcpupin: Ask for pinning info for all vCPUs

The API docs state that the API queries pinning info for all vCPUs and
thus we should allocate the bitmap even for the inactive ones.

The API will currently return bitmap only for the active vCPUs but that
will change in the future.
tools/virsh-domain.c