Anthony Liguori
|
70f24fb6c6
char: rename qemu_chr_close() -> qemu_chr_delete()
|
14 年之前 |
Anthony Liguori
|
27143a445b
char: rename qemu_chr_open() -> qemu_chr_new()
|
14 年之前 |
Anthony Liguori
|
41084f1bad
char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()
|
14 年之前 |
Anthony Liguori
|
2cc6e0a142
char: rename qemu_chr_write() -> qemu_chr_fe_write()
|
14 年之前 |
Gerd Hoffmann
|
9440b7e555
usb-serial: iovec support
|
14 年之前 |
Gerd Hoffmann
|
4f4321c11f
usb: use iovecs in USBPacket
|
14 年之前 |
Anthony Liguori
|
e374560232
Merge remote-tracking branch 'kraxel/migration.2' into staging
|
14 年之前 |
Matthew Fernandez
|
8e31bf388e
Correct spelling of licensed
|
14 年之前 |
Gerd Hoffmann
|
98e51ec92e
usb-serial doesn't support migration
|
14 年之前 |
Hans de Goede
|
007fd62f4d
usb: Pass the packet to the device's handle_control callback
|
14 年之前 |
Brad Hards
|
add750882f
usb: update config descriptors to identify number of interfaces
|
14 年之前 |
Gerd Hoffmann
|
ed5a83ddd8
usb: move remote wakeup handling to common code
|
14 年之前 |
Gerd Hoffmann
|
a980a065fb
usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code
|
14 年之前 |
Gerd Hoffmann
|
41c6abbdeb
usb: move USB_REQ_SET_ADDRESS handling to common code
|
14 年之前 |
Gerd Hoffmann
|
f29783f72e
usb serial: use new descriptor infrastructure.
|
14 年之前 |
Markus Armbruster
|
81bf96d3d2
usb-serial: Fail instead of crash when chardev is missing
|
15 年之前 |
Blue Swirl
|
d4c4e6fdc7
usb: remove dead assignments, spotted by clang analyzer
|
15 年之前 |
Markus Armbruster
|
1ecda02b24
error: Replace qemu_error() by error_report()
|
15 年之前 |
Markus Armbruster
|
2f7920166d
error: Move qemu_error & friends into their own header
|
15 年之前 |
Paul Brook
|
d44168fffa
Fix -usbdevice crash
|
15 年之前 |
David S. Ahern
|
4ab4183d76
segfault due to buffer overrun in usb-serial
|
15 年之前 |
Kevin Wolf
|
beb6f0de7a
Fix QEMU_WARN_UNUSED_RESULT
|
15 年之前 |
Markus Armbruster
|
556cd09885
qdev: Replace device names containing whitespace
|
15 年之前 |
Markus Armbruster
|
063846984c
qdev: Separate USB product description from qdev name
|
15 年之前 |
Gerd Hoffmann
|
2b0efdc3e1
usb-serial and braille: use qdev for -usbdevice
|
16 年之前 |
Amit Shah
|
b6b8df560c
char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED
|
16 年之前 |
Gerd Hoffmann
|
a8e662b547
usb: hook unplug into qdev, cleanups + fixes.
|
16 年之前 |
Gerd Hoffmann
|
806b602482
qdev/usb: add usb bus support to qdev, convert drivers.
|
16 年之前 |
Jason Wessel
|
7e57f0493a
usb-serial: implement break event.
|
16 年之前 |
Blue Swirl
|
001faf3269
Replace gcc variadic macro extension with C99 version
|
16 年之前 |