summaryrefslogtreecommitdiff
path: root/virtinst/support.py
diff options
context:
space:
mode:
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")