Re: [Qemu-devel] [PATCH] target-i386: wake up processors that receive an SMI

2015-05-19 Thread Laszlo Ersek
On 05/19/15 13:47, Paolo Bonzini wrote: > 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 > --- > t

[Qemu-devel] [PATCH] target-i386: wake up processors that receive an SMI

2015-05-19 Thread 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 --- target-i386/cpu.c | 1 + 1 file changed, 1 insertion(+)