aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-07-11 20:09:10 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-07-11 20:09:10 +0000
commit72098d9304663ce192959bd634fb91136186a940 (patch)
tree17071ebeb9328f6484c48d49bc28eeabf06e0a60 /tools/examples
parent0fca1afde7c52d2512e44d98f69edb2c0b5bae97 (diff)
downloadxen-72098d9304663ce192959bd634fb91136186a940.tar.gz
xen-72098d9304663ce192959bd634fb91136186a940.tar.bz2
xen-72098d9304663ce192959bd634fb91136186a940.zip
Device model SXP cleanup
- don't pollute the sxp with unused options - use the same syntax as paravirtualized domains for disks Signed-off-by: Edwin Zhai <edwin.zhai@intel.com> Signed-off-by: Arun Sharma <arun.sharma@intel.com>
Diffstat (limited to 'tools/examples')
-rw-r--r--tools/examples/xmexample.vmx5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/examples/xmexample.vmx b/tools/examples/xmexample.vmx
index ac14459225..1c85a02d4c 100644
--- a/tools/examples/xmexample.vmx
+++ b/tools/examples/xmexample.vmx
@@ -46,6 +46,7 @@ nics=0
# and MODE is r for read-only, w for read-write.
#disk = [ 'phy:hda1,hda1,r' ]
+disk = [ 'file:/var/images/min-el3-i386.img,hda,w' ]
#----------------------------------------------------------------------------
# Set the kernel command line for the new domain.
@@ -96,10 +97,6 @@ memmap = '/usr/lib/xen/boot/mem-map.sxp'
#-----------------------------------------------------------------------------
# Disk image for
-hda='/var/images/min-el3-i386.img'
-#hdb=
-#hdc=
-#hdd=
#cdrom=
#-----------------------------------------------------------------------------