[pve-devel] [PATCH] add IvyBridge cpu model (qemu >= 2.3)

Alexandre Derumier aderumier at odiso.com
Wed Mar 18 11:27:44 CET 2015


Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
 PVE/QemuServer.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index cbcf6c6..fc79c08 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -424,7 +424,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 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 Broadwell Opteron_G1 Opteron_G2 Opteron_G3 Opteron_G4 Opteron_G5 host) ],
 	default => 'kvm64',
     },
     parent => get_standard_option('pve-snapshot-name', {
-- 
1.7.10.4




More information about the pve-devel mailing list