vnc: add missing lock for vnc_cursor_define()
commitd01f9595400788ca8a117522f5dfbc43c59b4cc7
authorCorentin Chary <corentincj@iksaif.net>
Wed, 7 Jul 2010 18:58:03 +0000 (7 20:58 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 26 Jul 2010 22:36:14 +0000 (26 17:36 -0500)
tree94abec7af4328bfe5d2d8aa5b16e7981e6c62761
parentbd023f953e5e51237726af04300e4637fe203774
vnc: add missing lock for vnc_cursor_define()

All vnc_write() calls must be locked (except the ones present before
the protocol initialization).

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
ui/vnc.c