diff mbox

[1/2] kvm: Fix powerpc compile slippage.

Message ID 1411495121-22921-1-git-send-email-andreslc@google.com (mailing list archive)
State New, archived
Headers show

Commit Message

Andres Lagar-Cavilla Sept. 23, 2014, 5:58 p.m. UTC
After "kvm: Fix page ageing bugs"

Signed-off-by: Andres Lagar-Cavilla <andreslc@google.com>
---
 arch/powerpc/include/asm/kvm_ppc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andres Lagar-Cavilla Sept. 23, 2014, 6:03 p.m. UTC | #1
On Tue, Sep 23, 2014 at 10:58 AM, Andres Lagar-Cavilla
<andreslc@google.com> wrote:
> After "kvm: Fix page ageing bugs"
>
> Signed-off-by: Andres Lagar-Cavilla <andreslc@google.com>

I can resend without the 1/2 (git n00b growing pains). Otherwise that
should fix the kbuild error. Apologies for that.
Andres

> ---
>  arch/powerpc/include/asm/kvm_ppc.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/powerpc/include/asm/kvm_ppc.h b/arch/powerpc/include/asm/kvm_ppc.h
> index fb86a22..d4a92d7 100644
> --- a/arch/powerpc/include/asm/kvm_ppc.h
> +++ b/arch/powerpc/include/asm/kvm_ppc.h
> @@ -243,7 +243,7 @@ struct kvmppc_ops {
>         int (*unmap_hva)(struct kvm *kvm, unsigned long hva);
>         int (*unmap_hva_range)(struct kvm *kvm, unsigned long start,
>                            unsigned long end);
> -       int (*age_hva)(struct kvm *kvm, unsigned long hva);
> +       int (*age_hva)(struct kvm *kvm, unsigned long start, unsigned long end);
>         int (*test_age_hva)(struct kvm *kvm, unsigned long hva);
>         void (*set_spte_hva)(struct kvm *kvm, unsigned long hva, pte_t pte);
>         void (*mmu_destroy)(struct kvm_vcpu *vcpu);
> --
> 2.1.0.rc2.206.gedb03e5
>
Paolo Bonzini Sept. 23, 2014, 6:36 p.m. UTC | #2
Il 23/09/2014 20:03, Andres Lagar-Cavilla ha scritto:
> I can resend without the 1/2 (git n00b growing pains). Otherwise that
> should fix the kbuild error. Apologies for that.

No problem, kvm/queue is there for this reason.  It can be rebased, so
I'll just squash this into the patch.

Paolo
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/powerpc/include/asm/kvm_ppc.h b/arch/powerpc/include/asm/kvm_ppc.h
index fb86a22..d4a92d7 100644
--- a/arch/powerpc/include/asm/kvm_ppc.h
+++ b/arch/powerpc/include/asm/kvm_ppc.h
@@ -243,7 +243,7 @@  struct kvmppc_ops {
 	int (*unmap_hva)(struct kvm *kvm, unsigned long hva);
 	int (*unmap_hva_range)(struct kvm *kvm, unsigned long start,
 			   unsigned long end);
-	int (*age_hva)(struct kvm *kvm, unsigned long hva);
+	int (*age_hva)(struct kvm *kvm, unsigned long start, unsigned long end);
 	int (*test_age_hva)(struct kvm *kvm, unsigned long hva);
 	void (*set_spte_hva)(struct kvm *kvm, unsigned long hva, pte_t pte);
 	void (*mmu_destroy)(struct kvm_vcpu *vcpu);