|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] xm --version
On 6/7/05, Ian Pratt <m+Ian.Pratt@xxxxxxxxxxxx> wrote:
> > Ian, i look at the xen source code, and looks like "noht"
> > option is never used anywhere? also ht_per_core is always set
> > to 1? does xen really support HyperThreading now ? (i doubt that)
>
> Xen supports hyperthreading just fine, and even does initial domain
> placement using an algorithm that understands it.
>
> In fact, it looks like we effectively lost the option to ever disable
> hyperthreading when the setup code got upgraded.
can you confirm that ht_per_core is also wrongly set? it is set (=1)
at arch/x86/setup.c or arch/ia64/smpboot.c, but never changed. but
this variable is used somewhere, and got reported in "xm info", for
example.
so all of its usage are also wrong when we use HT? (because in that
case ht_per_core must be 2)
>It would be nice if
> part of your patch removed any reference to 'noht', including in the
> documentation.
fine, i will submit a patch on this problem.
regards,
aq
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|