mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
USB-to-serial device (Samuel Thibault).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3914 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
fd56059fb6
commit
a795421883
4 changed files with 570 additions and 28 deletions
3
hw/usb.h
3
hw/usb.h
|
@ -217,6 +217,9 @@ USBDevice *usb_msd_init(const char *filename);
|
|||
/* usb-wacom.c */
|
||||
USBDevice *usb_wacom_init(void);
|
||||
|
||||
/* usb-serial.c */
|
||||
USBDevice *usb_serial_init(const char *filename);
|
||||
|
||||
/* usb ports of the VM */
|
||||
|
||||
void qemu_register_usb_port(USBPort *port, void *opaque, int index,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue