Re: [Qemu-devel] [RFC PATCH 28/34] net: add RNDIS definitions

2018-02-07 Thread Paolo Bonzini
On 06/02/2018 21:30, Roman Kagan wrote: > Add a header with constants used in Microsoft RNDIS protocol. > > The header is taken unchanged from the Linux kernel. > > TODO: reconcile with usb-net Luckily, that seems pretty easy to do. Paolo > Signed-off-by: Roman Kagan > --- > hw/net/rndis.h |

[Qemu-devel] [RFC PATCH 28/34] net: add RNDIS definitions

2018-02-06 Thread Roman Kagan
Add a header with constants used in Microsoft RNDIS protocol. The header is taken unchanged from the Linux kernel. TODO: reconcile with usb-net Signed-off-by: Roman Kagan --- hw/net/rndis.h | 391 + 1 file changed, 391 insertions(+) creat