]> git.proxmox.com Git - pve-docs.git/blob - gen-cpu-models.conf.5-opts.pl
update link qemu documentation non web.archive
[pve-docs.git] / gen-cpu-models.conf.5-opts.pl
1 #!/usr/bin/perl
2
3 use lib '.';
4 use strict;
5 use warnings;
6 use PVE::RESTHandler;
7 use PVE::QemuServer::CPUConfig;
8
9 my $prop = PVE::QemuServer::CPUConfig::add_cpu_json_properties({});
10
11 # cputype is given as section header and explained seperately
12 delete $prop->{cputype};
13
14 print PVE::RESTHandler::dump_properties($prop);