mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-04 05:39:26 +00:00
default cpu type is kvm64 now
This commit is contained in:
parent
d5f315fda5
commit
eac6899d96
@ -398,7 +398,7 @@ EODESCR
|
|||||||
description => "Emulated CPU type.",
|
description => "Emulated CPU type.",
|
||||||
type => 'string',
|
type => 'string',
|
||||||
enum => [ qw(486 athlon pentium pentium2 pentium3 coreduo core2duo kvm32 kvm64 qemu32 qemu64 phenom Conroe Penryn Nehalem Westmere SandyBridge Haswell Opteron_G1 Opteron_G2 Opteron_G3 Opteron_G4 Opteron_G5 host) ],
|
enum => [ qw(486 athlon pentium pentium2 pentium3 coreduo core2duo kvm32 kvm64 qemu32 qemu64 phenom Conroe Penryn Nehalem Westmere SandyBridge Haswell Opteron_G1 Opteron_G2 Opteron_G3 Opteron_G4 Opteron_G5 host) ],
|
||||||
default => 'qemu64',
|
default => 'kvm64',
|
||||||
},
|
},
|
||||||
parent => get_standard_option('pve-snapshot-name', {
|
parent => get_standard_option('pve-snapshot-name', {
|
||||||
optional => 1,
|
optional => 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user