[virt-tools-list] [PATCH 1/4] virtinst: fix bad version check regression from 55327c81b7

marcandre.lureau at redhat.com marcandre.lureau at redhat.com
Wed Nov 9 07:21:32 UTC 2016


From: Marc-André Lureau <marcandre.lureau at redhat.com>

Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
---
 virtinst/support.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtinst/support.py b/virtinst/support.py
index 9516d83..ad7bb12 100644
--- a/virtinst/support.py
+++ b/virtinst/support.py
@@ -312,9 +312,9 @@ SUPPORT_CONN_MEM_STATS_PERIOD = _make(
     function="virDomain.setMemoryStatsPeriod",
     version="1.1.1", hv_version={"qemu": 0})
 SUPPORT_CONN_SPICE_GL = _make(version="1.3.3",
-    hv_version={"qemu": "2.7.92", "test": 0})
+    hv_version={"qemu": "2.5.92", "test": 0})
 SUPPORT_CONN_VIDEO_VIRTIO_ACCEL3D = _make(version="1.3.0",
-    hv_version={"qemu": "2.7.0", "test": 0})
+    hv_version={"qemu": "2.5.0", "test": 0})
 SUPPORT_CONN_GRAPHICS_LISTEN_NONE = _make(version="2.0.0")
 
 
-- 
2.10.0




More information about the virt-tools-list mailing list