debuggers.hg
changeset 18483:d57e9b29858b
stubdom: Fix README for renamed device-model config file.
Sigend-off-by: Keir Fraser <keir.fraser@citrix.com>
Sigend-off-by: Keir Fraser <keir.fraser@citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Tue Sep 09 14:47:36 2008 +0100 (2008-09-09) |
parents | bdf648aaa70c |
children | 5ce9459ce872 |
files | stubdom/README |
line diff
1.1 --- a/stubdom/README Tue Sep 09 14:45:23 2008 +0100 1.2 +++ b/stubdom/README Tue Sep 09 14:47:36 2008 +0100 1.3 @@ -27,7 +27,7 @@ device_model = '/usr/lib/xen/bin/stubdom 1.4 - disable anything related to dom0, like pty serial assignments 1.5 1.6 1.7 -Create /etc/xen/stubdom-hvmconfig (where "hvmconfig" is the name of your HVM 1.8 +Create /etc/xen/hvmconfig-dm (where "hvmconfig" is the name of your HVM 1.9 guest) with 1.10 1.11 kernel = "/usr/lib/xen/boot/ioemu-stubdom.gz" 1.12 @@ -52,7 +52,7 @@ There are three posibilities 1.13 vnc = 0 1.14 sdl = 0 1.15 1.16 - - In stubdom-hvmconfig, set an sdl vfb: 1.17 + - In hvmconfig-dm, set an sdl vfb: 1.18 1.19 vfb = [ 'type=sdl' ] 1.20 1.21 @@ -65,7 +65,7 @@ then you will not be able to connect to 1.22 vnc = 1 1.23 vnclisten = "172.30.206.1" 1.24 1.25 - - In stubdom-hvmconfig, fill the reserved vif with the same IP, for instance: 1.26 + - In hvmconfig-dm, fill the reserved vif with the same IP, for instance: 1.27 1.28 vif = [ 'ip=172.30.206.1', 'ip=10.0.1.1,mac=aa:00:00:12:23:34'] 1.29 1.30 @@ -76,7 +76,7 @@ vif = [ 'ip=172.30.206.1', 'ip=10.0.1.1, 1.31 vnc = 0 1.32 sdl = 0 1.33 1.34 - - In stubdom-hvmconfig, set a vnc vfb: 1.35 + - In hvmconfig-dm, set a vnc vfb: 1.36 1.37 vfb = [ 'type=vnc' ] 1.38