]> git.proxmox.com Git - qemu-server.git/commit
USB: use machine_type_is_q35 instead of regex
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 10 Nov 2022 14:35:55 +0000 (15:35 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 10 Nov 2022 16:02:34 +0000 (17:02 +0100)
commit3deccbd7d0c9860ce13aadfa902b422e907171cc
treed5b1c8e1194e0b8c1f3920824578bf0cb6d49857
parentb06a24927cfcc55eed6d1cc1ac6abf89d7869c88
USB: use machine_type_is_q35 instead of regex

we refactored that into PVE::QemuServer::Machine a while ago, so we can
use it here

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