]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
Fix #1125. Check for KVM support before starting VM
authorPhilip Abernethy <p.abernethy@proxmox.com>
Mon, 21 Aug 2017 09:47:18 +0000 (11:47 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 21 Aug 2017 14:19:20 +0000 (16:19 +0200)
commitbfcd9b7eacf3e61bf37bcdf5857aca360a0afe21
tree5fe49ef7a839409b2ea420dc881b062df4bd617a
parent74c02ef7f82c6e50b2383b27ad5dd8bf573c1782
Fix #1125. Check for KVM support before starting VM

Moved the check to the beginning of the function.
VMs configured to use KVM won't start if KVM is not available.
VMs not configured to use KVM will start regardless.
PVE/QemuServer.pm