diff options
author | Paolo Bonzini | 2013-10-16 19:17:08 +0200 |
---|---|---|
committer | Luiz Capitulino | 2013-10-18 20:23:00 +0200 |
commit | c20b7fa4b2fedd979bcb0cc974bb5d08a10e3448 (patch) | |
tree | a93367075f7625799ff47b0eed7913192abc8027 /hw/scsi/esp-pci.c | |
parent | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (diff) | |
download | qemu-c20b7fa4b2fedd979bcb0cc974bb5d08a10e3448.tar.gz qemu-c20b7fa4b2fedd979bcb0cc974bb5d08a10e3448.tar.xz qemu-c20b7fa4b2fedd979bcb0cc974bb5d08a10e3448.zip |
monitor: eliminate monitor_event_state_lock
This lock does not protect anything that the BQL does not already
protect. Furthermore, with -nodefaults and no monitor, the mutex
is not initialized but monitor_protocol_event_queue is called
anyway, which causes a crash under mingw (and only works by luck.
under Linux or other POSIX OSes).
Reported-by: Orx Goshen <orx.goshen@intel.com>
Cc: Daniel Berrange <berrange@redhat.com>
Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'hw/scsi/esp-pci.c')
0 files changed, 0 insertions, 0 deletions