[PATCH 0/9] dev-serial: minor fixes and improvements

Mark Cave-Ayland posted 9 patches 5 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201026083401.13231-1-mark.cave-ayland@ilande.co.uk
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Samuel Thibault <samuel.thibault@ens-lyon.org>
There is a newer version of this series
hw/usb/dev-serial.c | 339 +++++++++++++++++++++++++++-----------------
hw/usb/trace-events |  13 ++
2 files changed, 218 insertions(+), 134 deletions(-)
[PATCH 0/9] dev-serial: minor fixes and improvements
Posted by Mark Cave-Ayland 5 years ago
This series comes from a client project that I have been working on over the
past few months which involves communicating with serial hardware and
associated simulators using the QEMU USB serial device.

With thanks to Craig Stevens at Renesas for giving permission for these
patches to be upstreamed.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>


Mark Cave-Ayland (9):
  dev-serial: style changes to improve readability and checkpatch fixes
  dev-serial: use USB_SERIAL QOM macro for USBSerialState assignments
  dev-serial: convert from DPRINTF to trace-events
  dev-serial: add trace-events for baud rate and data parameters
  dev-serial: replace DeviceOutVendor/DeviceInVendor with equivalent
    macros from usb.h
  dev-serial: add always-plugged property to ensure USB device is always
    attached
  dev-serial: add support for setting data_bits in QEMUSerialSetParams
  dev-serial: fix FTDI_GET_MDM_ST response
  dev-serial: store flow control and xon/xoff characters

 hw/usb/dev-serial.c | 339 +++++++++++++++++++++++++++-----------------
 hw/usb/trace-events |  13 ++
 2 files changed, 218 insertions(+), 134 deletions(-)

-- 
2.20.1


Re: [PATCH 0/9] dev-serial: minor fixes and improvements
Posted by Samuel Thibault 5 years ago
Hello,

Mark Cave-Ayland, le lun. 26 oct. 2020 08:33:52 +0000, a ecrit:
> This series comes from a client project that I have been working on over the
> past few months which involves communicating with serial hardware and
> associated simulators using the QEMU USB serial device.

Thanks for these!

I only had concerned with the MDM_ST change, see the corresponding mail.

The other patches can be applied independently from that change.

Samuel