Re: [PATCH v14 6/7] KVM: arm: dirty logging write protect support

2014-11-24 Thread Mario Smarduch
On 11/22/2014 11:40 AM, Christoffer Dall wrote: > On Thu, Nov 13, 2014 at 05:57:47PM -0800, Mario Smarduch wrote: >> Add support to track dirty pages between user space KVM_GET_DIRTY_LOG ioctl >> calls. We call kvm_get_dirty_log_protect() function to do most of the work. >> >> Reviewed-by: Marc Zyn

Re: [PATCH v14 5/7] KVM: arm: Add initial dirty page locking support

2014-11-24 Thread Mario Smarduch
On 11/22/2014 11:33 AM, Christoffer Dall wrote: > On Thu, Nov 13, 2014 at 05:57:46PM -0800, Mario Smarduch wrote: >> Add support for initial write protection of VM memslots. This patch >> series assumes that huge PUDs will not be used in 2nd stage tables, which is >> always valid on ARMv7. >> >> Si

Re: [PATCH v14 3/7] KVM: x86: switch to kvm_get_dirty_log_protect

2014-11-24 Thread Mario Smarduch
On 11/22/2014 11:19 AM, Christoffer Dall wrote: > On Thu, Nov 13, 2014 at 05:57:44PM -0800, Mario Smarduch wrote: >> From: Paolo Bonzini >> >> We now have a generic function that does most of the work of >> kvm_vm_ioctl_get_dirty_log, now use it. >> >> Signed-off-by: Mario Smarduch >> --- >> arc