diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-11-06 16:49:55 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-11-06 16:49:55 +0000 |
commit | b389dbfb587e61ccc1c68e51f84f8fe050e7203e (patch) | |
tree | 5d1277c84dc33d90392fb6fb0a5f7392996bc3e0 /vl.c | |
parent | a594cfbf3e1a38bc6f3908d7d0903d41e8ea9da8 (diff) | |
download | qemu-b389dbfb587e61ccc1c68e51f84f8fe050e7203e.zip |
USB help
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1604 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2966,6 +2966,8 @@ void help(void) #ifdef TARGET_I386 "-win2k-hack use it when installing Windows 2000 to avoid a disk full bug\n" #endif + "-usb enable the USB driver (will be the default soon)\n" + "-usbdevice name add the host or guest USB device 'name'\n" #if defined(TARGET_PPC) || defined(TARGET_SPARC) "-g WxH[xDEPTH] Set the initial graphical resolution and depth\n" #endif |