]> git.proxmox.com Git - pve-docs.git/blame - gen-cpu-models.conf.5-opts.pl
vzdump: drop overly scary & outdated warning about fleecing
[pve-docs.git] / gen-cpu-models.conf.5-opts.pl
CommitLineData
9e797d8c
SR
1#!/usr/bin/perl
2
3use lib '.';
4use strict;
5use warnings;
6use PVE::RESTHandler;
7use PVE::QemuServer::CPUConfig;
8
9my $prop = PVE::QemuServer::CPUConfig::add_cpu_json_properties({});
10
11# cputype is given as section header and explained seperately
12delete $prop->{cputype};
13
14print PVE::RESTHandler::dump_properties($prop);