]> xenbits.xensource.com Git - people/tklengyel/xen.git/commitdiff
docs: vbd-interface.txt: correct behaviour for modern Linux pv-on-hvm
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 17 Feb 2011 19:48:05 +0000 (19:48 +0000)
committerIan Jackson <ian.jackson@eu.citrix.com>
Thu, 17 Feb 2011 19:48:05 +0000 (19:48 +0000)
Modern PV on HVM kernels map hd* devices to corresponding xvd*.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
docs/misc/vbd-interface.txt

index ce5ce4f0ea6be3ff5a19c4bbd7e8ad4ca62689b0..d97c458f14faf81f746d23f0eafb4afe0ca3fa69 100644 (file)
@@ -114,9 +114,10 @@ only.  Modern PV drivers will map these to identically-named devices
 in the guest.
 
 For Linux HVM guests using PV-on-HVM drivers, users are recommended to
-supply as few hd* devices as possible and use pure xvd* devices for
-the rest.  Modern PV-on-HVM drivers will map the hd* devices to
-/dev/xvdHDa etc.
+supply as few hd* devices as possible, and for the rest of the disks,
+to use pure xvd* devices starting at xvde.  Modern PV-on-HVM drivers
+will map provided hd* devices to the corresponding /dev/xvd* (for
+example, hda is presented also as /dev/xvda).
 
 Some Linux HVM guests with broken PV-on-HVM drivers do not cope
 properly if both hda and hdc are supplied, nor with both hda and xvda,