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
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
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