docs: fix address type for disks

Disks have type='drive', not type='disk'.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Martin Kletzander 2013-12-16 17:04:15 +01:00
parent b5857eb5be
commit 316e4d93eb

View File

@ -2355,7 +2355,7 @@
address to use for a given device is constrained in part by the
device and the architecture of the guest. For example,
a <code>&lt;disk&gt;</code> device
uses <code>type='disk'</code>, while
uses <code>type='drive'</code>, while
a <code>&lt;console&gt;</code> device would
use <code>type='pci'</code> on i686 or x86_64 guests,
or <code>type='spapr-vio'</code> on PowerPC64 pseries guests.