Merge "Added hw_machine_type property key"

This commit is contained in:
Jenkins 2014-04-21 05:21:37 +00:00 committed by Gerrit Code Review
commit 13c103902d

View File

@ -217,6 +217,18 @@
</itemizedlist>
</td>
</tr>
<tr valign="top">
<td>libvirt API driver</td>
<td>hw_machine_type</td>
<td>Enables booting an ARM system using the specified machine type. By default, if
an ARM image is used and its type is not specified, Compute uses
<literal>vexpress-a15</literal> (for ARMv7) or <literal>virt</literal> (for AArch64) machine types.
</td>
<td>Libvirt machine type. Valid types can be viewed by using the
<command>virsh capabilities</command> command (machine types are
displayed in the <tag>machine</tag> tag).
</td>
</tr>
<tr valign="top">
<td>libvirt API driver</td>
<td>hw_video_model</td>