From 1a464894122cad8202c9ccf90a00e95110fc1175 Mon Sep 17 00:00:00 2001 From: Igor Mammedov Date: Thu, 28 Feb 2013 14:55:04 +0000 Subject: [PATCH] qemu: cpuid: hyperv max supported CPUID value test Chapters 3.3/3.4 in Hypervisor Top-Level Functional Specification 2.0A: Windows Server 2008 R2 CPUID.0x40000000.EAX Signed-off-by: Igor Mammedov --- qemu/tests/cfg/qemu_cpu.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qemu/tests/cfg/qemu_cpu.cfg b/qemu/tests/cfg/qemu_cpu.cfg index 2da092d9..6ed024a3 100644 --- a/qemu/tests/cfg/qemu_cpu.cfg +++ b/qemu/tests/cfg/qemu_cpu.cfg @@ -183,6 +183,12 @@ - def: value = "4294967295" flags = "hv_relaxed" + - max_leaf: + test_type = "cpuid_reg_test" + reg = "eax" + leaf = "0x40000000" + value = "1073741829" + 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 -- GitLab