index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
usb
/
dev-serial.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
usb: Rename USB_SERIAL_DEV to USB_SERIAL
Eduardo Habkost
2020-09-09
1
-2
/
+2
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-1
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+4
*
usb: Convert uses of usb_create()
Markus Armbruster
2020-06-15
1
-2
/
+2
*
usb-serial: Fix timeout closing the device
Jason Andryuk
2020-03-17
1
-1
/
+1
*
usb-serial: Increase receive buffer to 496
Jason Andryuk
2020-03-17
1
-1
/
+1
*
usb-serial: chunk data to wMaxPacketSize
Jason Andryuk
2020-03-17
1
-18
/
+29
*
usb-serial: Move USB_TOKEN_IN into a helper function
Jason Andryuk
2020-03-17
1
-34
/
+46
*
usb-serial: wakeup device on input
Jason Andryuk
2020-03-09
1
-1
/
+5
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-2
/
+2
*
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
Philippe Mathieu-Daudé
2020-01-08
1
-1
/
+1
*
hw/usb/dev-serial: Explicit we ignore few QEMUChrEvent in IOEventHandler
Philippe Mathieu-Daudé
2020-01-07
1
-0
/
+4
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-1
/
+1
*
char: allow specifying a GMainContext at opening time
Paolo Bonzini
2019-02-13
1
-1
/
+1
*
usb: use local path for local headers
Michael S. Tsirkin
2018-06-01
1
-1
/
+1
*
usb: Remove legacy -usbdevice options (host, serial, disk and net)
Thomas Huth
2018-01-26
1
-30
/
+0
*
char: avoid chardevice direct access
Anton Nefedov
2017-07-14
1
-3
/
+2
*
char: add backend hotswap handler
Anton Nefedov
2017-07-14
1
-1
/
+1
*
char: move CharBackend handling in char-fe unit
Marc-André Lureau
2017-06-02
1
-0
/
+1
*
chardev: serial & parallel declaration to own headers
Marc-André Lureau
2017-06-02
1
-1
/
+1
*
chardev: move headers to include/chardev
Marc-André Lureau
2017-06-02
1
-1
/
+1
*
usb: Simplify the parameter parsing of the legacy usb serial device
Thomas Huth
2017-05-29
1
-16
/
+5
*
hw/usb/dev-serial: Do not try to set vendorid or productid properties
Thomas Huth
2017-05-12
1
-18
/
+6
*
char: rename CharDriverState Chardev
Marc-André Lureau
2017-01-27
1
-3
/
+3
*
char: remove unused CHR_EVENT_FOCUS
Marc-André Lureau
2016-10-24
1
-2
/
+0
*
char: remove explicit_fe_open, use a set_handlers argument
Marc-André Lureau
2016-10-24
1
-1
/
+1
*
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
2016-10-24
1
-10
/
+11
*
char: replace PROP_CHR with CharBackend
Marc-André Lureau
2016-10-24
1
-10
/
+12
*
char: remove init callback
Marc-André Lureau
2016-10-24
1
-2
/
+2
*
hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all
Daniel P. Berrange
2016-09-13
1
-1
/
+3
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-0
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
usb: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
Include monitor/monitor.h exactly where needed
Markus Armbruster
2015-06-22
1
-1
/
+0
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
1
-0
/
+1
*
usb: usb-serial QOMify
Gonglei
2015-05-08
1
-16
/
+27
*
usb: Improve -usbdevice error reporting a bit
Markus Armbruster
2015-02-18
1
-4
/
+0
*
usb: usb_create() can't fail, drop useless error handling
Markus Armbruster
2015-02-18
1
-3
/
+0
*
usb-serial: only check speed once at realize time
Gonglei
2014-09-23
1
-7
/
+9
*
dev-serial: convert init to realize
Gonglei
2014-09-23
1
-12
/
+6
*
usb-bus: convert USBDeviceClass init to realize
Gonglei
2014-09-23
1
-3
/
+13
*
usb: Remove magic constants from device bmAttributes
Pantelis Koukousoulas
2014-02-18
1
-1
/
+1
*
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-29
1
-0
/
+2
*
usb-serial: Remove double call to qemu_chr_add_handlers( NULL )
Hans de Goede
2013-04-16
1
-9
/
+0
*
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2013-04-15
1
-1
/
+1
*
qemu-char: Rename opened to be_open
Hans de Goede
2013-03-27
1
-1
/
+1
*
Make all static TypeInfos const
Andreas Färber
2013-01-10
1
-2
/
+2
[next]