]> 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)
commit408a6908c0bb316d07ff5f853e187e07f7349dc9
treed97654126f114ebb3204a495710fdcd168eba9e4
parent69ed41c9f5924bf04c4aaee3c776c3e595cee71b
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