Re: [Qemu-devel] [PATCH for-2.4-rc3 3/3] target-i386: wake up processors that receive an SMI

2015-07-24 Thread Laszlo Ersek
On 07/24/15 20:16, Laszlo Ersek wrote: > From: Paolo Bonzini > > An SMI should definitely wake up a processor in halted state! > This lets OVMF boot with SMM on multiprocessor systems, although > it halts very soon after that with a "CpuIndex != BspIndex" > assertion failure. > > Signed-off-by:

[Qemu-devel] [PATCH for-2.4-rc3 3/3] target-i386: wake up processors that receive an SMI

2015-07-24 Thread Laszlo Ersek
From: Paolo Bonzini An SMI should definitely wake up a processor in halted state! This lets OVMF boot with SMM on multiprocessor systems, although it halts very soon after that with a "CpuIndex != BspIndex" assertion failure. Signed-off-by: Paolo Bonzini Cc: Andreas Faerber Cc: Paolo Bonzini