Re: [Qemu-devel] [PATCH v3 3/3] linux-user: Implement special usbfs ioctls.

2018-10-19 Thread Laurent Vivier
Le 19/10/2018 à 04:16, Cortland Setlow Tölva a écrit : > On Thu, Oct 18, 2018 at 11:48 AM Laurent Vivier wrote: >> >> Le 08/10/2018 à 18:35, Cortland Tölva a écrit : >>> Userspace submits a USB Request Buffer to the kernel, optionally >>> discards it, and finally reaps the URB. Thunk buffers

Re: [Qemu-devel] [PATCH v3 3/3] linux-user: Implement special usbfs ioctls.

2018-10-18 Thread Cortland Setlow Tölva
On Thu, Oct 18, 2018 at 11:48 AM Laurent Vivier wrote: > > Le 08/10/2018 à 18:35, Cortland Tölva a écrit : > > Userspace submits a USB Request Buffer to the kernel, optionally > > discards it, and finally reaps the URB. Thunk buffers from target > > to host and back. > > > > Tested by running an

Re: [Qemu-devel] [PATCH v3 3/3] linux-user: Implement special usbfs ioctls.

2018-10-18 Thread Laurent Vivier
Le 08/10/2018 à 18:35, Cortland Tölva a écrit : > Userspace submits a USB Request Buffer to the kernel, optionally > discards it, and finally reaps the URB. Thunk buffers from target > to host and back. > > Tested by running an i386 scanner driver on ARMv7 and by running > the PowerPC lsusb

Re: [Qemu-devel] [PATCH v3 3/3] linux-user: Implement special usbfs ioctls.

2018-10-18 Thread Laurent Vivier
Le 18/10/2018 à 18:42, Cortland Setlow Tölva a écrit : > ping, please review v3, patch 3/3. > > http://patchwork.ozlabs.org/patch/980667/ I don't have enough time to have an indeep review of this patch. As it looks good and it's an interesting new feature, I'm going to applied it as-is to my

Re: [Qemu-devel] [PATCH v3 3/3] linux-user: Implement special usbfs ioctls.

2018-10-18 Thread Cortland Setlow Tölva
ping, please review v3, patch 3/3. http://patchwork.ozlabs.org/patch/980667/ On Mon, Oct 8, 2018 at 9:35 AM Cortland Tölva wrote: > > Userspace submits a USB Request Buffer to the kernel, optionally > discards it, and finally reaps the URB. Thunk buffers from target > to host and back. > >

[Qemu-devel] [PATCH v3 3/3] linux-user: Implement special usbfs ioctls.

2018-10-08 Thread Cortland Tölva
Userspace submits a USB Request Buffer to the kernel, optionally discards it, and finally reaps the URB. Thunk buffers from target to host and back. Tested by running an i386 scanner driver on ARMv7 and by running the PowerPC lsusb utility on x86_64. The discardurb ioctl is not exercised in