[pve-devel] applied: [PATCH v7 qemu-server 02/10] Add CPUConfig file and migrate some helpers
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Jan 23 07:20:37 CET 2020
On 1/16/20 4:40 PM, Stefan Reiter wrote:
> 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 at proxmox.com>
> ---
> PVE/QemuServer.pm | 219 +---------------------------------
> PVE/QemuServer/CPUConfig.pm | 232 ++++++++++++++++++++++++++++++++++++
> PVE/QemuServer/Makefile | 1 +
> 3 files changed, 235 insertions(+), 217 deletions(-)
> create mode 100644 PVE/QemuServer/CPUConfig.pm
>
applied, thanks!
More information about the pve-devel
mailing list