cleanup cpu types

Remove: rhel specific types cpu64-rhel6 cpu64-rhel5
Add: SandyBridge Haswell Opteron_G4 Opteron_G5
This commit is contained in:
Dietmar Maurer 2012-11-27 06:37:19 +01:00
parent fa7ae70505
commit 98a0dc5e2a
2 changed files with 5 additions and 1 deletions

View File

@ -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', {

View File

@ -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