]> git.proxmox.com Git - mirror_qemu.git/commit
vnc: remove unused DisplayState parameter, add id instead.
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 29 Jul 2014 10:24:55 +0000 (12:24 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 22 Jan 2015 10:18:46 +0000 (11:18 +0100)
commit14f7143ede7c601cce02ce0f8c7f01c41148128b
treed3fefe8d59016440b37ade0b74a99f463ac173dc
parentd616ccc5dd771024e04b9b15d7ca30bc7fe8fce3
vnc: remove unused DisplayState parameter, add id instead.

DisplayState isn't used anywhere, drop it.  Add the vnc server ID as
parameter instead, so it is possible to specify the server instance.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Gonglei <arei.gonglei@huawei.com>
include/ui/console.h
ui/vnc.c
vl.c