qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH 0/2] live backup vm


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [RFC PATCH 0/2] live backup vm
Date: Wed, 12 Dec 2012 03:30:38 -0500 (EST)

> So our snapshot implementation uses the following steps:
> 
> 1.) qmp: savevm-start [statefile]
> 
> This save the VM state into [statefile] and then stops the VM.

That's migrate exec:cat>statefile (or similar)

> 2.) qga freezefs

How can freezefs run while the VM is stopped?

> 3.) create snapshots: either using external tools or by qmp:
> snapshot-drive
> 
> 4.) gqa unfreezefs

Same as above, this should be done after step (5).

> 5.) qmp: savevm-end
> 
> This restarts/resumes the VM

That's simply "cont".

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]