]> xenbits.xensource.com Git - people/liuw/stubdom.git/commitdiff
stubdom: update README to reference xl configuration syntax
authorIan Campbell <ian.campbell@citrix.com>
Thu, 9 Feb 2012 16:45:26 +0000 (16:45 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 9 Feb 2012 16:45:26 +0000 (16:45 +0000)
Remove reference to fsback -- it was removed some time ago.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
README

diff --git a/README b/README
index 24fd847b794adb1ad6e7afd64166a3c3cd021a38..8d5da9afb1680fa1b3f30823dde5f0a5330de215 100644 (file)
--- a/README
+++ b/README
@@ -10,25 +10,26 @@ Due to a race between the creation of the IOEMU stubdomain itself and allocation
 of video memory for the HVM domain, you need to avoid the need for ballooning,
 by using the hypervisor dom0_mem= option for instance.
 
+Using with XL
+-------------
 
-There is a sample configuration set in xmexample.hvm-stubdom
-
-In your HVM config "hvmconfig" use stubdom-dm as dm script:
+The enable IOEMU stub domains set the following in your domain
+config:
 
-device_model = 'stubdom-dm'
+    device_model_stubdomain_override = 1
 
+See xl.cfg(5) for more details of the xl domain configuration syntax
+and http://wiki.xen.org/wiki/Device_Model_Stub_Domains for more
+information on device model stub domains
 
-To run
-======
+Using with XM/xend
+------------------
 
-mkdir -p /exports/usr/share/xen/qemu
-ln -s /usr/share/xen/qemu/keymaps /exports/usr/share/xen/qemu
-mkdir -p /exports/var/lib
-ln -s /var/lib/xen /exports/var/lib
-/usr/sbin/fs-backend &
+There is a sample configuration set in xmexample.hvm-stubdom
 
-xm create hvmconfig
+In your HVM config "hvmconfig" use stubdom-dm as dm script:
 
+device_model = 'stubdom-dm'
 
 
                                    PV-GRUB