All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] KVM: VMX: Remove unused declaration of vmx_request_immediate_exit()
@ 2024-05-06  7:50 Binbin Wu
  2024-06-12  1:18 ` Sean Christopherson
  0 siblings, 1 reply; 2+ messages in thread
From: Binbin Wu @ 2024-05-06  7:50 UTC (permalink / raw)
  To: kvm, linux-kernel; +Cc: pbonzini, seanjc, isaku.yamahata, xiaoyao.li, binbin.wu

After commit 0ec3d6d1f169 "KVM: x86: Fully defer to vendor code to decide
how to force immediate exit", vmx_request_immediate_exit() was removed.
Commit 5f18c642ff7e "KVM: VMX: Move out vmx_x86_ops to 'main.c' to dispatch
VMX and TDX" added its declaration by accident.  Remove it.

Signed-off-by: Binbin Wu <binbin.wu@linux.intel.com>
---
 arch/x86/kvm/vmx/x86_ops.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kvm/vmx/x86_ops.h b/arch/x86/kvm/vmx/x86_ops.h
index 502704596c83..dfab2c2941ad 100644
--- a/arch/x86/kvm/vmx/x86_ops.h
+++ b/arch/x86/kvm/vmx/x86_ops.h
@@ -111,7 +111,6 @@ u64 vmx_get_l2_tsc_offset(struct kvm_vcpu *vcpu);
 u64 vmx_get_l2_tsc_multiplier(struct kvm_vcpu *vcpu);
 void vmx_write_tsc_offset(struct kvm_vcpu *vcpu);
 void vmx_write_tsc_multiplier(struct kvm_vcpu *vcpu);
-void vmx_request_immediate_exit(struct kvm_vcpu *vcpu);
 void vmx_sched_in(struct kvm_vcpu *vcpu, int cpu);
 void vmx_update_cpu_dirty_logging(struct kvm_vcpu *vcpu);
 #ifdef CONFIG_X86_64

base-commit: d91a9cc16417b8247213a0144a1f0fd61dc855dd
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] KVM: VMX: Remove unused declaration of vmx_request_immediate_exit()
  2024-05-06  7:50 [PATCH] KVM: VMX: Remove unused declaration of vmx_request_immediate_exit() Binbin Wu
@ 2024-06-12  1:18 ` Sean Christopherson
  0 siblings, 0 replies; 2+ messages in thread
From: Sean Christopherson @ 2024-06-12  1:18 UTC (permalink / raw)
  To: Sean Christopherson, kvm, linux-kernel, Binbin Wu
  Cc: pbonzini, isaku.yamahata, xiaoyao.li

On Mon, 06 May 2024 15:50:25 +0800, Binbin Wu wrote:
> After commit 0ec3d6d1f169 "KVM: x86: Fully defer to vendor code to decide
> how to force immediate exit", vmx_request_immediate_exit() was removed.
> Commit 5f18c642ff7e "KVM: VMX: Move out vmx_x86_ops to 'main.c' to dispatch
> VMX and TDX" added its declaration by accident.  Remove it.

Applied to kvm-x86 misc, thanks!

[1/1] KVM: VMX: Remove unused declaration of vmx_request_immediate_exit()
      https://github.com/kvm-x86/linux/commit/d5989a3533fc

--
https://github.com/kvm-x86/linux/tree/next

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-12  1:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-06  7:50 [PATCH] KVM: VMX: Remove unused declaration of vmx_request_immediate_exit() Binbin Wu
2024-06-12  1:18 ` Sean Christopherson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.