Re: [PATCH 0/6 v5] kvm: powerpc: use cache attributes from linux pte

2013-10-04 Thread Alexander Graf
On 19.09.2013, at 08:02, Bharat Bhushan wrote: > From: Bharat Bhushan > > First patch is a typo fix where book3e define _PAGE_LENDIAN while it > should be defined as _PAGE_ENDIAN. This seems to show that this is never > exercised :-) > > Second and third patch is to allow guest controlling "G

[PATCH 0/6 v5] kvm: powerpc: use cache attributes from linux pte

2013-09-18 Thread Bharat Bhushan
From: Bharat Bhushan First patch is a typo fix where book3e define _PAGE_LENDIAN while it should be defined as _PAGE_ENDIAN. This seems to show that this is never exercised :-) Second and third patch is to allow guest controlling "G"-Guarded and "E"-Endian TLB attributes respectively. Fourth