Re: [PATCH 1/2] kvm: powerpc: mark page accessed when mapping a guest page

2013-10-04 Thread Alexander Graf
On 07.08.2013, at 12:03, Bharat Bhushan wrote: Mark the guest page as accessed so that there is likely less chances of this page getting swap-out. Signed-off-by: Bharat Bhushan bharat.bhus...@freescale.com Thanks, applied to kvm-ppc-queue. Alex --- arch/powerpc/kvm/e500_mmu_host.c |

Re: [PATCH 1/2] kvm: powerpc: mark page accessed when mapping a guest page

2013-08-09 Thread Scott Wood
On Wed, 2013-08-07 at 15:33 +0530, Bharat Bhushan wrote: Mark the guest page as accessed so that there is likely less chances of this page getting swap-out. Signed-off-by: Bharat Bhushan bharat.bhus...@freescale.com --- arch/powerpc/kvm/e500_mmu_host.c |3 +++ 1 files changed, 3

[PATCH 1/2] kvm: powerpc: mark page accessed when mapping a guest page

2013-08-07 Thread Bharat Bhushan
Mark the guest page as accessed so that there is likely less chances of this page getting swap-out. Signed-off-by: Bharat Bhushan bharat.bhus...@freescale.com --- arch/powerpc/kvm/e500_mmu_host.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git