Re: [PATCH 2/2] net: implement vmnet-based netdev

2021-02-04 Thread Phillip Tennen
Thanks very much for taking a look! As per my understanding of the submission process, I will resubmit this patchset (sans my self-introduction =) ) in a new [PATCH v2] thread, incorporating the changes you pointed out here. > Adding Markus in cc; right now, I don't think QAPI supports a union ty

Re: [PATCH 2/2] net: implement vmnet-based netdev

2021-02-04 Thread Eric Blake
On 2/4/21 10:25 AM, phillip.en...@gmail.com wrote: > From: Phillip Tennen > > This patch implements a new netdev device, reachable via -netdev > vmnet-macos, that’s backed by macOS’s vmnet framework. > > The vmnet framework provides native bridging support, and its usage in > this patch is inten

[PATCH 2/2] net: implement vmnet-based netdev

2021-02-04 Thread phillip . ennen
From: Phillip Tennen This patch implements a new netdev device, reachable via -netdev vmnet-macos, that’s backed by macOS’s vmnet framework. The vmnet framework provides native bridging support, and its usage in this patch is intended as a replacement for attempts to use a tap device via the tun