]> git.proxmox.com Git - qemu-server.git/commitdiff
add Broadwell cpu model
authorAlexandre Derumier <aderumier@odiso.com>
Mon, 18 Aug 2014 13:56:35 +0000 (15:56 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 20 Aug 2014 10:20:18 +0000 (12:20 +0200)
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/QemuServer.pm

index cda0a0347c32d505cd147c67862b2c5d3e205bc8..0476e3cb7d011977b2aa2dec4219e37a23275fe1 100644 (file)
@@ -412,7 +412,7 @@ EODESCR
        optional => 1,
        description => "Emulated CPU type.",
        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 Broadwell Opteron_G1 Opteron_G2 Opteron_G3 Opteron_G4 Opteron_G5 host) ],
        default => 'kvm64',
     },
     parent => get_standard_option('pve-snapshot-name', {