linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] kvm: Delete prototype for non-existent function complete_pio
@ 2013-10-20 14:29 Josh Triplett
  2013-11-06  9:07 ` Gleb Natapov
  0 siblings, 1 reply; 2+ messages in thread
From: Josh Triplett @ 2013-10-20 14:29 UTC (permalink / raw)
  To: Gleb Natapov, Paolo Bonzini, Thomas Gleixner, Ingo Molnar,
	H. Peter Anvin, x86, kvm, linux-kernel

complete_pio ceased to exist in commit
7972995b0c346de76fe260ce0fd6bcc8ffab724a ("KVM: x86 emulator: Move
string pio emulation into emulator.c"), but the prototype remained.
Remove its prototype.

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
---
 arch/x86/include/asm/kvm_host.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index c76ff74..00c5f44 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -926,7 +926,6 @@ void kvm_mmu_invlpg(struct kvm_vcpu *vcpu, gva_t gva);
 void kvm_enable_tdp(void);
 void kvm_disable_tdp(void);
 
-int complete_pio(struct kvm_vcpu *vcpu);
 bool kvm_check_iopl(struct kvm_vcpu *vcpu);
 
 static inline gpa_t translate_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u32 access)
-- 
1.8.4.rc3


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

* Re: [PATCH 1/2] kvm: Delete prototype for non-existent function complete_pio
  2013-10-20 14:29 [PATCH 1/2] kvm: Delete prototype for non-existent function complete_pio Josh Triplett
@ 2013-11-06  9:07 ` Gleb Natapov
  0 siblings, 0 replies; 2+ messages in thread
From: Gleb Natapov @ 2013-11-06  9:07 UTC (permalink / raw)
  To: Josh Triplett
  Cc: Paolo Bonzini, Thomas Gleixner, Ingo Molnar, H. Peter Anvin, x86,
	kvm, linux-kernel

On Sun, Oct 20, 2013 at 03:29:57PM +0100, Josh Triplett wrote:
> complete_pio ceased to exist in commit
> 7972995b0c346de76fe260ce0fd6bcc8ffab724a ("KVM: x86 emulator: Move
> string pio emulation into emulator.c"), but the prototype remained.
> Remove its prototype.
> 
> Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Applied both, thanks. Sorry for the late reply.

> ---
>  arch/x86/include/asm/kvm_host.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
> index c76ff74..00c5f44 100644
> --- a/arch/x86/include/asm/kvm_host.h
> +++ b/arch/x86/include/asm/kvm_host.h
> @@ -926,7 +926,6 @@ void kvm_mmu_invlpg(struct kvm_vcpu *vcpu, gva_t gva);
>  void kvm_enable_tdp(void);
>  void kvm_disable_tdp(void);
>  
> -int complete_pio(struct kvm_vcpu *vcpu);
>  bool kvm_check_iopl(struct kvm_vcpu *vcpu);
>  
>  static inline gpa_t translate_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u32 access)
> -- 
> 1.8.4.rc3

--
			Gleb.

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

end of thread, other threads:[~2013-11-06  9:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-20 14:29 [PATCH 1/2] kvm: Delete prototype for non-existent function complete_pio Josh Triplett
2013-11-06  9:07 ` Gleb Natapov

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