Re: [PATCH v2] net/macos: implement vmnet-based network device

2021-03-12 Thread Phillip Tennen
Armbruster wrote: > Phillip, this doesn't apply anymore. I'm reviewing the QAPI schema part > anyway. > > Peter, there is a question for you below. Search for "Sphinx". > > phillip.en...@gmail.com writes: > > > From: Phillip Tennen > > &g

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

2021-03-03 Thread Phillip Tennen
ip On Wed, Feb 24, 2021 at 12:25 AM Roman Bolshakov wrote: > On Thu, Feb 18, 2021 at 02:49:47PM +0100, phillip.en...@gmail.com wrote: > > From: Phillip Tennen > > > > This patch implements a new netdev device, reachable via -netdev > > vmnet-macos, that’s backed by

Re: [PATCH v2] net/macos: implement vmnet-based network device

2021-02-11 Thread Phillip Tennen
ro is... available), and will validate the other vmnet symbols I reference as well. Phillip On Thu, Feb 11, 2021 at 7:51 AM Howard Spoelstra wrote: > On Fri, Feb 5, 2021 at 5:54 PM wrote: > > > > From: Phillip Tennen > > > > This patch implements a new netdev device,

Re: [PATCH 1/2] build: add configure flag to indicate when the host is Darwin

2021-02-05 Thread Phillip Tennen
Hrm, good catch. I'm not sure how I missed that. I'm removing this patch for my next round. Thanks! Phillip On Fri, Feb 5, 2021 at 6:56 AM Thomas Huth wrote: > On 04/02/2021 17.25, phillip.en...@gmail.com wrote: > > From: Phillip Tennen > > > > Although we a

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

2021-02-04 Thread Phillip Tennen
all three mode types. Thus, could I make the `NetdevVmnetOptions` contain a mode field and a mode-specific union of options, to avoid the direct union-union nesting? Phillip On Thu, Feb 4, 2021 at 8:51 PM Eric Blake wrote: > On 2/4/21 10:25 AM, phillip.en...@gmail.com wrote: > > From

QEMU does not read from TAP device on macOS

2021-01-26 Thread Phillip Tennen
Thanks very much for your time! Phillip Tennen