[pve-devel] Add modern cpu models
Derumier Alexandre
aderumier at odiso.com
Mon Jan 30 14:10:20 CET 2012
Since qemu 0.13, new cpu model exists through a config file : target-x86_64.conf.
http://wiki.qemu.org/Features/CPUModels
target-x86_64.conf currently exist in /etc/qemu , but this is the wrong directory as we use /etc/kvm
also, upstream target-x86_64.conf is not the last version.
The redhat owner developper had made cpu flags bugfix and add new models.
http://permalink.gmane.org/gmane.comp.emulators.qemu/105002
So I put the target-x86_64.conf from rhel 6.2.
New cpu models are: (kvm -cpu ?)
Intel specific
----------
Conroe
Penryn
Nehalem
Westmere
Amd specific
-------
Opteron_G1
Opteron_G2
Opteron_G3
Intel and Amd compatible (like qemu64 with more flags)
------------------------------------------------------
cpu64-rhel6
cpu64-rhel5
More information about the pve-devel
mailing list