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

Pavel Hrdina phrdina at redhat.com
Mon Nov 14 08:35:00 UTC 2016


On Wed, Nov 09, 2016 at 11:21:32AM +0400, marcandre.lureau at redhat.com wrote:
> 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})

It would be best to use stable qemu version, so I'll change it to 2.6.0 before
pushing.

Pavel

>  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
> 
> _______________________________________________
> virt-tools-list mailing list
> virt-tools-list at redhat.com
> https://www.redhat.com/mailman/listinfo/virt-tools-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/virt-tools-list/attachments/20161114/8c9edc26/attachment.sig>


More information about the virt-tools-list mailing list