Re: VM Migration using Qemu on AArch64

2014-11-14 Thread Yash Nandkeolyar
Hi Alex, Regarding ARMv8 VM migration , in qemu command we have tried with SMP1 and SMP 2 option , we are facing same error . We have applied patch on kernel version 3.16 and used qemu version link shared with you in previous discussion. I remember that in our previous discussion , you were

Re: VM Migration using Qemu on AArch64

2014-11-10 Thread Alex Bennée
Christoffer Dall writes: > On Mon, Nov 10, 2014 at 1:37 PM, Yash Nandkeolyar wrote: >> >> Hi, >> >> We are trying to do VM Migration using the version of Qemu obtained from the >> following branch: >> >> https://github.com/stsquad/qemu/tree/armv8-migration/v4 >> >> And we are also using Linux K

Re: VM Migration using Qemu on AArch64

2014-11-10 Thread Christoffer Dall
On Mon, Nov 10, 2014 at 1:37 PM, Yash Nandkeolyar wrote: > > Hi, > > We are trying to do VM Migration using the version of Qemu obtained from the > following branch: > > https://github.com/stsquad/qemu/tree/armv8-migration/v4 > > And we are also using Linux Kernel 3.16 compiled with the patches fo

VM Migration using Qemu on AArch64

2014-11-10 Thread Yash Nandkeolyar
Hi, We are trying to do VM Migration using the version of Qemu obtained from the following branch: https://github.com/stsquad/qemu/tree/armv8-migration/v4 And we are also using Linux Kernel 3.16 compiled with the patches for AArch64 migration support obtained from the following link: http://pat