[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20131106090759.GT7513@redhat.com>
Date: Wed, 6 Nov 2013 11:07:59 +0200
From: Gleb Natapov <gleb@...hat.com>
To: Josh Triplett <josh@...htriplett.org>
Cc: Paolo Bonzini <pbonzini@...hat.com>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>, x86@...nel.org,
kvm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] kvm: Delete prototype for non-existent function
complete_pio
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@...htriplett.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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists