[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-devel] DomU crash during migration whensuspendingsource domain
Thanks Mats, > > At present, there's not much filtering going on in that code, but it's > capable of filtering any and all CPUID functionality used by a PV > guest. > > > HVM also has the same capability of filtering. > > Would it make sense to have a sparse array of CPUID leaves and masks > for > the respective entries, or did you have some better idea? > No good ideas yet - just trolling for suggestions ;-) > The real problem with migrating to a "lesser" platform is things like: > Linux starts by determining which method is the best for calculating > TCP > checksums, copying disk-blocks, etc, etc. Let's say that the kernel > decides to use SSE registers for this purpose. You then migrate this to > a processor that doesn't have SSE instructions... Fail Fail Fail. > > Other features of the same sort would be large pages (not supported by > Xen at present), PAE support, etc, etc. > Yikes - hadn't thought of these ones but now you point it out it's obvious. Clearly we're going to have to implement some careful compatibility checking AND potentially use the feature hiding approach to make all systems appear to have equivalent processors. Simon _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |