* [PATCH 1/2] kvm: Fix powerpc compile slippage.
@ 2014-09-23 17:58 Andres Lagar-Cavilla
2014-09-23 18:03 ` Andres Lagar-Cavilla
0 siblings, 1 reply; 3+ messages in thread
From: Andres Lagar-Cavilla @ 2014-09-23 17:58 UTC (permalink / raw)
To: Paolo Bonzini, fengguang.wu, kvm; +Cc: Andres Lagar-Cavilla
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(-)
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
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 1/2] kvm: Fix powerpc compile slippage.
2014-09-23 17:58 [PATCH 1/2] kvm: Fix powerpc compile slippage Andres Lagar-Cavilla
@ 2014-09-23 18:03 ` Andres Lagar-Cavilla
2014-09-23 18:36 ` Paolo Bonzini
0 siblings, 1 reply; 3+ messages in thread
From: Andres Lagar-Cavilla @ 2014-09-23 18:03 UTC (permalink / raw)
To: Paolo Bonzini, fengguang.wu, kvm; +Cc: Andres Lagar-Cavilla
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
>
--
Andres Lagar-Cavilla | Google Kernel Team | andreslc@google.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-09-23 18:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-23 17:58 [PATCH 1/2] kvm: Fix powerpc compile slippage Andres Lagar-Cavilla
2014-09-23 18:03 ` Andres Lagar-Cavilla
2014-09-23 18:36 ` Paolo Bonzini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox