ae026a575b
* Merged code with python-virtinst. virtinst is no longer public * Port from GTK2 to GTK3 (Daniel Berrange, Cole Robinson) * Port from gconf to gsettings * Port from autotools to python distutils * Remove virt-manager-tui * Remove HAL support * IPv6 and static route virtual network support (Gene Czarcinski) * virt-install: Add –cpu host-passthrough (Ken ICHIKAWA, Hu Tao) OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=129
14 lines
516 B
Diff
14 lines
516 B
Diff
Index: virt-manager-0.10.0/virtManager/engine.py
|
|
===================================================================
|
|
--- virt-manager-0.10.0.orig/virtManager/engine.py
|
|
+++ virt-manager-0.10.0/virtManager/engine.py
|
|
@@ -466,7 +466,7 @@ class vmmEngine(vmmGObject):
|
|
self.config.add_conn(conn.get_uri())
|
|
|
|
if autoconnect is not None:
|
|
- conn.set_autoconnect(bool(autoconnect))
|
|
+ self.connect_to_uri(uri)
|
|
|
|
if do_start:
|
|
conn.open()
|