From 2608584fb05da0061108e4f98c43f08c29800df3 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 9 Feb 2012 16:45:26 +0000 Subject: stubdom: update README to reference xl configuration syntax Remove reference to fsback -- it was removed some time ago. Signed-off-by: Ian Campbell Committed-by: Ian Jackson --- stubdom/README | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'stubdom') 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 -- cgit v1.2.3