index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb
/
dev-serial.c
Age
Commit message (
Expand
)
Author
2021-03-15
usb: remove support for -usbdevice parameters
Paolo Bonzini
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-11-04
dev-serial: store flow control and xon/xoff characters
Mark Cave-Ayland
2020-11-04
dev-serial: add support for setting data_bits in QEMUSerialSetParams
Mark Cave-Ayland
2020-11-04
dev-serial: add always-plugged property to ensure USB device is always attached
Mark Cave-Ayland
2020-11-04
dev-serial: replace DeviceOutVendor/DeviceInVendor with equivalent macros fro...
Mark Cave-Ayland
2020-11-04
dev-serial: add trace-events for baud rate and data parameters
Mark Cave-Ayland
2020-11-04
dev-serial: convert from DPRINTF to trace-events
Mark Cave-Ayland
2020-11-04
dev-serial: use USB_SERIAL QOM macro for USBSerialState assignments
Mark Cave-Ayland
2020-11-04
dev-serial: style changes to improve readability and checkpatch fixes
Mark Cave-Ayland
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
usb: Rename USB_SERIAL_DEV to USB_SERIAL
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-06-15
usb: Convert uses of usb_create()
Markus Armbruster
2020-03-17
usb-serial: Fix timeout closing the device
Jason Andryuk
2020-03-17
usb-serial: Increase receive buffer to 496
Jason Andryuk
2020-03-17
usb-serial: chunk data to wMaxPacketSize
Jason Andryuk
2020-03-17
usb-serial: Move USB_TOKEN_IN into a helper function
Jason Andryuk
2020-03-09
usb-serial: wakeup device on input
Jason Andryuk
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-08
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
Philippe Mathieu-Daudé
2020-01-07
hw/usb/dev-serial: Explicit we ignore few QEMUChrEvent in IOEventHandler
Philippe Mathieu-Daudé
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-02-13
char: allow specifying a GMainContext at opening time
Paolo Bonzini
2018-06-01
usb: use local path for local headers
Michael S. Tsirkin
2018-01-26
usb: Remove legacy -usbdevice options (host, serial, disk and net)
Thomas Huth
2017-07-14
char: avoid chardevice direct access
Anton Nefedov
2017-07-14
char: add backend hotswap handler
Anton Nefedov
2017-06-02
char: move CharBackend handling in char-fe unit
Marc-André Lureau
2017-06-02
chardev: serial & parallel declaration to own headers
Marc-André Lureau
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
2017-05-29
usb: Simplify the parameter parsing of the legacy usb serial device
Thomas Huth
2017-05-12
hw/usb/dev-serial: Do not try to set vendorid or productid properties
Thomas Huth
2017-01-27
char: rename CharDriverState Chardev
Marc-André Lureau
2016-10-24
char: remove unused CHR_EVENT_FOCUS
Marc-André Lureau
2016-10-24
char: remove explicit_fe_open, use a set_handlers argument
Marc-André Lureau
2016-10-24
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
2016-10-24
char: replace PROP_CHR with CharBackend
Marc-André Lureau
2016-10-24
char: remove init callback
Marc-André Lureau
2016-09-13
hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all
Daniel P. Berrange
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-29
usb: Clean up includes
Peter Maydell
2015-06-22
Include monitor/monitor.h exactly where needed
Markus Armbruster
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
2015-05-08
usb: usb-serial QOMify
Gonglei
2015-02-18
usb: Improve -usbdevice error reporting a bit
Markus Armbruster
[next]