aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample.hvm
diff options
context:
space:
mode:
authorTim Deegan <Tim.Deegan@xensource.com>2006-12-20 11:59:54 +0000
committerTim Deegan <Tim.Deegan@xensource.com>2006-12-20 11:59:54 +0000
commit6f7ff73d5777b3aec9b7fdadfe0869ca1df280aa (patch)
treebe5298eef05c6583b8456813213ccf61b694ef62 /tools/examples/xmexample.hvm
parent15fbe9ca529b7bda5e5c97606047ad5350273858 (diff)
downloadxen-6f7ff73d5777b3aec9b7fdadfe0869ca1df280aa.tar.gz
xen-6f7ff73d5777b3aec9b7fdadfe0869ca1df280aa.tar.bz2
xen-6f7ff73d5777b3aec9b7fdadfe0869ca1df280aa.zip
[HVM] Add Etherboot option ROM, for network-booting HVM guests.
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
Diffstat (limited to 'tools/examples/xmexample.hvm')
-rw-r--r--tools/examples/xmexample.hvm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/examples/xmexample.hvm b/tools/examples/xmexample.hvm
index 143252e65b..33ce3203d3 100644
--- a/tools/examples/xmexample.hvm
+++ b/tools/examples/xmexample.hvm
@@ -29,7 +29,7 @@ memory = 128
# Shadow pagetable memory for the domain, in MB.
# Should be at least 2KB per MB of domain memory, plus a few MB per vcpu.
-shadow_memory = 8
+# shadow_memory = 8
# A name for your domain. All domains must have different names.
name = "ExampleHVMDomain"
@@ -116,7 +116,7 @@ disk = [ 'file:/var/images/min-el3-i386.img,hda,w', ',hdc:cdrom,r' ]
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
#-----------------------------------------------------------------------------
-# boot on floppy (a), hard disk (c) or CD-ROM (d)
+# boot on floppy (a), hard disk (c), Network (n) or CD-ROM (d)
# default: hard disk, cd-rom, floppy
#boot="cda"