Added hw_machine_type property key

Added libvirt key hw_machine_type for ARM images.

Closes-bug: #1281695

Change-Id: Ief1bfa92e20383d4bb9524f125c7189ffa1c5133
This commit is contained in:
Summer Long 2014-04-21 08:10:23 +10:00
parent ccbad50832
commit 982ad15e14

View File

@ -215,6 +215,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>