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