aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-02-09 16:45:26 +0000
committerIan Campbell <ian.campbell@citrix.com>2012-02-09 16:45:26 +0000
commit2608584fb05da0061108e4f98c43f08c29800df3 (patch)
tree6ba0b21a31208d0312e79945316e2ac007f53db1 /stubdom
parent299466515fe802738df49443f5a5536a7ea366b9 (diff)
downloadxen-2608584fb05da0061108e4f98c43f08c29800df3.tar.gz
xen-2608584fb05da0061108e4f98c43f08c29800df3.tar.bz2
xen-2608584fb05da0061108e4f98c43f08c29800df3.zip
stubdom: update README to reference xl configuration syntax
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>
Diffstat (limited to 'stubdom')
-rw-r--r--stubdom/README25
1 files changed, 13 insertions, 12 deletions
diff --git a/stubdom/README b/stubdom/README
index 24fd847b79..8d5da9afb1 100644
--- a/stubdom/README
+++ b/stubdom/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