aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/dev-serial.c
AgeCommit message (Expand)Author
2018-06-01usb: use local path for local headersMichael S. Tsirkin
2018-01-26usb: Remove legacy -usbdevice options (host, serial, disk and net)Thomas Huth
2017-07-14char: avoid chardevice direct accessAnton Nefedov
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: serial & parallel declaration to own headersMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-05-29usb: Simplify the parameter parsing of the legacy usb serial deviceThomas Huth
2017-05-12hw/usb/dev-serial: Do not try to set vendorid or productid propertiesThomas Huth
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2016-10-24char: remove unused CHR_EVENT_FOCUSMarc-André Lureau
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau
2016-10-24char: remove init callbackMarc-André Lureau
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-29usb: Clean up includesPeter Maydell
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-05-08usb: usb-serial QOMifyGonglei
2015-02-18usb: Improve -usbdevice error reporting a bitMarkus Armbruster
2015-02-18usb: usb_create() can't fail, drop useless error handlingMarkus Armbruster
2014-09-23usb-serial: only check speed once at realize timeGonglei
2014-09-23dev-serial: convert init to realizeGonglei
2014-09-23usb-bus: convert USBDeviceClass init to realizeGonglei
2014-02-18usb: Remove magic constants from device bmAttributesPantelis Koukousoulas
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-04-16usb-serial: Remove double call to qemu_chr_add_handlers( NULL )Hans de Goede
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-03-27qemu-char: Rename opened to be_openHans de Goede
2013-01-10Make all static TypeInfos constAndreas Färber
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-11-08usb: split packet result into actual_length + statusHans de Goede
2012-10-22usb-serial: only expose device in guest when the chardev is openGerd Hoffmann
2012-10-22usb-serial: don't magically zap chardev on umplugGerd Hoffmann
2012-09-11Better name usb braille deviceSamuel Thibault
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana
2012-04-26usb: add serial number generatorGerd Hoffmann
2012-03-13usb: the big renameGerd Hoffmann