]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: Use u32 for holding CPUID register value in helpers
authorSean Christopherson <sean.j.christopherson@intel.com>
Mon, 2 Mar 2020 23:56:28 +0000 (15:56 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Mar 2020 16:58:13 +0000 (17:58 +0100)
commit3be5a60b454a19979963a246a6286255ce965fcf
treed97654126f114ebb3204a495710fdcd168eba9e4
parent160b486f65ff89be7f90ff9297bb4bb0da446d91
KVM: x86: Use u32 for holding CPUID register value in helpers

Change the intermediate CPUID output register values from "int" to "u32"
to match both hardware and the storage type in struct cpuid_reg.

No functional change intended.

Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/cpuid.h