- 963a7be dev-serial: store flow control and xon/xoff characters by Mark Cave-Ayland · 4 years, 4 months ago
- a79f86c dev-serial: add support for setting data_bits in QEMUSerialSetParams by Mark Cave-Ayland · 4 years, 4 months ago
- 66007a9 dev-serial: add always-plugged property to ensure USB device is always attached by Mark Cave-Ayland · 4 years, 4 months ago
- 687dfe6 dev-serial: replace DeviceOutVendor/DeviceInVendor with equivalent macros from usb.h by Mark Cave-Ayland · 4 years, 4 months ago
- 655ec80 dev-serial: add trace-events for baud rate and data parameters by Mark Cave-Ayland · 4 years, 4 months ago
- ebb1132 dev-serial: convert from DPRINTF to trace-events by Mark Cave-Ayland · 4 years, 4 months ago
- 8a0e4ee dev-serial: use USB_SERIAL QOM macro for USBSerialState assignments by Mark Cave-Ayland · 4 years, 4 months ago
- adab8d4 dev-serial: style changes to improve readability and checkpatch fixes by Mark Cave-Ayland · 4 years, 4 months ago
- 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
- bdd5f27 usb: Rename USB_SERIAL_DEV to USB_SERIAL by Eduardo Habkost · 4 years, 6 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
- 590ce74 usb: Convert uses of usb_create() by Markus Armbruster · 4 years, 9 months ago
- 647ee98 usb-serial: Fix timeout closing the device by Jason Andryuk · 5 years ago
- 30ad5fd usb-serial: Increase receive buffer to 496 by Jason Andryuk · 5 years ago
- 87db78f usb-serial: chunk data to wMaxPacketSize by Jason Andryuk · 5 years ago
- 2bcf4e9 usb-serial: Move USB_TOKEN_IN into a helper function by Jason Andryuk · 5 years ago
- 5843b6b usb-serial: wakeup device on input by Jason Andryuk · 5 years ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- 083b266 chardev: Use QEMUChrEvent enum in IOEventHandler typedef by Philippe Mathieu-Daudé · 5 years ago
- c263158 hw/usb/dev-serial: Explicit we ignore few QEMUChrEvent in IOEventHandler by Philippe Mathieu-Daudé · 5 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
- d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- 4ad6f6c char: allow specifying a GMainContext at opening time by Paolo Bonzini · 6 years ago
- 463581a usb: use local path for local headers by Michael S. Tsirkin · 7 years ago
- 9976117 usb: Remove legacy -usbdevice options (host, serial, disk and net) by Thomas Huth · 7 years ago
- 3065070 char: avoid chardevice direct access by Anton Nefedov · 8 years ago
- 81517ba char: add backend hotswap handler by Anton Nefedov · 8 years ago
- 4d43a60 char: move CharBackend handling in char-fe unit by Marc-André Lureau · 8 years ago
- 7566c6e chardev: serial & parallel declaration to own headers by Marc-André Lureau · 8 years ago
- 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
- e14935d usb: Simplify the parameter parsing of the legacy usb serial device by Thomas Huth · 8 years ago
- aa612b3 hw/usb/dev-serial: Do not try to set vendorid or productid properties by Thomas Huth · 8 years ago
- 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
- 8cd3566 char: remove unused CHR_EVENT_FOCUS by Marc-André Lureau · 8 years ago
- 39ab61c char: remove explicit_fe_open, use a set_handlers argument by Marc-André Lureau · 8 years ago
- 5345fdb char: use qemu_chr_fe* functions with CharBackend argument by Marc-André Lureau · 8 years ago
- becdfa0 char: replace PROP_CHR with CharBackend by Marc-André Lureau · 8 years ago
- b4948be char: remove init callback by Marc-André Lureau · 8 years ago
- 6ab3fc3 hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all by Daniel P. Berrange · 8 years ago
- f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
- da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
- e532b2e usb: Clean up includes by Peter Maydell · 9 years ago
- a0b1a66 Include monitor/monitor.h exactly where needed by Markus Armbruster · 10 years ago
- d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
- cdf0d76 usb: usb-serial QOMify by Gonglei · 10 years ago
- 3bc36a4 usb: Improve -usbdevice error reporting a bit by Markus Armbruster · 10 years ago
- 4806ec9 usb: usb_create() can't fail, drop useless error handling by Markus Armbruster · 10 years ago
- 7334d65 usb-serial: only check speed once at realize time by Gonglei · 10 years ago
- 38fff2c dev-serial: convert init to realize by Gonglei · 10 years ago
- 7d553f2 usb-bus: convert USBDeviceClass init to realize by Gonglei · 10 years ago
- bd93976 usb: Remove magic constants from device bmAttributes by Pantelis Koukousoulas · 11 years ago
- 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 12 years ago
- 7598b41 usb-serial: Remove double call to qemu_chr_add_handlers( NULL ) by Hans de Goede · 12 years ago
- dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
- 16665b9 qemu-char: Rename opened to be_open by Hans de Goede · 12 years ago
- 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
- 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
- 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
- 9a77a0f usb: split packet result into actual_length + status by Hans de Goede · 12 years ago
- da124e6 usb-serial: only expose device in guest when the chardev is open by Gerd Hoffmann · 12 years ago
- 70330fb usb-serial: don't magically zap chardev on umplug by Gerd Hoffmann · 12 years ago
- 2964cd9 Better name usb braille device by Samuel Thibault · 13 years ago
- 93bfef4 Allow machines to configure the QEMU_VERSION that's exposed via hardware by Crístian Viana · 13 years ago
- 9d55d1a usb: add serial number generator by Gerd Hoffmann · 13 years ago
- f1ae32a usb: the big rename by Gerd Hoffmann · 13 years ago[Renamed (99%) from hw/usb-serial.c]
- 3741715 usb: Resolve warnings about unassigned bus on usb device creation by Jan Kiszka · 13 years ago
- 7718564 Merge remote-tracking branch 'kraxel/usb.38' into staging by Anthony Liguori · 13 years ago
- 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
- 079d0b7 usb: Set USBEndpoint in usb_packet_setup(). by Gerd Hoffmann · 13 years ago
- 7f74a56 usb: kill handle_packet callback by Gerd Hoffmann · 13 years ago
- 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
- ba02430 usb: separate out legacy usb registration from type registration by Anthony Liguori · 13 years ago
- 62aed76 usb: convert to QEMU Object Model by Anthony Liguori · 13 years ago
- 1de14d4 usb: track altsetting in USBDevice by Gerd Hoffmann · 14 years ago
- 70f24fb char: rename qemu_chr_close() -> qemu_chr_delete() by Anthony Liguori · 14 years ago
- 27143a4 char: rename qemu_chr_open() -> qemu_chr_new() by Anthony Liguori · 14 years ago
- 41084f1 char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl() by Anthony Liguori · 14 years ago
- 2cc6e0a char: rename qemu_chr_write() -> qemu_chr_fe_write() by Anthony Liguori · 14 years ago
- 9440b7e usb-serial: iovec support by Gerd Hoffmann · 14 years ago
- 4f4321c usb: use iovecs in USBPacket by Gerd Hoffmann · 14 years ago
- e374560 Merge remote-tracking branch 'kraxel/migration.2' into staging by Anthony Liguori · 14 years ago
- 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
- 98e51ec usb-serial doesn't support migration by Gerd Hoffmann · 14 years ago
- 007fd62 usb: Pass the packet to the device's handle_control callback by Hans de Goede · 14 years ago
- add7508 usb: update config descriptors to identify number of interfaces by Brad Hards · 14 years ago
- ed5a83d usb: move remote wakeup handling to common code by Gerd Hoffmann · 14 years ago
- a980a06 usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code by Gerd Hoffmann · 14 years ago
- 41c6abb usb: move USB_REQ_SET_ADDRESS handling to common code by Gerd Hoffmann · 14 years ago
- f29783f usb serial: use new descriptor infrastructure. by Gerd Hoffmann · 14 years ago
- 81bf96d usb-serial: Fail instead of crash when chardev is missing by Markus Armbruster · 15 years ago
- d4c4e6f usb: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
- 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
- 2f79201 error: Move qemu_error & friends into their own header by Markus Armbruster · 15 years ago
- d44168f Fix -usbdevice crash by Paul Brook · 15 years ago
- 4ab4183 segfault due to buffer overrun in usb-serial by David S. Ahern · 15 years ago
- beb6f0d Fix QEMU_WARN_UNUSED_RESULT by Kevin Wolf · 15 years ago
- 556cd09 qdev: Replace device names containing whitespace by Markus Armbruster · 15 years ago
- 0638469 qdev: Separate USB product description from qdev name by Markus Armbruster · 15 years ago