mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-17 23:08:18 +00:00
spice - added qxl vga support
This commit is contained in:
@ -1309,7 +1309,8 @@ class QemuVM(BaseNode):
|
||||
|
||||
if self._console:
|
||||
return ["-spice",
|
||||
"addr={},port={},disable-ticketing".format(self._manager.port_manager.console_host, self._console)]
|
||||
"addr={},port={},disable-ticketing".format(self._manager.port_manager.console_host, self._console),
|
||||
"-vga", "qxl"]
|
||||
else:
|
||||
return []
|
||||
|
||||
|
Reference in New Issue
Block a user