Re: [Qemu-devel] qemu-kvm 1.2, after VM cloning, source_VM error

2013-04-28 Thread Shashaankar Reddy
cation!! On Wed, Apr 17, 2013 at 4:37 AM, Stefan Hajnoczi wrote: > On Tue, Apr 16, 2013 at 08:02:27PM -0400, Shashaankar Reddy wrote: > > We have taken qemu-kvm version 1.2 for developing a patch that would do > > cloning of a VM using pre-copy based live VM migration in qemu-kvm

[Qemu-devel] qemu-kvm 1.2, after VM cloning, source_VM error

2013-04-16 Thread Shashaankar Reddy
Hi All, We have taken qemu-kvm version 1.2 for developing a patch that would do cloning of a VM using pre-copy based live VM migration in qemu-kvm code. After the migration is completed, we could see the cloned_Vm is up and running, also handled network configuration (assigning new mac and Ip add

[Qemu-devel] qemu-kvm precopy based cloning

2013-04-02 Thread shashaankar reddy
Hi All, I'm very new to qemu code base and keenly interested in understanding how live VM migration works (pre-copy mechanism). So that I can work on contributing pre-copy based live VM cloning. Any inputs from current developers regarding pre-copy migration and specific hook points to implement