|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] vmcs_revision_id: do we care?
Yes, it would be along those lines. Also HVM save/restore should probably
not be checking for identical CPU stepping number, if it's actually allowed
that steppings can differ even within the same machine!
It's probably not too hard to knock up for 3.2.1, and maybe in time for
3.1.3, but it's bound to have some performance impact (but only on
mixed-stepping systems). I'm not sure how much that impact will be.
-- Keir
On 9/1/08 16:13, "Daniel Li" <dli@xxxxxxxxxxxxxxx> wrote:
> Based on what I've heard, both IBM and Intel have been telling people
> this configuration is valid. From what I was able to dig out, Intel in
> their System Programming Guide: Virtual Machine Monitor Programming
> Considerations, published Nov. 2007, suggested when loading a VMCS onto
> a processor with a different vmcs_revision_id, instead of using VMPTRLD,
> one should use VMREAD to read out each field then use VMWRITE to write
> them back. Is that more or less the kind of work we are facing here? Or
> is there more?
>
> Thanks,
> Dan
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|