* shared features in cpuid
@ 2020-08-21 10:12 Olaf Hering
2020-08-21 10:25 ` Andrew Cooper
0 siblings, 1 reply; 2+ messages in thread
From: Olaf Hering @ 2020-08-21 10:12 UTC (permalink / raw)
To: Andrew Cooper; +Cc: xen-devel
[-- Attachment #1: Type: text/plain, Size: 416 bytes --]
While reviewing changed behavior in 'xen-cpuid -d' output between Xen 4.8 and 4.9 I found commit 20e92c97f904aa460e2223c30dcad36c234496b6 ("x86/cpuid: Only recalculate the shared feature bits once").
I wonder what the mentioned "cross-vendor case" in the comment, which was removed from sanitise_featureset(), really means.
Does Xen attempt to support domU migration between AMD and Intel hardware?
Olaf
[-- Attachment #2: Digitale Signatur von OpenPGP --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: shared features in cpuid
2020-08-21 10:12 shared features in cpuid Olaf Hering
@ 2020-08-21 10:25 ` Andrew Cooper
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Cooper @ 2020-08-21 10:25 UTC (permalink / raw)
To: Olaf Hering; +Cc: xen-devel
On 21/08/2020 11:12, Olaf Hering wrote:
> While reviewing changed behavior in 'xen-cpuid -d' output between Xen 4.8 and 4.9 I found commit 20e92c97f904aa460e2223c30dcad36c234496b6 ("x86/cpuid: Only recalculate the shared feature bits once").
>
> I wonder what the mentioned "cross-vendor case" in the comment, which was removed from sanitise_featureset(), really means.
>
> Does Xen attempt to support domU migration between AMD and Intel hardware?
http://developer.amd.com/wordpress/media/2012/10/CrossVendorMigration.pdf
This was a feature put in a decade ago.
In practice, cross vendor migration works fine for PV guests, because
almost all of the vendor differences are abstracted away by the PV ABI.
We have no idea if anyone uses it still, but there is quite a lot of
ancillary code for it which we try our best not to break.
~Andrew
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-21 10:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-21 10:12 shared features in cpuid Olaf Hering
2020-08-21 10:25 ` Andrew Cooper
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.