]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu: Allow fine tuning of "host-model" cpu
authorPeter Krempa <pkrempa@redhat.com>
Mon, 15 Jul 2013 15:38:55 +0000 (17:38 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 16 Jul 2013 08:51:30 +0000 (10:51 +0200)
commit3c8be55c04eb2647fd5c9d51efae78f7afdcec85
tree8bc132b84a0d41e3ce730c0181f4379c6f687adf
parent90f9fb5a7c7c2c2868da1328261ac8c95b304ddb
cpu: Allow fine tuning of "host-model" cpu

https://bugzilla.redhat.com/show_bug.cgi?id=799354

Until now, the "host-model" cpu mode couldn't be influenced. This patch
allows to use the <feature> elements to either enable or disable
specific CPU flags. This can be used to force flags that can be emulated
even if the host CPU doesn't support them.
docs/formatdomain.html.in
src/conf/cpu_conf.c
src/cpu/cpu_x86.c