Re: [PATCH 0/4 v3] kvm: powerpc: use cache attributes from linux pte

2013-12-18 Thread Alexander Graf
On 18.11.2013, at 19:36, Scott Wood wrote: > On Fri, 2013-11-15 at 11:01 +0530, Bharat Bhushan wrote: >> From: Bharat Bhushan >> >> v2->v3 >> - Returning pte pointer rather than pte as suggested by Scott >> - Also removed PAGE_SPLITTING as this need to be handled by caller >> >> v1->v2 >>

Re: [PATCH 0/4 v3] kvm: powerpc: use cache attributes from linux pte

2013-11-18 Thread Scott Wood
On Fri, 2013-11-15 at 11:01 +0530, Bharat Bhushan wrote: > From: Bharat Bhushan > > v2->v3 > - Returning pte pointer rather than pte as suggested by Scott > - Also removed PAGE_SPLITTING as this need to be handled by caller > > v1->v2 > - Removed _PAGE_BUSY loop as suggested by PaulS. > -

[PATCH 0/4 v3] kvm: powerpc: use cache attributes from linux pte

2013-11-14 Thread Bharat Bhushan
From: Bharat Bhushan v2->v3 - Returning pte pointer rather than pte as suggested by Scott - Also removed PAGE_SPLITTING as this need to be handled by caller v1->v2 - Removed _PAGE_BUSY loop as suggested by PaulS. - Added check for PAGE_SPLITTING kvm: powerpc: use cache attributes from li