James Harper
2011-Mar-11 06:29 UTC
[Xen-devel] Assertion failed: CoreCount == PhysicalPackageCount * CoresPerPhysicalPackage
I''m using the checked version of ndis.sys under Windows to try and debug a problem with GPLPV, and the checked version crashes out with: *** Assertion failed: CoreCount == PhysicalPackageCount * CoresPerPhysicalPackage *** Source File: d:\nt\net\ndis\sys\ndis.c, line 4772 Does Xen make any effort to make sure the various cpu core metrics are in check? Thanks James _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2011-Mar-11 07:05 UTC
Re: [Xen-devel] Assertion failed: CoreCount == PhysicalPackageCount * CoresPerPhysicalPackage
On 11/03/2011 06:29, "James Harper" <james.harper@bendigoit.com.au> wrote:> I''m using the checked version of ndis.sys under Windows to try and debug > a problem with GPLPV, and the checked version crashes out with: > > *** Assertion failed: CoreCount == PhysicalPackageCount * > CoresPerPhysicalPackage > *** Source File: d:\nt\net\ndis\sys\ndis.c, line 4772 > > Does Xen make any effort to make sure the various cpu core metrics are > in check?Some metrics get passed through from host CPUID, some get made up. I think there was an effort pass thru host cores-per-package so that licenses based on #physical-packages might ''work right''. The above assertion then couldn''t really work if the number of vcpus assigned to the guest is not divisible by cores-per-package. -- Keir> Thanks > > James > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel