ipmi: do not take/drop iothread lock
commitac5e8acdaec7c3a97d460e76ea912fa8ea7a4570
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 25 Jan 2016 12:46:43 +0000 (25 13:46 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 9 Feb 2016 14:46:54 +0000 (9 15:46 +0100)
treec362a51a95ec57b3027ef5fd0a638454a969d461
parent1d1cc4d0f481b2939c7e9f6606e571b2fc81971a
ipmi: do not take/drop iothread lock

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 <pbonzini@redhat.com>
hw/ipmi/ipmi.c