]> git.proxmox.com Git - qemu-server.git/commit
Add CPUConfig file and migrate some helpers
authorStefan Reiter <s.reiter@proxmox.com>
Thu, 16 Jan 2020 15:40:48 +0000 (16:40 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 Jan 2020 14:47:32 +0000 (15:47 +0100)
commitd786a274355bc44a50b887fe99d0e504049691ab
tree018b21b3639c543add92d3858e263a7bede75db7
parent301c675281cc2faff23ba4081917b61d57762210
Add CPUConfig file and migrate some helpers

The package will be used for custom CPU models as a SectionConfig, hence
the name. For now we simply move some CPU related helper functions and
declarations over from QemuServer to reduce clutter there.

Exports are to avoid changing all call sites, functions have useful
names on their own.

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