diff --git a/qemu/tests/cfg/x86_cpu_model.cfg b/qemu/tests/cfg/x86_cpu_model.cfg index cf2e6b12179ae9a4a730bd12af05ed3d7abbb74e..73faf12ba6d15cfd54532767d9eecf29ac87c272 100644 --- a/qemu/tests/cfg/x86_cpu_model.cfg +++ b/qemu/tests/cfg/x86_cpu_model.cfg @@ -12,6 +12,11 @@ get_model_cmd = "lscpu | grep 'Model name'" check_flag_cmd = "lscpu | grep Flags | awk -F ':' '{print $2}'" variants model: + - host: + type = boot + cpu_model = host + start_vm = yes + cpu_model_flags += ",check" - EPYC: flags = "movbe rdrand rdtscp fxsr_opt cr8_legacy osvw fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 arat f16c" model_pattern = "AMD EPYC Processor%s"