Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
65394079
L
libvirt
项目概览
openeuler
/
libvirt
通知
3
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
L
libvirt
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
65394079
编写于
6月 01, 2016
作者:
J
Jiri Denemark
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tests: Add CPU detection test for AMD FX 8150
Signed-off-by:
N
Jiri Denemark
<
jdenemar@redhat.com
>
上级
71c425f6
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
98 addition
and
0 deletion
+98
-0
tests/cputest.c
tests/cputest.c
+1
-0
tests/cputestdata/x86-cpuid-FX-8150-guest.xml
tests/cputestdata/x86-cpuid-FX-8150-guest.xml
+24
-0
tests/cputestdata/x86-cpuid-FX-8150-host.xml
tests/cputestdata/x86-cpuid-FX-8150-host.xml
+24
-0
tests/cputestdata/x86-cpuid-FX-8150.xml
tests/cputestdata/x86-cpuid-FX-8150.xml
+49
-0
未找到文件。
tests/cputest.c
浏览文件 @
65394079
...
...
@@ -860,6 +860,7 @@ mymain(void)
DO_TEST_CPUID
(
"x86"
,
"Core-i7-5600U"
,
true
);
DO_TEST_CPUID
(
"x86"
,
"Core2-E6850"
,
true
);
DO_TEST_CPUID
(
"x86"
,
"Core2-Q9500"
,
false
);
DO_TEST_CPUID
(
"x86"
,
"FX-8150"
,
false
);
#if WITH_QEMU && WITH_YAJL
qemuTestDriverFree
(
&
driver
);
...
...
tests/cputestdata/x86-cpuid-FX-8150-guest.xml
0 → 100644
浏览文件 @
65394079
<cpu
mode=
'custom'
match=
'exact'
>
<arch>
x86_64
</arch>
<model
fallback=
'forbid'
>
Opteron_G4
</model>
<vendor>
AMD
</vendor>
<feature
policy=
'require'
name=
'vme'
/>
<feature
policy=
'require'
name=
'ht'
/>
<feature
policy=
'require'
name=
'monitor'
/>
<feature
policy=
'require'
name=
'osxsave'
/>
<feature
policy=
'require'
name=
'mmxext'
/>
<feature
policy=
'require'
name=
'fxsr_opt'
/>
<feature
policy=
'require'
name=
'cmp_legacy'
/>
<feature
policy=
'require'
name=
'extapic'
/>
<feature
policy=
'require'
name=
'cr8legacy'
/>
<feature
policy=
'require'
name=
'osvw'
/>
<feature
policy=
'require'
name=
'ibs'
/>
<feature
policy=
'require'
name=
'skinit'
/>
<feature
policy=
'require'
name=
'wdt'
/>
<feature
policy=
'require'
name=
'lwp'
/>
<feature
policy=
'require'
name=
'nodeid_msr'
/>
<feature
policy=
'require'
name=
'topoext'
/>
<feature
policy=
'require'
name=
'perfctr_core'
/>
<feature
policy=
'require'
name=
'perfctr_nb'
/>
<feature
policy=
'require'
name=
'invtsc'
/>
</cpu>
tests/cputestdata/x86-cpuid-FX-8150-host.xml
0 → 100644
浏览文件 @
65394079
<cpu>
<arch>
x86_64
</arch>
<model>
Opteron_G4
</model>
<vendor>
AMD
</vendor>
<feature
name=
'vme'
/>
<feature
name=
'ht'
/>
<feature
name=
'monitor'
/>
<feature
name=
'osxsave'
/>
<feature
name=
'mmxext'
/>
<feature
name=
'fxsr_opt'
/>
<feature
name=
'cmp_legacy'
/>
<feature
name=
'extapic'
/>
<feature
name=
'cr8legacy'
/>
<feature
name=
'osvw'
/>
<feature
name=
'ibs'
/>
<feature
name=
'skinit'
/>
<feature
name=
'wdt'
/>
<feature
name=
'lwp'
/>
<feature
name=
'nodeid_msr'
/>
<feature
name=
'topoext'
/>
<feature
name=
'perfctr_core'
/>
<feature
name=
'perfctr_nb'
/>
<feature
name=
'invtsc'
/>
</cpu>
tests/cputestdata/x86-cpuid-FX-8150.xml
0 → 100644
浏览文件 @
65394079
<cpudata
arch=
'x86'
>
<cpuid
eax_in=
'0x00000000'
ecx_in=
'0x00'
eax=
'0x0000000d'
ebx=
'0x68747541'
ecx=
'0x444d4163'
edx=
'0x69746e65'
/>
<cpuid
eax_in=
'0x00000001'
ecx_in=
'0x00'
eax=
'0x00600f12'
ebx=
'0x03080800'
ecx=
'0x1e98220b'
edx=
'0x178bfbff'
/>
<cpuid
eax_in=
'0x00000002'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x00000003'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x00000005'
ecx_in=
'0x00'
eax=
'0x00000040'
ebx=
'0x00000040'
ecx=
'0x00000003'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x00000006'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000001'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x00000007'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x00000008'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x00000009'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x0000000a'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x0000000c'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x0000000d'
ecx_in=
'0x00'
eax=
'0x00000007'
ebx=
'0x00000340'
ecx=
'0x000003c0'
edx=
'0x40000000'
/>
<cpuid
eax_in=
'0x0000000d'
ecx_in=
'0x02'
eax=
'0x00000100'
ebx=
'0x00000240'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x0000000d'
ecx_in=
'0x3e'
eax=
'0x00000080'
ebx=
'0x00000340'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x80000000'
ecx_in=
'0x00'
eax=
'0x8000001e'
ebx=
'0x68747541'
ecx=
'0x444d4163'
edx=
'0x69746e65'
/>
<cpuid
eax_in=
'0x80000001'
ecx_in=
'0x00'
eax=
'0x00600f12'
ebx=
'0x10000000'
ecx=
'0x01c9bfff'
edx=
'0x2fd3fbff'
/>
<cpuid
eax_in=
'0x80000002'
ecx_in=
'0x00'
eax=
'0x20444d41'
ebx=
'0x74285846'
ecx=
'0x382d296d'
edx=
'0x20303531'
/>
<cpuid
eax_in=
'0x80000003'
ecx_in=
'0x00'
eax=
'0x68676945'
ebx=
'0x6f432d74'
ecx=
'0x50206572'
edx=
'0x65636f72'
/>
<cpuid
eax_in=
'0x80000004'
ecx_in=
'0x00'
eax=
'0x726f7373'
ebx=
'0x20202020'
ecx=
'0x20202020'
edx=
'0x00202020'
/>
<cpuid
eax_in=
'0x80000005'
ecx_in=
'0x00'
eax=
'0xff20ff18'
ebx=
'0xff20ff30'
ecx=
'0x10040140'
edx=
'0x40020140'
/>
<cpuid
eax_in=
'0x80000006'
ecx_in=
'0x00'
eax=
'0x64000000'
ebx=
'0x64004200'
ecx=
'0x08008140'
edx=
'0x0040c140'
/>
<cpuid
eax_in=
'0x80000007'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x000003d9'
/>
<cpuid
eax_in=
'0x80000008'
ecx_in=
'0x00'
eax=
'0x00003030'
ebx=
'0x00000000'
ecx=
'0x00004007'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x80000009'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x8000000a'
ecx_in=
'0x00'
eax=
'0x00000001'
ebx=
'0x00010000'
ecx=
'0x00000000'
edx=
'0x000014ff'
/>
<cpuid
eax_in=
'0x8000000b'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x8000000c'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x8000000d'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x8000000e'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x8000000f'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x80000010'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x80000011'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x80000012'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x80000013'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x80000014'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x80000015'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x80000016'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x80000017'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x80000018'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x80000019'
ecx_in=
'0x00'
eax=
'0xf020f018'
ebx=
'0x64000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x8000001a'
ecx_in=
'0x00'
eax=
'0x00000003'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x8000001b'
ecx_in=
'0x00'
eax=
'0x000000ff'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x8000001c'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x80032013'
ecx=
'0x00010200'
edx=
'0x8000000f'
/>
<cpuid
eax_in=
'0x8000001d'
ecx_in=
'0x00'
eax=
'0x00000121'
ebx=
'0x00c0003f'
ecx=
'0x0000003f'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x8000001e'
ecx_in=
'0x00'
eax=
'0x00000001'
ebx=
'0x00000101'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0x80860000'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
<cpuid
eax_in=
'0xc0000000'
ecx_in=
'0x00'
eax=
'0x00000000'
ebx=
'0x00000000'
ecx=
'0x00000000'
edx=
'0x00000000'
/>
</cpudata>
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录