>>> On 18.07.18 at 15:48, <[email protected]> wrote: > On Wed, Jul 18, 2018 at 02:24:14AM -0600, Jan Beulich wrote: >> --- a/xen/arch/x86/setup.c >> +++ b/xen/arch/x86/setup.c >> @@ -62,6 +62,9 @@ boolean_param("nosmp", opt_nosmp); >> static unsigned int __initdata max_cpus; >> integer_param("maxcpus", max_cpus); >> >> +int8_t __read_mostly opt_smt = -1; >> +boolean_param("ht", opt_smt); >> + > > But here it is still "ht"?
Argh - thanks for noticing. I did specifically run a test for this, but then failed to actually inspect the log. Jan _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
