On 04.01.2018 15:09, Samuel Thibault wrote: > Thomas Huth, on jeu. 04 janv. 2018 14:15:52 +0100, wrote: >> -@item host:@var{bus}.@var{addr} >> -Pass through the host device identified by @var{bus}.@var{addr} (Linux >> only). >> - >> -@item host:@var{vendor_id}:@var{product_id} >> -Pass through the host device identified by @var{vendor_id}:@var{product_id} >> -(Linux only). >> - >> -@item >> serial:[vendorid=@var{vendor_id}][,productid=@var{product_id}]:@var{dev} >> -Serial converter to host character device @var{dev}, see @code{-serial} for >> the >> -available devices. > > as mentioned in my other mail, I don't find any place in the manpage > where that is now documented. I believe this -usbdevice foo > documentation needs to be converted to -device usb-foo instead of > removed. Otherwise as it is now there is no way to even know that > -device usb-mouse, -device usb-disk, etc. are available at all.
I already did convert the chapter that describes the USB devices a couple of months ago, you can find it in our qemu-doc.html here: https://qemu.weilnetz.de/doc/qemu-doc.html#usb_005fdevices Thomas