debuggers.hg
changeset 20014:e7c6a258be0d
stubdom: update README as no reason to specify absolute paths
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Thu Jul 23 08:56:15 2009 +0100 (2009-07-23) |
parents | fcd0878dfa3e |
children | 5719af68e43e |
files | stubdom/README |
line diff
1.1 --- a/stubdom/README Thu Jul 23 08:53:00 2009 +0100 1.2 +++ b/stubdom/README Thu Jul 23 08:56:15 2009 +0100 1.3 @@ -13,9 +13,9 @@ by using the hypervisor dom0_mem= option 1.4 1.5 There is a sample configuration set in xmexample.hvm-stubdom 1.6 1.7 -In your HVM config "hvmconfig" use /usr/lib/xen/bin/stubdom-dm as dm script: 1.8 +In your HVM config "hvmconfig" use stubdom-dm as dm script: 1.9 1.10 -device_model = '/usr/lib/xen/bin/stubdom-dm' 1.11 +device_model = 'stubdom-dm' 1.12 1.13 1.14 To run 1.15 @@ -44,9 +44,9 @@ Configuration 1.16 1.17 In your PV config, 1.18 1.19 -- use /usr/lib/xen/boot/pv-grub.gz as kernel: 1.20 +- use pv-grub.gz as kernel: 1.21 1.22 -kernel = "/usr/lib/xen/boot/pv-grub.gz" 1.23 +kernel = "pv-grub.gz" 1.24 1.25 - set the path to menu.lst, as seen from the domU, in extra: 1.26