Re: [PATCH 1/3] KVM: PPC: e500: Fix TLBnCFG in KVM_CONFIG_TLB

2011-12-19 Thread Alexander Graf
On 29.11.2011, at 02:20, Scott Wood wrote: > The associativity, not just total size, can differ from the host > hardware. > > Signed-off-by: Scott Wood Thanks, applied to kvm-ppc-next. Alex -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord.

[PATCH 1/3] KVM: PPC: e500: Fix TLBnCFG in KVM_CONFIG_TLB

2011-11-28 Thread Scott Wood
The associativity, not just total size, can differ from the host hardware. Signed-off-by: Scott Wood --- arch/powerpc/kvm/e500_tlb.c | 19 ++- 1 files changed, 14 insertions(+), 5 deletions(-) diff --git a/arch/powerpc/kvm/e500_tlb.c b/arch/powerpc/kvm/e500_tlb.c index 9cd124a