]> git.proxmox.com Git - mirror_qemu.git/commit
ipmi_bmc_sim: Remove an unnecessary mutex
authorCorey Minyard <cminyard@mvista.com>
Mon, 24 Oct 2016 20:10:16 +0000 (15:10 -0500)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 1 Nov 2016 17:21:09 +0000 (19:21 +0200)
commit0eb4d4eee1ac94600fbb7bf675cb5cae2aead217
treed7ba0de015d773a5a4d42f243a347bb7c481c90e
parent66abfddb28e9fe92d8230d711c8faeaf496aaa88
ipmi_bmc_sim: Remove an unnecessary mutex

Get rid of the unnecessary mutex, it was a vestige
of something else that was not done.  That way we don't
have to free it.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/ipmi/ipmi_bmc_sim.c