Re: [PATCH 3/3] migration dirtybitmap support ARMv7

2014-04-16 Thread Marc Zyngier
Hi Mario, On 16/04/14 02:24, Mario Smarduch wrote: Hi Eric, Mark - what repository should I use to pick up Eric patches? The initial posting was there: https://lists.cs.columbia.edu/pipermail/kvmarm/2014-April/008791.html Reading Eric's patch again, it is not doing exactly the same thing,

Re: [PATCH 3/3] migration dirtybitmap support ARMv7

2014-04-16 Thread Christian Borntraeger
On 16/04/14 10:13, Marc Zyngier wrote: Hi Mario, On 16/04/14 02:24, Mario Smarduch wrote: Hi Eric, Mark - what repository should I use to pick up Eric patches? The initial posting was there: https://lists.cs.columbia.edu/pipermail/kvmarm/2014-April/008791.html Reading Eric's

Re: [PATCH 3/3] migration dirtybitmap support ARMv7

2014-04-15 Thread Marc Zyngier
On 15/04/14 02:24, Mario Smarduch wrote: - support QEMU interface for initial VM Write Protect - QEMU Dirty bit map log retrieval Signed-off-by: Mario Smarduch m.smard...@samsung.com --- arch/arm/kvm/arm.c | 62 +++- 1 file changed,

Re: [PATCH 3/3] migration dirtybitmap support ARMv7

2014-04-15 Thread Mario Smarduch
Hi Eric, Mark - what repository should I use to pick up Eric patches? For kvm_vm_ioctl_get_dirty_log() not sure what to make generic it appears generic enough and it does what it needs to do? Thanks, Mario On 04/15/2014 02:06 AM, Marc Zyngier wrote: On 15/04/14 02:24, Mario Smarduch