]> git.proxmox.com Git - qemu-server.git/commit
fix #1697: only check machine type for pxe
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 13 Apr 2018 09:59:08 +0000 (11:59 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 13 Apr 2018 12:41:10 +0000 (14:41 +0200)
commit3807f3e4ee72cf73a3412cd6e2418315b3ddab66
tree231db17ffc742427b19fe147840e818b8cb50e42
parentfd950b23851e4350e5675a620170568398c946b9
fix #1697: only check machine type for pxe

it is not necessary to check the romfile of the running vm
for .pxe machine types, since the machine type itself is not
hot-pluggable

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/QemuServer.pm