diff options
Diffstat (limited to 'app-emulation/ganeti/files/ganeti-2.12-qemu-enable-kvm.patch')
-rw-r--r-- | app-emulation/ganeti/files/ganeti-2.12-qemu-enable-kvm.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app-emulation/ganeti/files/ganeti-2.12-qemu-enable-kvm.patch b/app-emulation/ganeti/files/ganeti-2.12-qemu-enable-kvm.patch deleted file mode 100644 index b199ff09367c..000000000000 --- a/app-emulation/ganeti/files/ganeti-2.12-qemu-enable-kvm.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/lib/hypervisor/hv_kvm/__init__.py b/lib/hypervisor/hv_kvm/__init__.py -index d0c42c4..e6d3bcf 100644 ---- a/lib/hypervisor/hv_kvm/__init__.py -+++ b/lib/hypervisor/hv_kvm/__init__.py -@@ -1061,6 +1061,7 @@ class KVMHypervisor(hv_base.BaseHypervisor): - pidfile = self._InstancePidFile(instance.name) - kvm = hvp[constants.HV_KVM_PATH] - kvm_cmd = [kvm] -+ kvm_cmd.extend(["-enable-kvm"]) - # used just by the vnc server, if enabled - kvm_cmd.extend(["-name", instance.name]) - kvm_cmd.extend(["-m", instance.beparams[constants.BE_MAXMEM]]) |