[PULL 0/8] Usb 20201104 patches

Gerd Hoffmann posted 8 patches 5 years ago
Test checkpatch passed
Failed in applying to current master (apply log)
hw/usb/dev-serial.c | 334 +++++++++++++++++++++++++++-----------------
hw/usb/trace-events |  13 ++
2 files changed, 216 insertions(+), 131 deletions(-)
[PULL 0/8] Usb 20201104 patches
Posted by Gerd Hoffmann 5 years ago
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



Re: [PULL 0/8] Usb 20201104 patches
Posted by Peter Maydell 5 years ago
On Wed, 4 Nov 2020 at 12:17, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> 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
>
> ----------------------------------------------------------------
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM