[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 07/17] i386/cpuid: Remove subleaf constraint on CPUID leaf 1F
From: |
Paolo Bonzini |
Subject: |
[PULL 07/17] i386/cpuid: Remove subleaf constraint on CPUID leaf 1F |
Date: |
Tue, 20 Feb 2024 09:05:48 +0100 |
From: Xiaoyao Li <xiaoyao.li@intel.com>
No such constraint that subleaf index needs to be less than 64.
Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com>
Reviewed-by:Yang Weijiang <weijiang.yang@intel.com>
Message-ID: <20240125024016.2521244-3-xiaoyao.li@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
target/i386/kvm/kvm.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/target/i386/kvm/kvm.c b/target/i386/kvm/kvm.c
index dff9dedbd76..9758c83693e 100644
--- a/target/i386/kvm/kvm.c
+++ b/target/i386/kvm/kvm.c
@@ -1926,10 +1926,6 @@ int kvm_arch_init_vcpu(CPUState *cs)
break;
}
- if (i == 0x1f && j == 64) {
- break;
- }
-
c->function = i;
c->flags = KVM_CPUID_FLAG_SIGNIFCANT_INDEX;
c->index = j;
--
2.43.0
- [PULL 08/17] i386/cpuid: Move leaf 7 to correct group, (continued)
- [PULL 08/17] i386/cpuid: Move leaf 7 to correct group, Paolo Bonzini, 2024/02/20
- [PULL 09/17] mips: remove unnecessary "select PTIMER", Paolo Bonzini, 2024/02/20
- [PULL 10/17] isa-superio: validate floppy.count value, Paolo Bonzini, 2024/02/20
- [PULL 11/17] smc37c669: remove useless is_enabled functions, Paolo Bonzini, 2024/02/20
- [PULL 12/17] configure: do not create legacy symlinks, Paolo Bonzini, 2024/02/20
- [PULL 14/17] i386: xen: fix compilation --without-default-devices, Paolo Bonzini, 2024/02/20
- [PULL 13/17] configure: put all symlink creation together, Paolo Bonzini, 2024/02/20
- [PULL 16/17] usb: inline device creation functions, Paolo Bonzini, 2024/02/20
- [PULL 15/17] target/i386: Generate an illegal opcode exception on cmp instructions with lock prefix, Paolo Bonzini, 2024/02/20
- [PULL 17/17] ci: Fix again build-previous-qemu, Paolo Bonzini, 2024/02/20
- [PULL 07/17] i386/cpuid: Remove subleaf constraint on CPUID leaf 1F,
Paolo Bonzini <=
- Re: [PULL 00/17] Build, x86 patches for 2024-02-16, Peter Maydell, 2024/02/20