Re: Ethernet-over-usb with linux guest using USB Device Controller ?

2021-05-04 Thread Gerd Hoffmann
On Mon, May 03, 2021 at 02:27:39PM -0700, Doug Evans wrote: > On Tue, Apr 27, 2021 at 12:31 AM Gerd Hoffmann wrote: > > > Hi, > > > > > Questions: Is this support in QEMU and if so got any pointers to source > > for > > > existing examples? > > > If not, any guidance on how to proceed? > > > >

Re: Ethernet-over-usb with linux guest using USB Device Controller ?

2021-05-03 Thread Doug Evans
On Tue, Apr 27, 2021 at 12:31 AM Gerd Hoffmann wrote: > Hi, > > > Questions: Is this support in QEMU and if so got any pointers to source > for > > existing examples? > > If not, any guidance on how to proceed? > > qemu has only usb host controller emulation, not any usb device > controller emu

Re: Ethernet-over-usb with linux guest using USB Device Controller ?

2021-04-27 Thread Gerd Hoffmann
Hi, > Questions: Is this support in QEMU and if so got any pointers to source for > existing examples? > If not, any guidance on how to proceed? qemu has only usb host controller emulation, not any usb device controller emulation. So you are entering new territory and there are no existing cod

Ethernet-over-usb with linux guest using USB Device Controller ?

2021-04-26 Thread Doug Evans
Hi. I'm working on a project where I want to have the linux qemu guest communicate with another linux system via ethernet-over-usb (as far as the guest is concerned, as it will be using a usb network gadget). In this case the linux guest will be using a USB Device Controller (UDC) to drive its sid