]> Git Repo - qemu.git/commit - monitor/misc.c
monitor: Use LOCK_GUARD macros
authorDr. David Alan Gilbert <[email protected]>
Tue, 22 Sep 2020 09:57:41 +0000 (10:57 +0100)
committerDr. David Alan Gilbert <[email protected]>
Fri, 25 Sep 2020 11:45:58 +0000 (12:45 +0100)
commit0210c3b39bef08b7e1d92f28ece771c1970c5f35
tree4407a624976fbfa500b2192ddf5f917c0c4d0b0f
parent894f021411885ac11c53f1e4d6e48c630ce1bc85
monitor: Use LOCK_GUARD macros

Use the lock guard macros in monitor/misc.c - saves
a lot of unlocks in error paths, and the occasional goto.

Signed-off-by: Dr. David Alan Gilbert <[email protected]>
Message-Id: <20200922095741[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Dr. David Alan Gilbert <[email protected]>
monitor/misc.c
This page took 0.026002 seconds and 4 git commands to generate.