提交 7b0c8f88 编写于 作者: I Igor Mammedov 提交者: Lucas Meneghel Rodrigues

qemu: cpuid: hyperv max_vcpus and max_logical_cpus tests

Signed-off-by: NIgor Mammedov <imammedo@redhat.com>
上级 2c593293
......@@ -201,6 +201,18 @@
leaf = "0x40000002"
value = "393217"
flags = "hv_relaxed"
- max_vcpus:
test_type = "cpuid_reg_test"
reg = "eax"
leaf = "0x40000005"
value = "64"
flags = "hv_relaxed"
- max_logical_cpus:
test_type = "cpuid_reg_test"
reg = "eax"
leaf = "0x40000005"
value = "64"
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.
先完成此消息的编辑!
想要评论请 注册