Signed-off-by: Igor Mammedov <[email protected]>
---
 qemu/tests/cfg/qemu_cpu.cfg |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/qemu/tests/cfg/qemu_cpu.cfg b/qemu/tests/cfg/qemu_cpu.cfg
index 6ed024a..1a6a0c7 100644
--- a/qemu/tests/cfg/qemu_cpu.cfg
+++ b/qemu/tests/cfg/qemu_cpu.cfg
@@ -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
-- 
1.7.1

_______________________________________________
Virt-test-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-test-devel

Reply via email to