]> git.proxmox.com Git - qemu-server.git/commit
fix check if machine type is q35
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 27 Nov 2018 10:32:17 +0000 (11:32 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 27 Nov 2018 12:35:52 +0000 (13:35 +0100)
commitad5f4f3837adeaaac214f832bbebf249f798644b
treeaedf933728f705054a05a60e5399f86dd54ea889
parent8794aa34e74a344966d98dd41ad7c64182776763
fix check if machine type is q35

When live migrating, with a q35 machine will get the qemu version
encoded in the machine type, for example,'pc-q35-2.12', so we need to
allow this too and cannot expect that all q35 machine have
q35' in verbatim as their type.

So, when migrating such a machine live, we missed to include the q35
cfg because we didn't allowed versioned q35 machine types, which then
failed the migration.

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