From: kaf24@firebug.cl.cam.ac.uk Date: Sat, 17 Jun 2006 07:34:54 +0000 (+0100) Subject: [TOOLS][HVM] Enhance the HVM config file to show prototypes for the USB options. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15921^2~51 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c8c61a2fd3a33938a3b1abbf61e8407a82e30f3a;p=xen.git [TOOLS][HVM] Enhance the HVM config file to show prototypes for the USB options. Signed-off-by: Don Dugger --- 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'