mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-12-30 21:07:02 +00:00
cleanup cpu types
Remove: rhel specific types cpu64-rhel6 cpu64-rhel5 Add: SandyBridge Haswell Opteron_G4 Opteron_G5
This commit is contained in:
parent
fa7ae70505
commit
98a0dc5e2a
@ -388,7 +388,7 @@ EODESCR
|
||||
optional => 1,
|
||||
description => "Emulated CPU type.",
|
||||
type => 'string',
|
||||
enum => [ qw(486 athlon pentium pentium2 pentium3 coreduo core2duo kvm32 kvm64 qemu32 qemu64 phenom cpu64-rhel6 cpu64-rhel5 Conroe Penryn Nehalem Westmere Opteron_G1 Opteron_G2 Opteron_G3 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',
|
||||
},
|
||||
parent => get_standard_option('pve-snapshot-name', {
|
||||
|
||||
@ -2,6 +2,10 @@ qemu-server (2.0-70) unstable; urgency=low
|
||||
|
||||
* fix version parser for qemu 1.3
|
||||
|
||||
* add new cpu types: SandyBridge Haswell Opteron_G4 Opteron_G5
|
||||
|
||||
* remove rhel specific cpu types: cpu64-rhel6 cpu64-rhel5
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 23 Nov 2012 07:45:19 +0100
|
||||
|
||||
qemu-server (2.0-69) unstable; urgency=low
|
||||
|
||||
Loading…
Reference in New Issue
Block a user