summaryrefslogtreecommitdiffstats
path: root/hw/usb/dev-serial.c
Commit message (Expand)AuthorAgeFilesLines
* usb: remove support for -usbdevice parametersPaolo Bonzini2021-03-151-1/+1
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* dev-serial: store flow control and xon/xoff charactersMark Cave-Ayland2020-11-041-3/+35
* dev-serial: add support for setting data_bits in QEMUSerialSetParamsMark Cave-Ayland2020-11-041-0/+17
* dev-serial: add always-plugged property to ensure USB device is always attachedMark Cave-Ayland2020-11-041-3/+6
* dev-serial: replace DeviceOutVendor/DeviceInVendor with equivalent macros fro...Mark Cave-Ayland2020-11-041-15/+10Star
* dev-serial: add trace-events for baud rate and data parametersMark Cave-Ayland2020-11-041-0/+3
* dev-serial: convert from DPRINTF to trace-eventsMark Cave-Ayland2020-11-041-14/+14
* dev-serial: use USB_SERIAL QOM macro for USBSerialState assignmentsMark Cave-Ayland2020-11-041-3/+3
* dev-serial: style changes to improve readability and checkpatch fixesMark Cave-Ayland2020-11-041-104/+126
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* usb: Rename USB_SERIAL_DEV to USB_SERIALEduardo Habkost2020-09-091-2/+2
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* usb: Convert uses of usb_create()Markus Armbruster2020-06-151-2/+2
* usb-serial: Fix timeout closing the deviceJason Andryuk2020-03-171-1/+1
* usb-serial: Increase receive buffer to 496Jason Andryuk2020-03-171-1/+1
* usb-serial: chunk data to wMaxPacketSizeJason Andryuk2020-03-171-18/+29
* usb-serial: Move USB_TOKEN_IN into a helper functionJason Andryuk2020-03-171-34/+46
* usb-serial: wakeup device on inputJason Andryuk2020-03-091-1/+5
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé2020-01-081-1/+1
* hw/usb/dev-serial: Explicit we ignore few QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé2020-01-071-0/+4
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* char: allow specifying a GMainContext at opening timePaolo Bonzini2019-02-131-1/+1
* usb: use local path for local headersMichael S. Tsirkin2018-06-011-1/+1
* usb: Remove legacy -usbdevice options (host, serial, disk and net)Thomas Huth2018-01-261-30/+0Star
* char: avoid chardevice direct accessAnton Nefedov2017-07-141-3/+2Star
* char: add backend hotswap handlerAnton Nefedov2017-07-141-1/+1
* char: move CharBackend handling in char-fe unitMarc-André Lureau2017-06-021-0/+1
* chardev: serial & parallel declaration to own headersMarc-André Lureau2017-06-021-1/+1
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* usb: Simplify the parameter parsing of the legacy usb serial deviceThomas Huth2017-05-291-16/+5Star
* hw/usb/dev-serial: Do not try to set vendorid or productid propertiesThomas Huth2017-05-121-18/+6Star
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-3/+3
* char: remove unused CHR_EVENT_FOCUSMarc-André Lureau2016-10-241-2/+0Star
* char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau2016-10-241-1/+1
* char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-241-10/+11
* char: replace PROP_CHR with CharBackendMarc-André Lureau2016-10-241-10/+12
* char: remove init callbackMarc-André Lureau2016-10-241-2/+2
* hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange2016-09-131-1/+3
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* usb: Clean up includesPeter Maydell2016-01-291-0/+1
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-1/+0Star
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* usb: usb-serial QOMifyGonglei2015-05-081-16/+27
* usb: Improve -usbdevice error reporting a bitMarkus Armbruster2015-02-181-4/+0Star