Re: [libvirt] [PATCH] tests: avoid probing host CPU from bhyve test

2020-01-09 Thread Michal Privoznik
On 1/8/20 7:20 PM, Daniel P. Berrangé wrote: bhyveargv2xmlmock calls virBhyveCapsBuild which in turn calls virCPUProbeHost, probing the real host CPU. This causes a test failure if the host CPU happens to contain the 'arch-capabilities' feature as it triggers a call to virHostCPUGetMSR() which fa

[libvirt] [PATCH] tests: avoid probing host CPU from bhyve test

2020-01-08 Thread Daniel P . Berrangé
bhyveargv2xmlmock calls virBhyveCapsBuild which in turn calls virCPUProbeHost, probing the real host CPU. This causes a test failure if the host CPU happens to contain the 'arch-capabilities' feature as it triggers a call to virHostCPUGetMSR() which fails on FreeBSD. Fortunately we already have co