qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

usb: Fix typo in documentation

simliar -> similar

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>

authored by

Frediano Ziglio and committed by
Michael Tokarev
dfaba10b cdc358a2

+1 -1
+1 -1
docs/usb-storage.txt
··· 34 34 Number three emulates the classic bulk-only transport protocol too. 35 35 It's called "usb-bot". It shares most code with "usb-storage", and 36 36 the guest will not be able to see the difference. The qemu command 37 - line interface is simliar to usb-uas though, i.e. no automatic scsi 37 + line interface is similar to usb-uas though, i.e. no automatic scsi 38 38 disk creation. It also features support for up to 16 LUNs. The LUN 39 39 numbers must be continuous, i.e. for three devices you must use 0+1+2. 40 40 The 0+1+5 numbering from the "usb-uas" example isn't going to work