850019f018
53ac1f8d-fix_show_err_typo.patch 53ac1f8d-createnet-validate-last-page-before-creating-network.patch - KVM: Don't check for /dev/kvm. It is now built into the kernel virtman-kvm.patch - Upstream bug fix 53a995cb-fix-usb-storage-removable-syntax.patch - Upstream bug fixes 5397b647-createnet-enable-specifying-29-subnet.patch 539e8cca-createpool-fix-creation-of-gluster-pools.patch 53a05e73-fix-edit-maxvcpus.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=184
14 lines
625 B
Diff
14 lines
625 B
Diff
Index: virt-manager-1.0.1/virtManager/connect.py
|
|
===================================================================
|
|
--- virt-manager-1.0.1.orig/virtManager/connect.py
|
|
+++ virt-manager-1.0.1/virtManager/connect.py
|
|
@@ -110,7 +110,7 @@ class vmmConnect(vmmGObjectUI):
|
|
|
|
if (os.path.exists("/usr/bin/qemu") or
|
|
os.path.exists("/usr/bin/qemu-kvm") or
|
|
- os.path.exists("/usr/bin/kvm") or
|
|
+ os.path.exists("/usr/bin/qemu-system-x86_64") or
|
|
os.path.exists("/usr/libexec/qemu-kvm")):
|
|
if always_system or os.geteuid() == 0:
|
|
return "qemu:///system"
|