]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
fix undefined value when starting a q35 machine VM
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 Feb 2016 13:47:16 +0000 (14:47 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 26 Feb 2016 06:48:35 +0000 (07:48 +0100)
commit74cc511fda5301861ac6795fd6fc9faef3f3cae9
tree397db4591a45756f7e15004d5a763a156ab92838
parente03d994e989d450e7622ff75062cc85164c11c90
fix undefined value when starting a q35 machine VM

As there the signleton function "kvm_user_version" may not have been
called and with the machine alias q35 the regex from the
qemu_machine_feature_enabled method does not match and thus we
need a valid kvm version here
PVE/QemuServer.pm