RE: [PATCH v2] x86: add a new SMP bring up way for tboot case

2013-04-11 Thread Ren, Qiaowei
t; Xiaoyan > Zhang; Wei, Gang > Subject: Re: [PATCH v2] x86: add a new SMP bring up way for tboot case > > On 03/19/2013 07:14 PM, Ren, Qiaowei wrote: > > Any comments on this patch? > > > > Thanks, > > Qiaowei > > The biggest question is probably if we can

Re: [PATCH v2] x86: add a new SMP bring up way for tboot case

2013-03-19 Thread H. Peter Anvin
On 03/19/2013 07:14 PM, Ren, Qiaowei wrote: > Any comments on this patch? > > Thanks, > Qiaowei The biggest question is probably if we can use an existing hook of some sort. Overriding the apic method is probably not the right way to go, though. tglx, do you have any opinions here? Furthermore

RE: [PATCH v2] x86: add a new SMP bring up way for tboot case

2013-03-19 Thread Ren, Qiaowei
, Qiaowei; Xiaoyan Zhang; Wei, Gang Subject: [PATCH v2] x86: add a new SMP bring up way for tboot case tboot provides a better AP wakeup mechanism based on cpu MWAIT feature for OS/VMM. With this mechanism, system will boot faster and will NOT require VT to be enabled. But it requires that OS/VMM

RE: [PATCH v2] x86: add a new SMP bring up way for tboot case

2012-11-14 Thread Wei, Gang
Any comments on this patch? Jimmy Ren, Qiaowei wrote onĀ 2012-10-11: > tboot provides a better AP wakeup mechanism based on cpu MWAIT feature > for OS/VMM. With this mechanism, system will boot faster and will NOT > require VT to be enabled. But it requires that OS/VMM must have support > it, othe

[PATCH v2] x86: add a new SMP bring up way for tboot case

2012-10-10 Thread Qiaowei Ren
tboot provides a better AP wakeup mechanism based on cpu MWAIT feature for OS/VMM. With this mechanism, system will boot faster and will NOT require VT to be enabled. But it requires that OS/VMM must have support it, otherwise system can never boot up. Once this mechanism is enabled, tboot will pu