On 26/01/2016 18:57, Corey Minyard wrote: > On 01/26/2016 10:21 AM, Michael S. Tsirkin wrote: >> On Tue, Jan 26, 2016 at 05:15:53PM +0100, Paolo Bonzini wrote: >>> This is not necessary and actually causes a hang; it was probably copied >>> and pasted from KVM code, that is one of the very few places that run >>> outside iothread lock. >>> >>> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> >> Makes sense. I wonder how hard would it be to have a test to catch this. > > The IPMI side would be easy for me, but I don't know how to handle > catching the NMI.
I'm afraid there's no way to trap an NMI from qtest. Paolo