Re: [RESEND PATCH v14 7/7] KVM: arm: page logging 2nd stage fault handling

2014-11-24 Thread Mario Smarduch
On 11/22/2014 11:53 AM, Christoffer Dall wrote: On Fri, Nov 14, 2014 at 01:54:44PM -0800, Mario Smarduch wrote: This patch adds support for handling 2nd stage page faults during migration, it disables faulting in huge pages, and dissolves huge pages to page tables. In case migration is

Re: [RESEND PATCH v14 7/7] KVM: arm: page logging 2nd stage fault handling

2014-11-24 Thread Mario Smarduch
On 11/24/2014 12:02 PM, Mario Smarduch wrote: On 11/22/2014 11:53 AM, Christoffer Dall wrote: On Fri, Nov 14, 2014 at 01:54:44PM -0800, Mario Smarduch wrote: This patch adds support for handling 2nd stage page faults during migration, it disables faulting in huge pages, and dissolves huge

Re: [RESEND PATCH v14 7/7] KVM: arm: page logging 2nd stage fault handling

2014-11-22 Thread Christoffer Dall
On Fri, Nov 14, 2014 at 01:54:44PM -0800, Mario Smarduch wrote: This patch adds support for handling 2nd stage page faults during migration, it disables faulting in huge pages, and dissolves huge pages to page tables. In case migration is canceled huge pages are used again. Resending to

Re: [PATCH v14 7/7] KVM: arm: page logging 2nd stage fault handling

2014-11-14 Thread Marc Zyngier
Hi Mario, On 14/11/14 01:57, Mario Smarduch wrote: This patch adds support for handling 2nd stage page faults during migration, it disables faulting in huge pages, and dissolves huge pages to page tables. In case migration is canceled huge pages are used again. Reviewed-by: Christoffer Dall

Re: [PATCH v14 7/7] KVM: arm: page logging 2nd stage fault handling

2014-11-14 Thread Mario Smarduch
On 11/14/2014 08:45 AM, Marc Zyngier wrote: Hi Mario, On 14/11/14 01:57, Mario Smarduch wrote: This patch adds support for handling 2nd stage page faults during migration, it disables faulting in huge pages, and dissolves huge pages to page tables. In case migration is canceled huge pages

[RESEND PATCH v14 7/7] KVM: arm: page logging 2nd stage fault handling

2014-11-14 Thread Mario Smarduch
This patch adds support for handling 2nd stage page faults during migration, it disables faulting in huge pages, and dissolves huge pages to page tables. In case migration is canceled huge pages are used again. Resending to addresse Marc's comments to simplify stage2_set_pte() handling of

Re: [PATCH v14 7/7] KVM: arm: page logging 2nd stage fault handling

2014-11-14 Thread Marc Zyngier
Hi Mario, On 14/11/14 01:57, Mario Smarduch wrote: This patch adds support for handling 2nd stage page faults during migration, it disables faulting in huge pages, and dissolves huge pages to page tables. In case migration is canceled huge pages are used again. Reviewed-by: Christoffer Dall

Re: [PATCH v14 7/7] KVM: arm: page logging 2nd stage fault handling

2014-11-14 Thread Mario Smarduch
On 11/14/2014 08:45 AM, Marc Zyngier wrote: Hi Mario, On 14/11/14 01:57, Mario Smarduch wrote: This patch adds support for handling 2nd stage page faults during migration, it disables faulting in huge pages, and dissolves huge pages to page tables. In case migration is canceled huge pages

[PATCH v14 7/7] KVM: arm: page logging 2nd stage fault handling

2014-11-13 Thread Mario Smarduch
This patch adds support for handling 2nd stage page faults during migration, it disables faulting in huge pages, and dissolves huge pages to page tables. In case migration is canceled huge pages are used again. Reviewed-by: Christoffer Dall christoffer.dall at linaro.org Signed-off-by: Mario

[PATCH v14 7/7] KVM: arm: page logging 2nd stage fault handling

2014-11-13 Thread Mario Smarduch
This patch adds support for handling 2nd stage page faults during migration, it disables faulting in huge pages, and dissolves huge pages to page tables. In case migration is canceled huge pages are used again. Reviewed-by: Christoffer Dall christoffer.dall at linaro.org Signed-off-by: Mario