qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4 0/6] save/restore on Xen


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH v4 0/6] save/restore on Xen
Date: Tue, 24 Jan 2012 07:18:57 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15

On 01/24/2012 05:13 AM, Avi Kivity wrote:
On 01/24/2012 12:21 PM, Gerd Hoffmann wrote:

But viewing RAM as just another device, having Xen only restore a
subset of
devices should be a reasonable thing to do moving forward.

I don't think modeling device memory (i.e. vga vram) as something
independent from the device (vga) is a good idea.  Because it isn't.

Right.  We should have VMSTATE_RAM() to express the dependency.

No, VMSTATE has nothign to do with reset.

Ram should be a device and then you can hook up ram through the composition 
tree.

But reset is going to propagate preorder, not postorder, so this isn't going to help anyway.

Postorder initialization doesn't make a whole lot of sense when you think about the semantics of it.

Regards,

Anthony Liguori






reply via email to

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