Add list of VIF models for vmware to image doc

As of Havana, VMWare can honor the hw_vif_model properly.

This patch adds the list of supported models so it is now
in line with other hypervisors.

Change-Id: I435b4cb440038a0c3e98685d81ac39251c0cf715
Closes-Bug: 1192639
This commit is contained in:
Tom Fifield 2013-12-20 11:10:51 +08:00 committed by annegentle
parent b339aac910
commit 5a56e9f950

View File

@ -383,6 +383,24 @@
</itemizedlist>
</td>
</tr>
<tr>
<td>vmware</td>
<td>
<para>
<itemizedlist>
<listitem>
<para>VirtualE1000</para>
</listitem>
<listitem>
<para>VirtualPCNet32</para>
</listitem>
<listitem>
<para>VirtualVmxnet</para>
</listitem>
</itemizedlist>
</para>
</td>
</tr>
</tbody>
</table>
</section>