index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb-serial.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-22
char: rename qemu_chr_close() -> qemu_chr_delete()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_open() -> qemu_chr_new()
Anthony Liguori
1
-2
/
+2
2011-08-22
char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()
Anthony Liguori
1
-5
/
+5
2011-08-22
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
1
-1
/
+1
2011-08-04
usb-serial: iovec support
Gerd Hoffmann
1
-11
/
+16
2011-08-04
usb: use iovecs in USBPacket
Gerd Hoffmann
1
-2
/
+3
2011-07-29
Merge remote-tracking branch 'kraxel/migration.2' into staging
Anthony Liguori
1
-0
/
+7
2011-07-23
Correct spelling of licensed
Matthew Fernandez
1
-1
/
+1
2011-07-20
usb-serial doesn't support migration
Gerd Hoffmann
1
-0
/
+7
2011-05-26
usb: Pass the packet to the device's handle_control callback
Hans de Goede
1
-3
/
+3
2011-05-26
usb: update config descriptors to identify number of interfaces
Brad Hards
1
-0
/
+1
2011-01-11
usb: move remote wakeup handling to common code
Gerd Hoffmann
1
-22
/
+0
2011-01-11
usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code
Gerd Hoffmann
1
-8
/
+2
2011-01-11
usb: move USB_REQ_SET_ADDRESS handling to common code
Gerd Hoffmann
1
-4
/
+0
2011-01-11
usb serial: use new descriptor infrastructure.
Gerd Hoffmann
1
-117
/
+83
2010-06-30
usb-serial: Fail instead of crash when chardev is missing
Markus Armbruster
1
-0
/
+5
2010-04-25
usb: remove dead assignments, spotted by clang analyzer
Blue Swirl
1
-1
/
+1
2010-03-16
error: Replace qemu_error() by error_report()
Markus Armbruster
1
-4
/
+4
2010-03-16
error: Move qemu_error & friends into their own header
Markus Armbruster
1
-0
/
+1
2010-02-25
Fix -usbdevice crash
Paul Brook
1
-0
/
+3
2010-02-10
segfault due to buffer overrun in usb-serial
David S. Ahern
1
-6
/
+22
2010-01-19
Fix QEMU_WARN_UNUSED_RESULT
Kevin Wolf
1
-2
/
+2
2009-12-12
qdev: Replace device names containing whitespace
Markus Armbruster
1
-6
/
+4
2009-12-12
qdev: Separate USB product description from qdev name
Markus Armbruster
1
-0
/
+2
2009-10-30
usb-serial and braille: use qdev for -usbdevice
Gerd Hoffmann
1
-20
/
+65
2009-10-21
char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED
Amit Shah
1
-1
/
+1
2009-10-05
usb: hook unplug into qdev, cleanups + fixes.
Gerd Hoffmann
1
-1
/
+0
2009-09-09
qdev/usb: add usb bus support to qdev, convert drivers.
Gerd Hoffmann
1
-16
/
+32
2009-05-22
usb-serial: implement break event.
Jason Wessel
1
-2
/
+10
2009-05-13
Replace gcc variadic macro extension with C99 version
Blue Swirl
1
-3
/
+3
2009-02-05
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-2
/
+0
2009-01-18
add an init function parameter to qemu_chr_open()
aurel32
1
-1
/
+1
2008-10-31
Implement "info chardev" command. (Gerd Hoffmann)
aliguori
1
-1
/
+4
2008-09-17
[PATCH] usb-serial: Fix data corruption with usb serial emulation
aurel32
1
-4
/
+2
2008-08-17
Fix some warnings that would be generated by gcc -Wmissing-prototypes
blueswir1
1
-3
/
+3
2008-08-13
usb-serial: add support for modem lines
aurel32
1
-9
/
+45
2008-01-19
Change the usb-serial product ID to a more widely recognised value (Samuel Th...
balrog
1
-1
/
+1
2008-01-14
USB-to-serial device (Samuel Thibault).
balrog
1
-0
/
+549