]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: VMX: remove regs argument of __vmx_vcpu_run
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Apr 2026 12:04:18 +0000 (08:04 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 28 Apr 2026 10:56:06 +0000 (06:56 -0400)
commitea449889703578da86e548f5aed46387e10da748
tree2567cbcf02a5fe4ca65b4a095adfa6e33f86f853
parent909eac682c984c3cb02485d5950c2a8d573c1667
KVM: VMX: remove regs argument of __vmx_vcpu_run

Registers are reachable through vcpu_vmx, no need to pass
a separate pointer to the regs[] array.

No functional change intended.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/kvm-asm-offsets.c
arch/x86/kvm/vmx/vmenter.S
arch/x86/kvm/vmx/vmx.c
arch/x86/kvm/vmx/vmx.h