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
*
usb: remove support for -usbdevice parameters
Paolo Bonzini
2021-03-15
1
-1
/
+1
*
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-12-18
1
-0
/
+1
*
dev-serial: store flow control and xon/xoff characters
Mark Cave-Ayland
2020-11-04
1
-3
/
+35
*
dev-serial: add support for setting data_bits in QEMUSerialSetParams
Mark Cave-Ayland
2020-11-04
1
-0
/
+17
*
dev-serial: add always-plugged property to ensure USB device is always attached
Mark Cave-Ayland
2020-11-04
1
-3
/
+6
*
dev-serial: replace DeviceOutVendor/DeviceInVendor with equivalent macros fro...
Mark Cave-Ayland
2020-11-04
1
-15
/
+10
*
dev-serial: add trace-events for baud rate and data parameters
Mark Cave-Ayland
2020-11-04
1
-0
/
+3
*
dev-serial: convert from DPRINTF to trace-events
Mark Cave-Ayland
2020-11-04
1
-14
/
+14
*
dev-serial: use USB_SERIAL QOM macro for USBSerialState assignments
Mark Cave-Ayland
2020-11-04
1
-3
/
+3
*
dev-serial: style changes to improve readability and checkpatch fixes
Mark Cave-Ayland
2020-11-04
1
-104
/
+126
*
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
[next]