From: Keir Fraser Date: Fri, 1 Aug 2008 08:36:18 +0000 (+0100) Subject: stubdom: update documentation X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14165^2~53 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ee449f80fde4a9bd323209f61a734bf88753c752;p=xen.git stubdom: update documentation stubdom/ is now compiled and installed by default HVM+IOEMU-stubdom can not boot if dom0 has to be ballooned. Signed-off-by: Samuel Thibault --- diff --git a/stubdom/README b/stubdom/README index 8a47525491..87edd52f78 100644 --- a/stubdom/README +++ b/stubdom/README @@ -1,13 +1,3 @@ -To compile -========== - -Just run make -j 4, that will download / patch / compile -Then make install to install the result. - -Also, run make and make install in $XEN_ROOT/tools/fs-back - - - IOEMU stubdom ============= @@ -16,6 +6,11 @@ Also, run make and make install in $XEN_ROOT/tools/fs-back General Configuration ===================== +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. + + In your HVM config "hvmconfig", - use /usr/lib/xen/bin/stubdom-dm as dm script: