qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Are there plans to achieve ram live Snapshot feature?


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] Are there plans to achieve ram live Snapshot feature?
Date: Mon, 12 Aug 2013 13:33:35 +0200

On Mon, Aug 12, 2013 at 12:26 PM, Alex Bligh <address@hidden> wrote:
> --On 12 August 2013 11:59:03 +0200 Stefan Hajnoczi <address@hidden>
> wrote:
>
>> The idea that was discussed on address@hidden uses fork(2) to
>> capture the state of guest RAM and then send it back to the parent
>> process.  The guest is only paused for a brief instant during fork(2)
>> and can continue to run afterwards.
>
>
> How would you capture the state of emulated hardware which might not
> be in the guest RAM?

Exactly the same way vmsave works today.  It calls the device's save
functions which serialize state to file.

The difference between today's vmsave and the fork(2) approach is that
QEMU does not need to wait for guest RAM to be written to file before
resuming the guest.

Stefan



reply via email to

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