summaryrefslogtreecommitdiff
path: root/hw/usb/dev-serial.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29usb: Clean up includesPeter Maydell1-0/+1
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-05-08usb: usb-serial QOMifyGonglei1-16/+27
2015-02-18usb: Improve -usbdevice error reporting a bitMarkus Armbruster1-4/+0
2015-02-18usb: usb_create() can't fail, drop useless error handlingMarkus Armbruster1-3/+0
2014-09-23usb-serial: only check speed once at realize timeGonglei1-7/+9
2014-09-23dev-serial: convert init to realizeGonglei1-12/+6
2014-09-23usb-bus: convert USBDeviceClass init to realizeGonglei1-3/+13
2014-02-18usb: Remove magic constants from device bmAttributesPantelis Koukousoulas1-1/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+2
2013-04-16usb-serial: Remove double call to qemu_chr_add_handlers( NULL )Hans de Goede1-9/+0
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-03-27qemu-char: Rename opened to be_openHans de Goede1-1/+1
2013-01-10Make all static TypeInfos constAndreas Färber1-2/+2
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-11-08usb: split packet result into actual_length + statusHans de Goede1-18/+11
2012-10-22usb-serial: only expose device in guest when the chardev is openGerd Hoffmann1-2/+17
2012-10-22usb-serial: don't magically zap chardev on umplugGerd Hoffmann1-1/+1
2012-09-11Better name usb braille deviceSamuel Thibault1-1/+1
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana1-1/+1
2012-04-26usb: add serial number generatorGerd Hoffmann1-0/+1
2012-03-13usb: the big renameGerd Hoffmann1-0/+637