Re: [PATCH] usb-serial: wakeup device on input

2020-03-09 Thread Jason Andryuk
On Mon, Mar 9, 2020 at 6:08 AM Gerd Hoffmann wrote: > > On Fri, Mar 06, 2020 at 09:09:17AM -0500, Jason Andryuk wrote: > > Currently usb-serial devices are unable to send data into guests with > > the xhci controller. Data is copied into the usb-serial's buffer, but > > it is not sent into the

Re: [PATCH] usb-serial: wakeup device on input

2020-03-09 Thread Gerd Hoffmann
On Fri, Mar 06, 2020 at 09:09:17AM -0500, Jason Andryuk wrote: > Currently usb-serial devices are unable to send data into guests with > the xhci controller. Data is copied into the usb-serial's buffer, but > it is not sent into the guest. Data coming out of the guest works > properly.

Re: [PATCH] usb-serial: wakeup device on input

2020-03-06 Thread Jason Andryuk
On Fri, Mar 6, 2020 at 11:13 AM wrote: > > Patchew URL: > https://patchew.org/QEMU/20200306140917.26726-1-jandr...@gmail.com/ > > > > Hi, > > This series failed the docker-clang@ubuntu build test. Please find the > testing commands and > their output below. If you have Docker installed, you can

Re: [PATCH] usb-serial: wakeup device on input

2020-03-06 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200306140917.26726-1-jandr...@gmail.com/ Hi, This series failed the docker-clang@ubuntu build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ===

[PATCH] usb-serial: wakeup device on input

2020-03-06 Thread Jason Andryuk
Currently usb-serial devices are unable to send data into guests with the xhci controller. Data is copied into the usb-serial's buffer, but it is not sent into the guest. Data coming out of the guest works properly. usb-serial devices work properly with ehci. Have usb-serial call usb_wakeup()