提交 2c593293 编写于 作者: I Igor Mammedov 提交者: Lucas Meneghel Rodrigues

qemu: cpuid: hyperv build and version numbers tests

Signed-off-by: NIgor Mammedov <imammedo@redhat.com>
上级 1a464894
......@@ -189,6 +189,18 @@
leaf = "0x40000000"
value = "1073741829"
flags = "hv_relaxed"
- build:
test_type = "cpuid_reg_test"
reg = "eax"
leaf = "0x40000002"
value = "7100"
flags = "hv_relaxed"
- version:
test_type = "cpuid_reg_test"
reg = "ebx"
leaf = "0x40000002"
value = "393217"
flags = "hv_relaxed"
- custom:
# the checks below will be run without setting the CPU model
# explicitly. they can be repeated for each known CPU model
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册