[libvirt PATCH 29/29] cpu-gather: Add IA32_CORE_CAPABILITY_MSR

Tim Wiederhake twiederh at redhat.com
Tue Dec 15 16:25:15 UTC 2020


Signed-off-by: Tim Wiederhake <twiederh at redhat.com>
---
 tests/cputestdata/cpu-gather.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/cputestdata/cpu-gather.py b/tests/cputestdata/cpu-gather.py
index 9c9eec6d93..a01c615504 100755
--- a/tests/cputestdata/cpu-gather.py
+++ b/tests/cputestdata/cpu-gather.py
@@ -61,6 +61,7 @@ def gather_msr():
     msrs = dict()
     addresses = [
         0x10a,  # IA32_ARCH_CAPABILITIES_MSR
+        0xcf,   # IA32_CORE_CAPABILITY_MSR
     ]
     KVM_GET_MSRS = 0xc008ae88
 
-- 
2.26.2




More information about the libvir-list mailing list