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: Dietmar Maurer
Subject: Re: [Qemu-devel] [RFC PATCH 0/2] live backup vm
Date: Wed, 12 Dec 2012 09:03:36 +0000

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

We save to block devices, so we need to allocate them in advance
with a size of 2 x 'memory size'.
So we have an upper limit for the state file file, i.e. we stop the
VM if ('statefile size' > 'assigned memory').

It would be great to have some other means to reduce state size (instead 
of stopping the VM), for example by slowing down the VM somehow? 
Any other ideas?

reply via email to

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