Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xen/pvshim: identity pin shim vCPUs to pCPUs
Since VCPUOP_{up/down} already identity maps vCPU hotplug to pCPU hotplug also identity pin the vCPUs to the pCPUs in the scheduler. This prevents vCPU migration and should improve performance. While there also use __cpumask_set_cpu instead of cpumask_set_cpu, there's no need to use the locked variant. Signed-off-by: Roger Pau Monné <[email protected]> Reviewed-by: Wei Liu <[email protected]> Acked-by: Jan Beulich <[email protected]>
- Loading branch information