Re: [Qemu-devel] [PATCH v2 0/3] Linux usermode emulation user mode USB driver support.

2018-10-04 Thread Laurent Vivier
Le 25/09/2018 à 09:12, Cortland Tölva a écrit : > This patch series aims to let programs running under QEMU Linux user mode > emulation implement user-space USB drivers via the USBFS ioctl()s. First > I check for the necessary header files, then I define some types, and > last I implement the subm

[Qemu-devel] [PATCH v2 0/3] Linux usermode emulation user mode USB driver support.

2018-09-25 Thread Cortland Tölva
This patch series aims to let programs running under QEMU Linux user mode emulation implement user-space USB drivers via the USBFS ioctl()s. First I check for the necessary header files, then I define some types, and last I implement the submit, discard, and reap functions, which involve USB reque