summaryrefslogtreecommitdiff
path: root/virtinst/support.py
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2017-02-21 17:01:00 +0400
committerCole Robinson <crobinso@redhat.com>2017-02-23 18:31:43 -0500
commitdffb2aaa2de6c6819bc72a46d116919bcf2a6372 (patch)
tree5a9422bb6dde483627986baa50d6e2a6b102e3e3 /virtinst/support.py
parent4c82ff59e82cb7deb515404db19ea83f887233e2 (diff)
downloadvirt-manager-dffb2aaa2de6c6819bc72a46d116919bcf2a6372.tar.gz
virtinst/cli: add spice rendernode argument
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'virtinst/support.py')
-rw-r--r--virtinst/support.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/virtinst/support.py b/virtinst/support.py
index ebbc0a98..a86df689 100644
--- a/virtinst/support.py
+++ b/virtinst/support.py
@@ -315,6 +315,8 @@ SUPPORT_CONN_MEM_STATS_PERIOD = _make(
# first version that sorts out the qemu:///system + cgroup issues
SUPPORT_CONN_SPICE_GL = _make(version="3.1.0",
hv_version={"qemu": "2.6.0", "test": 0})
+SUPPORT_CONN_SPICE_RENDERNODE = _make(version="3.1.0",
+ hv_version={"qemu": "2.9.0", "test": 0})
SUPPORT_CONN_VIDEO_VIRTIO_ACCEL3D = _make(version="1.3.0",
hv_version={"qemu": "2.5.0", "test": 0})
SUPPORT_CONN_GRAPHICS_LISTEN_NONE = _make(version="2.0.0")