[0/2] KVM: VMX: Stub out enable_evmcs static key

Message ID 20230208205430.1424667-1-seanjc@google.com
Headers
Series KVM: VMX: Stub out enable_evmcs static key |

Message

Sean Christopherson Feb. 8, 2023, 8:54 p.m. UTC
  Stub out the enable_evmcs static key for CONFIG_HYPERV=n.  gcc (as of
gcc-12) isn't clever enough to elide the nop placeholder when there's no
code guarded by a static branch.  With gcc-12, because of the vast number
of VMCS accesses, eliminating the nops reduces the size of kvm-intel.ko by
~7.5% (200KiB).

Patch 1 is tangentially related cleanup.

Applies on `git@github.com:kvm-x86/linux.git vmx`.

Sean Christopherson (2):
  KVM: nVMX: Move EVMCS1_SUPPORT_* macros to hyperv.c
  KVM: VMX: Stub out enable_evmcs static key for CONFIG_HYPERV=n

 arch/x86/kvm/vmx/hyperv.c  | 107 +++++++++++++++++++++++++++++++++-
 arch/x86/kvm/vmx/hyperv.h  | 115 +++----------------------------------
 arch/x86/kvm/vmx/vmx.c     |  15 +++--
 arch/x86/kvm/vmx/vmx_ops.h |  22 +++----
 4 files changed, 132 insertions(+), 127 deletions(-)


base-commit: 93827a0a36396f2fd6368a54a020f420c8916e9b