The following patch allows support to select direct interfaces when using libvirt 0.8.7 and later.
Signed-off-by: Gerhard Stenzel <[email protected]> diff --git a/virtinst/support.py b/virtinst/support.py index 02284a4..2a7d8d6 100644 --- a/virtinst/support.py +++ b/virtinst/support.py @@ -229,7 +229,7 @@ _support_dict = { "drv_version" : [ ("qemu", 14000), ], }, SUPPORT_CONN_HV_DIRECT_INTERFACE : { - "version" : 8008, + "version" : 8007, "force_version" : True, "drv_version" : [ ("qemu", 0), ], }, =================================================================== Best regards, Gerhard Stenzel ------------------------------------------------------------------------------------- IBM Deutschland Research & Development GmbH Vorsitzender des Aufsichtsrats: Martin Jetter Geschaeftsfuehrung: Dirk Wittkopp Sitz der Gesellschaft: Boeblingen Registergericht: Amtsgericht Stuttgart, HRB 243294 _______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
