]> git.proxmox.com Git - qemu-server.git/commit
refactor: extract QEMU machine related helpers to package
authorStefan Reiter <s.reiter@proxmox.com>
Tue, 19 Nov 2019 11:23:48 +0000 (12:23 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 20 Nov 2019 15:29:23 +0000 (16:29 +0100)
commit3392d6cacf9725a778d4a29d0c7ca08e4b5c2d5d
treee1ec1b536fd764f6c24113add8168cf88e2d204d
parent0a13e08ec2549d9f05377b53635c1f973b2afac2
refactor: extract QEMU machine related helpers to package

...PVE::QemuServer::Machine.

qemu_machine_feature_enabled is exported since it has a *lot* of users
in PVE::QemuServer and a long enough name as it is.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
PVE/QemuConfig.pm
PVE/QemuMigrate.pm
PVE/QemuServer.pm
PVE/QemuServer/Machine.pm [new file with mode: 0644]
PVE/QemuServer/Makefile
PVE/VZDump/QemuServer.pm