Part of this test, tests that sysenter msrs are 64 bit wide which is only true on Intel. We emulate Intel variant of SYSENTER in KVM when Intel's vendor ID is used to help with cross-vendor migration, which includes extending SYSENTER msrs to 64 bit. The later was done unconditionally which soon will be limited to VMs which use Intel's vendor ID. So run the test with Intel's vendor ID so it continues to pass. Signed-off-by: Maxim Levitsky <mlevitsk@xxxxxxxxxx> --- x86/unittests.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/x86/unittests.cfg b/x86/unittests.cfg index 0698d15..60c4b13 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -168,6 +168,7 @@ arch = x86_64 [msr] file = msr.flat +extra_params = -cpu host,vendor=GenuineIntel [pmu] file = pmu.flat -- 2.26.2