=== Verifying CPU Affinity ===
To verify if the CPU threads have been successfully pinned to the VM the <code>virst vcpupin name-of-vm</code> command can be used. The output for a VM wit 8 vCPU configured as above would look like this:
<syntaxhighlight lang=text>
VCPU CPU Affinity
----------------------
0 0
1 1
2 2
3 3
4 8
5 9
6 10
7 11
</syntaxhighlight>