mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
qemu-doc: Update to use the new way of attaching USB devices
The preferred way of adding USB devices is via "-device" and "device_add" nowadays, so let's start to get rid of "-usbdevice" and "usb_add" in the documentation. While we're at it, also add the new USB devices there which have been added to QEMU during the last years, and get rid of the old "vendorid" and "productid" parameters of "-usbdevice serial" which have been removed in QEMU version 0.14.0 already. Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com> Message-id: 1494256429-31720-1-git-send-email-thuth@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
76d20ea0f1
commit
a92ff8c123
2 changed files with 53 additions and 44 deletions
|
@ -182,15 +182,13 @@ The appropriate DEVNAME depends on the machine type. For type "pc":
|
|||
|
||||
This lets you control I/O ports and IRQs.
|
||||
|
||||
* -usbdevice serial:vendorid=VID,productid=PRID becomes
|
||||
-device usb-serial,vendorid=VID,productid=PRID
|
||||
* -usbdevice serial::chardev becomes -device usb-serial,chardev=dev.
|
||||
|
||||
* -usbdevice braille doesn't support LEGACY-CHARDEV syntax. It always
|
||||
uses "braille". With -device, this useful default is gone, so you
|
||||
have to use something like
|
||||
|
||||
-device usb-braille,chardev=braille,vendorid=VID,productid=PRID
|
||||
-chardev braille,id=braille
|
||||
-device usb-braille,chardev=braille -chardev braille,id=braille
|
||||
|
||||
* -virtioconsole becomes
|
||||
-device virtio-serial-pci,class=C,vectors=V,ioeventfd=IOEVENTFD,max_ports=N
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue