aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom/README
diff options
context:
space:
mode:
Diffstat (limited to 'stubdom/README')
-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