]> git.proxmox.com Git - mirror_qemu.git/commit
spice: Disallow use of gl + TCP port
authorChristophe Fergeau <cfergeau@redhat.com>
Mon, 14 Mar 2016 11:41:12 +0000 (12:41 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 24 Mar 2016 07:04:01 +0000 (08:04 +0100)
commit569a93cbbe428bb5c583ae4bf31447eb3acc30fe
tree51483df76da3c5dcd5b6b67bda8e6338c5835193
parent81b00c968a86250684b49d528a7841c4abe0b1c9
spice: Disallow use of gl + TCP port

Currently, virgl support has to go through a local unix socket, trying
to connect to a VM using -spice gl through spice://localhost:5900 will
only result in a black screen.
This commit errors out when the user tries to start a VM with both GL
support and a port/tls-port set.
This would fit better in spice-server, but currently QEMU does not call
into spice-server when parsing 'gl' on its command line, so we have to
do this check in QEMU instead.

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 1457955672-28758-1-git-send-email-cfergeau@redhat.com

[ applied codestyle fix: break long line ]

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/spice-core.c