The 03/12/13, lei yang wrote:Basically, migration allows moving a VM from host to another.
> Hi experts
>
> I want to use libvirt doing the migration
This is about CPU affinity. You may look at CPU pinning with 'vcpupin'
> migration the guest from core 0 to core 2, Is there a way to do this ? any
> points?
in the manual of virsh. It is possible to enable vCPU pinning in libvirt
guest XML.
Don't know if libvirt supports applying CPU affinity at guest runtime
but you could do it with usual tools (taskset, htop, etc).
--
Nicolas Sebrecht