WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH 2/4] XSAVE/XRSTOR: enable guest save/restore

To: Jan Beulich <JBeulich@xxxxxxxxxx>, Weidong Han <weidong.han@xxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH 2/4] XSAVE/XRSTOR: enable guest save/restore
From: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Date: Tue, 31 Aug 2010 08:30:51 +0100
Cc: Jeremy Fitzhardinge <jeremy@xxxxxxxx>, Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 31 Aug 2010 00:32:50 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4C7CC69F02000078000130B4@xxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: ActI21phT+uI+kXqSiyfhOJNmvYoCgAAxWrS
Thread-topic: [Xen-devel] [PATCH 2/4] XSAVE/XRSTOR: enable guest save/restore
User-agent: Microsoft-Entourage/12.26.0.100708
On 31/08/2010 08:08, "Jan Beulich" <JBeulich@xxxxxxxxxx> wrote:

>> #define VGCF_I387_VALID                (1<<0)
>> #define VGCF_IN_KERNEL                 (1<<2)
>> #define _VGCF_i387_valid               0
> 
> As Keir already indicated, you can't change the size of this structure.
> I'd say that it was a mistake to include the FPU state directly here in
> the first place - you'll have to invent a mechanism to (compatibly)
> not make this a requirement anymore. E.g. use the reserved part of
> fpu_ctxt to store a guest handle referring to the actual area: This
> ought to work as (iirc) the structure is used as input only
> (VCPUOP_initialize) outside of the tools, and the domctl interface is
> allowed to change as long as you don't break compatibility with
> stored data (saved guest images).

I would agree but for the fact that it appears that XSAVE is only supported
for HVM guests right now. Hence this whole rigmarole is actually currently
pointless, since HVM guests do not initialise/save/restore the
vcpu_guest_context structure. I think probably this bit of the patch could
simply be dropped until PV support is added.

 -- Keir



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel