On Tue, May 13, 2014 at 2:08 PM, Kevin Wolf wrote:
> Am 13.05.2014 um 10:20 hat Shehbaz Jaffer geschrieben:
>> Hi,
>>
>> Could anyone please give me the command to do live-migration to to a
>> file? I have tried searching on QEMU Wiki but all the articles that I
>> have come across point to snapsh
Am 13.05.2014 um 10:20 hat Shehbaz Jaffer geschrieben:
> Hi,
>
> Could anyone please give me the command to do live-migration to to a
> file? I have tried searching on QEMU Wiki but all the articles that I
> have come across point to snapshotting the disk, and not the entire VM
> to a file.
In th
Hi,
Could anyone please give me the command to do live-migration to to a
file? I have tried searching on QEMU Wiki but all the articles that I
have come across point to snapshotting the disk, and not the entire VM
to a file.
Appreciate your help.
Thanks,
Shehbaz
On Sat, Apr 19, 2014 at 11:07 PM
Thankyou for your reply. Live migration does seem like an interesting
option to explore. I will look into it and get back if I get stuck.
On Wed, Apr 16, 2014 at 6:16 PM, Kevin Wolf wrote:
> Am 15.04.2014 um 16:55 hat Shehbaz Jaffer geschrieben:
> > Thankyou for your reply. I do not face the er
Am 15.04.2014 um 16:55 hat Shehbaz Jaffer geschrieben:
> Thankyou for your reply. I do not face the error using qemu.1.7.1 version.
>
> 1 quick question:
>
> I want to create a qcow2 image file after my VM has completed booting; i.e.,
> when I boot from this new snapshot, I should directly get to
Thankyou for your reply. I do not face the error using qemu.1.7.1 version.
1 quick question:
I want to create a qcow2 image file after my VM has completed booting;
i.e., when I boot from this new snapshot, I should directly get to my VMs
login prompt. How can i create such a qcow2 snapshot?
I tr
* Shehbaz Jaffer (shehbazjaffer...@gmail.com) wrote:
> Hi,
>
> I am running a Ubuntu 12.04 guest VM that I created using vm-builder on a
> Ubuntu 12.04 Operating System. I am using qemu-2.0.0-rc0 version. I want to
> boot from a saved snapshot instance of the guest VM, so I created a
> snapshot us
Hi,
I am running a Ubuntu 12.04 guest VM that I created using vm-builder on a
Ubuntu 12.04 Operating System. I am using qemu-2.0.0-rc0 version. I want to
boot from a saved snapshot instance of the guest VM, so I created a
snapshot using the Qemu Monitor as follows:
stop
savevm new
cont
quit
I