|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Assertion failed: CoreCount == PhysicalPackageCount * Co
On 11/03/2011 06:29, "James Harper" <james.harper@xxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|