Re: [edk2] [PATCH v3 2/3] EmulatorPkg/MpService: StartupAllAPs should verify processor state before setting state

2014-11-16 Thread Jordan Justen
On 2014-11-16 18:51:16, Chen Fan wrote: > if any enabled APs are not in idle state, StartupAllAPs() should return > immediately, > and must not change the other idled processor state. so we checked the state > before > changed them. > > Contributed-under: TianoCore Contribution Agreement 1.0 > S

[edk2] [PATCH v3 2/3] EmulatorPkg/MpService: StartupAllAPs should verify processor state before setting state

2014-11-16 Thread Chen Fan
if any enabled APs are not in idle state, StartupAllAPs() should return immediately, and must not change the other idled processor state. so we checked the state before changed them. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chen Fan --- EmulatorPkg/CpuRuntimeDxe/M