Ian Campbell
2012-Feb-08 14:24 UTC
[PATCH] stubdoms: update README to reference xl configuration syntax
# HG changeset patch # User Ian Campbell <ian.campbell@citrix.com> # Date 1328711023 0 # Node ID 264ae15cae53cbc4dc22ba8de88e0152efd7f57f # Parent 285bbed90f36d3e7e01dcca72b1af93605f44b18 stubdoms: 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> diff -r 285bbed90f36 -r 264ae15cae53 stubdom/README --- a/stubdom/README Thu Feb 02 13:37:47 2012 +0000 +++ b/stubdom/README Wed Feb 08 14:23:43 2012 +0000 @@ -10,6 +10,20 @@ Due to a race between the creation of th 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 +------------- + +The enable IOEMU stub domains set the following in your domain +config: + + 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 + +Using with XM/xend +------------------ There is a sample configuration set in xmexample.hvm-stubdom @@ -18,19 +32,6 @@ In your HVM config "hvmconfig" use stubd device_model = ''stubdom-dm'' -To run -=====- -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 & - -xm create hvmconfig - - - PV-GRUB =======
Ian Jackson
2012-Feb-09 16:45 UTC
Re: [PATCH] stubdoms: update README to reference xl configuration syntax
Ian Campbell writes ("[Xen-devel] [PATCH] stubdoms: update README to reference xl configuration syntax"):> stubdoms: update README to reference xl configuration syntaxCommitted-by: Ian Jackson <ian.jackson@eu.citrix.com>