aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample.hvm
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-06-17 08:34:54 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-06-17 08:34:54 +0100
commitc8c61a2fd3a33938a3b1abbf61e8407a82e30f3a (patch)
tree41e839a6769284447adeed28509ffea4315d8670 /tools/examples/xmexample.hvm
parent38b1807fa437f22d1bffafb01d9c41a6343f3676 (diff)
downloadxen-c8c61a2fd3a33938a3b1abbf61e8407a82e30f3a.tar.gz
xen-c8c61a2fd3a33938a3b1abbf61e8407a82e30f3a.tar.bz2
xen-c8c61a2fd3a33938a3b1abbf61e8407a82e30f3a.zip
[TOOLS][HVM] Enhance the HVM config file to show prototypes for the USB options.
Signed-off-by: Don Dugger <donald.d.dugger@intel.com>
Diffstat (limited to 'tools/examples/xmexample.hvm')
-rw-r--r--tools/examples/xmexample.hvm12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/examples/xmexample.hvm b/tools/examples/xmexample.hvm
index f142379871..24ec59c66b 100644
--- a/tools/examples/xmexample.hvm
+++ b/tools/examples/xmexample.hvm
@@ -164,3 +164,15 @@ ne2000=0
#-----------------------------------------------------------------------------
# start in full screen
#full-screen=1
+
+
+#-----------------------------------------------------------------------------
+# Enable USB support (specific devices specified at runtime through the
+# monitor window)
+#usb=1
+
+# Enable USB mouse support (only enable one of the following, `mouse' for
+# PS/2 protocol relative mouse, `tablet' for
+# absolute mouse)
+#usbdevice='mouse'
+#usbdevice='tablet'