Re: [libvirt PATCH 2/3] test: fix emulator pin info in test driver

2020-08-07 Thread Daniel P . Berrangé
On Fri, Aug 07, 2020 at 04:59:13PM +0200, Pavel Hrdina wrote: > Commit <6328da04285d9f65cb323d399f731c20caf63f5a> introduced > testDomainGetEmulatorPinInfo() into test driver but used > virHostCPUGetCount() function to get the number of host CPUs. > > This would be correct for other drivers but

[libvirt PATCH 2/3] test: fix emulator pin info in test driver

2020-08-07 Thread Pavel Hrdina
Commit <6328da04285d9f65cb323d399f731c20caf63f5a> introduced testDomainGetEmulatorPinInfo() into test driver but used virHostCPUGetCount() function to get the number of host CPUs. This would be correct for other drivers but in test driver we must not depend on the host, we have to use hard-coded