]> 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)
commitccd11fb5ae7d516a60b0465f710cb54aa111f1fe
treed97654126f114ebb3204a495710fdcd168eba9e4
parent8b97b00d0c1bd2165fb217706f679dadd067336b
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