Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
7b7cc3aa
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看板
提交
7b7cc3aa
编写于
5月 20, 2016
作者:
J
Jiri Denemark
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
qemumonitorjsontest: Add getcpu test data
Signed-off-by:
N
Jiri Denemark
<
jdenemar@redhat.com
>
上级
c57c2bb5
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
65 addition
and
0 deletion
+65
-0
tests/qemumonitorjsondata/qemumonitorjson-getcpu-ecx.data
tests/qemumonitorjsondata/qemumonitorjson-getcpu-ecx.data
+7
-0
tests/qemumonitorjsondata/qemumonitorjson-getcpu-ecx.json
tests/qemumonitorjsondata/qemumonitorjson-getcpu-ecx.json
+57
-0
tests/qemumonitorjsontest.c
tests/qemumonitorjsontest.c
+1
-0
未找到文件。
tests/qemumonitorjsondata/qemumonitorjson-getcpu-ecx.data
0 → 100644
浏览文件 @
7b7cc3aa
<cpudata arch='x86'>
<cpuid eax_in='0x00000001' eax='0x00000000' ebx='0x00000000' ecx='0xf7fa3203' edx='0x0f8bfbff'/>
<cpuid eax_in='0x00000007' eax='0x00000000' ebx='0x001c0fbb' ecx='0x00000000' edx='0x00000000'/>
<cpuid eax_in='0x0000000d' eax='0x00000001' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
<cpuid eax_in='0x40000001' eax='0x010000fb' ebx='0x00000000' ecx='0x00000000' edx='0x00000000'/>
<cpuid eax_in='0x80000001' eax='0x00000000' ebx='0x00000000' ecx='0x00000121' edx='0x2c100800'/>
</cpudata>
tests/qemumonitorjsondata/qemumonitorjson-getcpu-ecx.json
0 → 100644
浏览文件 @
7b7cc3aa
{
"return"
:
[
{
"cpuid-register"
:
"EAX"
,
"cpuid-input-ecx"
:
1
,
"cpuid-input-eax"
:
13
,
"features"
:
1
},
{
"cpuid-register"
:
"EDX"
,
"cpuid-input-eax"
:
2147483658
,
"features"
:
0
},
{
"cpuid-register"
:
"EAX"
,
"cpuid-input-eax"
:
1073741825
,
"features"
:
16777467
},
{
"cpuid-register"
:
"EDX"
,
"cpuid-input-eax"
:
3221225473
,
"features"
:
0
},
{
"cpuid-register"
:
"EDX"
,
"cpuid-input-eax"
:
2147483655
,
"features"
:
0
},
{
"cpuid-register"
:
"ECX"
,
"cpuid-input-eax"
:
2147483649
,
"features"
:
289
},
{
"cpuid-register"
:
"EDX"
,
"cpuid-input-eax"
:
2147483649
,
"features"
:
739248128
},
{
"cpuid-register"
:
"EBX"
,
"cpuid-input-ecx"
:
0
,
"cpuid-input-eax"
:
7
,
"features"
:
1839035
},
{
"cpuid-register"
:
"ECX"
,
"cpuid-input-eax"
:
1
,
"features"
:
4160369155
},
{
"cpuid-register"
:
"EDX"
,
"cpuid-input-eax"
:
1
,
"features"
:
260832255
}
],
"id"
:
"feature-words"
}
tests/qemumonitorjsontest.c
浏览文件 @
7b7cc3aa
...
...
@@ -2431,6 +2431,7 @@ mymain(void)
DO_TEST_CPU_DATA
(
"host"
);
DO_TEST_CPU_DATA
(
"full"
);
DO_TEST_CPU_DATA
(
"ecx"
);
qemuTestDriverFree
(
&
driver
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录