]> xenbits.xensource.com Git - libvirt.git/commit
Set sensible defaults for cpu match and feature policy
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 22 Sep 2010 11:47:48 +0000 (12:47 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 12 Oct 2010 10:27:58 +0000 (11:27 +0100)
commit95ff6b18ec485e1ee47bb56e2b8b2709a226f2da
treed5c5aae59ce45fdcad19447fedd7ccd5eb043444
parent1938bc69a78de820d475ff96ecb43926f75dfd03
Set sensible defaults for cpu match and feature policy

To enable the CPU XML from the capabilities to be pasted directly
into the guest XML with no editing, pick a sensible default for
match and feature policy. The CPU match will be exact and the
feature policy will be require. This should ensure safety for
migration and give DWIM semantics for users

* src/conf/cpu_conf.c: Default to exact match and require policy
* docs/formatdomain.html.in: Document new defaults
docs/formatdomain.html.in
src/conf/cpu_conf.c