mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 09:17:52 +03:00
docs: added description of the vendor_id attribute
This commit is contained in:
parent
097da1abbd
commit
fee00a6807
@ -779,7 +779,11 @@
|
|||||||
in which case an attempt to start a domain requesting an unsupported
|
in which case an attempt to start a domain requesting an unsupported
|
||||||
CPU model will fail. Supported values for <code>fallback</code>
|
CPU model will fail. Supported values for <code>fallback</code>
|
||||||
attribute are: <code>allow</code> (this is the default), and
|
attribute are: <code>allow</code> (this is the default), and
|
||||||
<code>forbid</code>.</dd>
|
<code>forbid</code>. The optional <code>vendor_id</code> attribute
|
||||||
|
(<span class="since">Since 0.9.14</span>) can be used to set the
|
||||||
|
vendor id seen by the guest. It must be exactly 12 characters long.
|
||||||
|
If not set the vendor id of the host is used. Typical possible
|
||||||
|
values are "AuthenticAMD" and "GenuineIntel".</dd>
|
||||||
|
|
||||||
<dt><code>vendor</code></dt>
|
<dt><code>vendor</code></dt>
|
||||||
<dd><span class="since">Since 0.8.3</span> the content of the
|
<dd><span class="since">Since 0.8.3</span> the content of the
|
||||||
|
Loading…
Reference in New Issue
Block a user