On 1/24/22 08:55, Yang Zhong wrote:
diff --git a/target/i386/kvm/kvm.c b/target/i386/kvm/kvm.c
index caf1388d8b..25d26a15f8 100644
--- a/target/i386/kvm/kvm.c
+++ b/target/i386/kvm/kvm.c
@@ -1765,7 +1765,8 @@ int kvm_arch_init_vcpu(CPUState *cs)
                  c = &cpuid_data.entries[cpuid_i++];
              }
              break;
-        case 0x14: {
+        case 0x14:
+        case 0x1d: {

Should this include 0x1e as well?

Paolo

              uint32_t times;
c->function = i;


Reply via email to