[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/8] Usb 20201104 patches
|
From: |
Gerd Hoffmann |
|
Subject: |
[PULL 0/8] Usb 20201104 patches |
|
Date: |
Wed, 4 Nov 2020 13:13:13 +0100 |
The following changes since commit 3d6e32347a3b57dac7f469a07c5f520e69bd070a:
Update version for v5.2.0-rc0 release (2020-11-03 21:11:57 +0000)
are available in the Git repository at:
git://git.kraxel.org/qemu tags/usb-20201104-pull-request
for you to fetch changes up to 963a7bed570ce12604a48755c78244a2b6e179b3:
dev-serial: store flow control and xon/xoff characters (2020-11-04 07:22:37
+0100)
----------------------------------------------------------------
usb: bugfixes for usb-serial
----------------------------------------------------------------
Mark Cave-Ayland (8):
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: store flow control and xon/xoff characters
hw/usb/dev-serial.c | 334 +++++++++++++++++++++++++++-----------------
hw/usb/trace-events | 13 ++
2 files changed, 216 insertions(+), 131 deletions(-)
--
2.27.0
- [PULL 0/8] Usb 20201104 patches,
Gerd Hoffmann <=
- [PULL 2/8] dev-serial: use USB_SERIAL QOM macro for USBSerialState assignments, Gerd Hoffmann, 2020/11/04
- [PULL 4/8] dev-serial: add trace-events for baud rate and data parameters, Gerd Hoffmann, 2020/11/04
- [PULL 3/8] dev-serial: convert from DPRINTF to trace-events, Gerd Hoffmann, 2020/11/04
- [PULL 5/8] dev-serial: replace DeviceOutVendor/DeviceInVendor with equivalent macros from usb.h, Gerd Hoffmann, 2020/11/04
- [PULL 6/8] dev-serial: add always-plugged property to ensure USB device is always attached, Gerd Hoffmann, 2020/11/04
- [PULL 1/8] dev-serial: style changes to improve readability and checkpatch fixes, Gerd Hoffmann, 2020/11/04
- [PULL 7/8] dev-serial: add support for setting data_bits in QEMUSerialSetParams, Gerd Hoffmann, 2020/11/04
- [PULL 8/8] dev-serial: store flow control and xon/xoff characters, Gerd Hoffmann, 2020/11/04
- Re: [PULL 0/8] Usb 20201104 patches, Peter Maydell, 2020/11/04