mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-29 13:52:02 +00:00
Closes #787: add Haswell-noTSX and Broadwell-noTSX cpu types
This commit is contained in:
parent
a7649ef537
commit
ff0394e04c
@ -353,7 +353,7 @@ EODESCR
|
|||||||
optional => 1,
|
optional => 1,
|
||||||
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 IvyBridge Haswell Broadwell 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 IvyBridge Haswell Haswell-noTSX Broadwell Broadwell-noTSX Opteron_G1 Opteron_G2 Opteron_G3 Opteron_G4 Opteron_G5 host) ],
|
||||||
default => 'kvm64',
|
default => 'kvm64',
|
||||||
},
|
},
|
||||||
parent => get_standard_option('pve-snapshot-name', {
|
parent => get_standard_option('pve-snapshot-name', {
|
||||||
|
Loading…
Reference in New Issue
Block a user