Re: [libvirt PATCH 1/3] conf: fix detection of available host CPUs for vcpupin

2020-08-07 Thread Daniel P . Berrangé
On Fri, Aug 07, 2020 at 04:59:12PM +0200, Pavel Hrdina wrote: > Commit <2020c6af8a8e4bb04acb629d089142be984484c8> fixed an issue with > QEMU driver by reporting offline CPUs as well. However, doing so it > introduced a regression into libxl and test drivers by completely > ignoring the passed `host

[libvirt PATCH 1/3] conf: fix detection of available host CPUs for vcpupin

2020-08-07 Thread Pavel Hrdina
Commit <2020c6af8a8e4bb04acb629d089142be984484c8> fixed an issue with QEMU driver by reporting offline CPUs as well. However, doing so it introduced a regression into libxl and test drivers by completely ignoring the passed `hostcpus` variable. Move the virHostCPUGetAvailableCPUsBitmap() out of th