linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] KVM: Remove duplicated declaration of kvm_vcpu_kick
@ 2019-12-03  7:44 Zenghui Yu
  2019-12-03  7:48 ` Cornelia Huck
  0 siblings, 1 reply; 2+ messages in thread
From: Zenghui Yu @ 2019-12-03  7:44 UTC (permalink / raw)
  To: pbonzini, rkrcmar; +Cc: kvm, linux-kernel, wanghaibin.wang, Zenghui Yu

There are two declarations of kvm_vcpu_kick() in kvm_host.h where
one of them is redundant. Remove to keep the git grep a bit cleaner.

Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
---
 include/linux/kvm_host.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index 7ed1e2f8641e..92ce5e205622 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -982,7 +982,6 @@ void kvm_arch_destroy_vm(struct kvm *kvm);
 void kvm_arch_sync_events(struct kvm *kvm);
 
 int kvm_cpu_has_pending_timer(struct kvm_vcpu *vcpu);
-void kvm_vcpu_kick(struct kvm_vcpu *vcpu);
 
 bool kvm_is_reserved_pfn(kvm_pfn_t pfn);
 bool kvm_is_zone_device_pfn(kvm_pfn_t pfn);
-- 
2.19.1



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

* Re: [PATCH] KVM: Remove duplicated declaration of kvm_vcpu_kick
  2019-12-03  7:44 [PATCH] KVM: Remove duplicated declaration of kvm_vcpu_kick Zenghui Yu
@ 2019-12-03  7:48 ` Cornelia Huck
  0 siblings, 0 replies; 2+ messages in thread
From: Cornelia Huck @ 2019-12-03  7:48 UTC (permalink / raw)
  To: Zenghui Yu; +Cc: pbonzini, rkrcmar, kvm, linux-kernel, wanghaibin.wang

On Tue, 3 Dec 2019 15:44:08 +0800
Zenghui Yu <yuzenghui@huawei.com> wrote:

> There are two declarations of kvm_vcpu_kick() in kvm_host.h where
> one of them is redundant. Remove to keep the git grep a bit cleaner.
> 
> Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
> ---
>  include/linux/kvm_host.h | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Cornelia Huck <cohuck@redhat.com>


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

end of thread, other threads:[~2019-12-03  7:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-03  7:44 [PATCH] KVM: Remove duplicated declaration of kvm_vcpu_kick Zenghui Yu
2019-12-03  7:48 ` Cornelia Huck

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).