]> xenbits.xensource.com Git - libvirt.git/commit
docs: formatdomain: Clarify CPU feature policy option "require"
authorKashyap Chamarthy <kchamart@redhat.com>
Mon, 26 Mar 2018 10:53:12 +0000 (12:53 +0200)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 2 Apr 2018 10:42:13 +0000 (06:42 -0400)
commitbb0e0bcf6a0d785df7063cb6118b3a25f2a24d55
tree386abf327f8db03052fd2b73da42298133ddb058
parent439c27b1ae35e0daab6e86fc6320ea1682a3aabd
docs: formatdomain: Clarify CPU feature policy option "require"

Using the 'require' value for the 'policy' attribute indicates
that the guest will have the feature so the host CPU does not
need to support it if the hypervisor can emulate it.

E.g. 'x2apic' is emulated by QEMU even if the host does not support it:

    <feature policy='require' name='x2apic'/>

Signed-off-by: Kashyap Chamarthy <kchamart@redhat.com>
docs/formatdomain.html.in