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
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
2015-02-18
usb: usb_create() can't fail, drop useless error handling
Markus Armbruster
2014-09-23
usb-serial: only check speed once at realize time
Gonglei
2014-09-23
dev-serial: convert init to realize
Gonglei
2014-09-23
usb-bus: convert USBDeviceClass init to realize
Gonglei
2014-02-18
usb: Remove magic constants from device bmAttributes
Pantelis Koukousoulas
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-04-16
usb-serial: Remove double call to qemu_chr_add_handlers( NULL )
Hans de Goede
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2013-03-27
qemu-char: Rename opened to be_open
Hans de Goede
2013-01-10
Make all static TypeInfos const
Andreas Färber
2012-12-19
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-11-08
usb: split packet result into actual_length + status
Hans de Goede
2012-10-22
usb-serial: only expose device in guest when the chardev is open
Gerd Hoffmann
2012-10-22
usb-serial: don't magically zap chardev on umplug
Gerd Hoffmann
2012-09-11
Better name usb braille device
Samuel Thibault
2012-06-19
Allow machines to configure the QEMU_VERSION that's exposed via hardware
Crístian Viana
2012-04-26
usb: add serial number generator
Gerd Hoffmann
2012-03-13
usb: the big rename
Gerd Hoffmann