render / rpms / libvirt

Forked from rpms/libvirt 9 months ago
Clone
c313de
From 7084115edc91fd3cff8ba35af1fc705c917973cf Mon Sep 17 00:00:00 2001
c313de
Message-Id: <7084115edc91fd3cff8ba35af1fc705c917973cf@dist-git>
c313de
From: Jiri Denemark <jdenemar@redhat.com>
c313de
Date: Fri, 21 Jun 2019 09:25:41 +0200
c313de
Subject: [PATCH] cputest: Add support for MSR features to cpu-parse.sh
c313de
MIME-Version: 1.0
c313de
Content-Type: text/plain; charset=UTF-8
c313de
Content-Transfer-Encoding: 8bit
c313de
c313de
The script just parses whatever cpu-gather.sh printed out.
c313de
c313de
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
c313de
Reviewed-by: Ján Tomko <jtomko@redhat.com>
c313de
(cherry picked from commit 8904492e21537f3b820e577964e67ad670fa640b)
c313de
c313de
https://bugzilla.redhat.com/show_bug.cgi?id=1697627
c313de
c313de
Conflicts:
c313de
	tests/cputestdata/cpu-parse.sh
c313de
            - no need to update this script downstream
c313de
c313de
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
c313de
Message-Id: <55c3125aef5a2d7bf7b2d7a6fc5c868af7903447.1561068591.git.jdenemar@redhat.com>
c313de
Reviewed-by: Ján Tomko <jtomko@redhat.com>
c313de
---
c313de
 tests/cputestdata/x86_64-cpuid-Xeon-Platinum-8268.xml | 1 +
c313de
 1 file changed, 1 insertion(+)
c313de
c313de
diff --git a/tests/cputestdata/x86_64-cpuid-Xeon-Platinum-8268.xml b/tests/cputestdata/x86_64-cpuid-Xeon-Platinum-8268.xml
c313de
index 75472d44fe..f1261da891 100644
c313de
--- a/tests/cputestdata/x86_64-cpuid-Xeon-Platinum-8268.xml
c313de
+++ b/tests/cputestdata/x86_64-cpuid-Xeon-Platinum-8268.xml
c313de
@@ -51,4 +51,5 @@
c313de
   <cpuid eax_in='0x80000008' ecx_in='0x00' eax='0x0000302e' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
c313de
   <cpuid eax_in='0x80860000' ecx_in='0x00' eax='0x00000b54' ebx='0x00000f3c' ecx='0x00000064' edx='0x00000000'/>
c313de
   <cpuid eax_in='0xc0000000' ecx_in='0x00' eax='0x00000b54' ebx='0x00000f3c' ecx='0x00000064' edx='0x00000000'/>
c313de
+  <msr index='0x10a' edx='0x00000000' eax='0x0000002b'/>
c313de
 </cpudata>
c313de
-- 
c313de
2.22.0
c313de