Searched hist:"8 b44b174f6aca815fc84c2038e4523ef8e32fabb" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/kvm/ |
H A D | cpuid.c | diff 8b44b174f6aca815fc84c2038e4523ef8e32fabb Fri Nov 05 04:51:00 CDT 2021 Sean Christopherson <seanjc@google.com> KVM: x86: Add helper to consolidate core logic of SET_CPUID{2} flows
Move the core logic of SET_CPUID and SET_CPUID2 to a common helper, the only difference between the two ioctls() is the format of the userspace struct. A future fix will add yet more code to the core logic.
No functional change intended.
Cc: stable@vger.kernel.org Signed-off-by: Sean Christopherson <seanjc@google.com> Message-Id: <20211105095101.5384-2-pdurrant@amazon.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|