]> git.proxmox.com Git - mirror_qemu.git/commit - target-i386/cpu.c
target-i386: wake up processors that receive an SMI
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 19 May 2015 11:46:47 +0000 (13:46 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 5 Jun 2015 15:10:01 +0000 (17:10 +0200)
commita9bad65d2c1f61af74ce2ff43238d4b20bf81c3a
treec81c684f0e5fe2c487c31e6aff4cd4577387436e
parentb4854f1384176d897747de236f426d020668fa3c
target-i386: wake up processors that receive an SMI

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 <pbonzini@redhat.com>
target-i386/cpu.c