Re: [Qemu-devel] invoking monitor command without Ctrl+Alt+2

2012-07-13 Thread Eric Blake
On 07/12/2012 10:14 PM, siddharth srivastava wrote: > Hi > > I also see that qemu 0.13 has live migration in inbuilt.Does it also > uses libvirt behind the scenes to create live ram snapshot ? No, you've got it backwards. Qemu does not use libvirt. Rather, libvirt wraps qemu features to expose

Re: [Qemu-devel] invoking monitor command without Ctrl+Alt+2

2012-07-12 Thread siddharth srivastava
Hi I also see that qemu 0.13 has live migration in inbuilt.Does it also uses libvirt behind the scenes to create live ram snapshot ?

Re: [Qemu-devel] invoking monitor command without Ctrl+Alt+2

2012-07-12 Thread Eric Blake
On 07/12/2012 01:17 PM, siddharth srivastava wrote: > Hi > > I am working on a virtualization project for which I am using > Qemu(0.13) + KVM. That's rather old; we're now at 1.1, and there have been some migration bugs fixed in the meantime. >I am trying to get an automated switch to live > mig

[Qemu-devel] invoking monitor command without Ctrl+Alt+2

2012-07-12 Thread siddharth srivastava
Hi I am working on a virtualization project for which I am using Qemu(0.13) + KVM.I am trying to get an automated switch to live migration based on certain condition. According to [1], it is possible to start migration via Qemu Monitor. Since I am trying to invoke this via C code, is it possible t