kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kvm: x86: Remove stale declaration of kvm_no_apic_vcpu
@ 2021-10-21 18:54 Jim Mattson
  2021-10-21 20:45 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Jim Mattson @ 2021-10-21 18:54 UTC (permalink / raw)
  To: kvm, pbonzini; +Cc: Jim Mattson

This variable was renamed to kvm_has_noapic_vcpu in commit
6e4e3b4df4e3 ("KVM: Stop using deprecated jump label APIs").

Signed-off-by: Jim Mattson <jmattson@google.com>
---
 arch/x86/kvm/x86.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/x86/kvm/x86.h b/arch/x86/kvm/x86.h
index 7d66d63dc55a..ea264c4502e4 100644
--- a/arch/x86/kvm/x86.h
+++ b/arch/x86/kvm/x86.h
@@ -343,8 +343,6 @@ extern bool enable_vmware_backdoor;
 
 extern int pi_inject_timer;
 
-extern struct static_key kvm_no_apic_vcpu;
-
 extern bool report_ignored_msrs;
 
 static inline u64 nsec_to_cycles(struct kvm_vcpu *vcpu, u64 nsec)
-- 
2.33.0.1079.g6e70778dc9-goog


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

* Re: [PATCH] kvm: x86: Remove stale declaration of kvm_no_apic_vcpu
  2021-10-21 18:54 [PATCH] kvm: x86: Remove stale declaration of kvm_no_apic_vcpu Jim Mattson
@ 2021-10-21 20:45 ` Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2021-10-21 20:45 UTC (permalink / raw)
  To: Jim Mattson, kvm

On 21/10/21 20:54, Jim Mattson wrote:
> This variable was renamed to kvm_has_noapic_vcpu in commit
> 6e4e3b4df4e3 ("KVM: Stop using deprecated jump label APIs").
> 
> Signed-off-by: Jim Mattson <jmattson@google.com>
> ---
>   arch/x86/kvm/x86.h | 2 --
>   1 file changed, 2 deletions(-)
> 
> diff --git a/arch/x86/kvm/x86.h b/arch/x86/kvm/x86.h
> index 7d66d63dc55a..ea264c4502e4 100644
> --- a/arch/x86/kvm/x86.h
> +++ b/arch/x86/kvm/x86.h
> @@ -343,8 +343,6 @@ extern bool enable_vmware_backdoor;
>   
>   extern int pi_inject_timer;
>   
> -extern struct static_key kvm_no_apic_vcpu;
> -
>   extern bool report_ignored_msrs;
>   
>   static inline u64 nsec_to_cycles(struct kvm_vcpu *vcpu, u64 nsec)
> 

Queued, thanks.

Paolo


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

end of thread, other threads:[~2021-10-21 20:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-21 18:54 [PATCH] kvm: x86: Remove stale declaration of kvm_no_apic_vcpu Jim Mattson
2021-10-21 20:45 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).