From: Roman Bolshakov <roman@roolebo.dev>
To: Vladislav Yaroshchuk <yaroshchuk2000@gmail.com>
Cc: Jason Wang <jasowang@redhat.com>,
phillip.ennen@gmail.com, qemu-devel <qemu-devel@nongnu.org>,
Markus Armbruster <armbru@redhat.com>,
Roman Bolshakov <r.bolshakov@yadro.com>,
Phillip Tennen <phillip@axleos.com>,
Akihiko Odaki <akihiko.odaki@gmail.com>,
Howard Spoelstra <hsp.cat7@gmail.com>,
Alessio Dionisi <hello@adns.io>, Eric Blake <eblake@redhat.com>
Subject: Re: [PATCH v10 0/7] Add vmnet.framework based network backend
Date: Wed, 12 Jan 2022 19:15:40 +0300 [thread overview]
Message-ID: <Yd7+rGl6rtpXHVo6@roolebo.dev> (raw)
In-Reply-To: <CADO9X9Snf8GBkBkwkCQ7Ks2cpRKpCM5Y557FssyS5LctZdBu2Q@mail.gmail.com>
On Wed, Jan 12, 2022 at 04:23:30PM +0300, Vladislav Yaroshchuk wrote:
> ср, 12 янв. 2022 г. в 11:22, Roman Bolshakov <roman@roolebo.dev>:
>
> > On Wed, Jan 12, 2022 at 10:50:04AM +0300, Roman Bolshakov wrote:
> > > On Wed, Jan 12, 2022 at 12:14:15AM +0300, Vladislav Yaroshchuk wrote:
> > > > v9 -> v10
> > > > - Disable vmnet feature for macOS < 11.0: add
> > > > vmnet.framework API probe into meson.build.
> > > > This fixes QEMU building on macOS < 11.0:
> > > >
> > >
> > > Hi Vladislav,
> > >
> > > What symbols are missing on Catalina except VMNET_SHARING_BUSY?
> > >
> > > It'd be great to get the feature working there.
> > >
> > > Thanks,
> > > Roman
> > >
> >
> > Ok it turned out not that many symbols are needed for successfull
> > compilation on Catalina:
> >
> > vmnet_enable_isolation_key
> > vmnet_network_identifier_key
> > VMNET_SHARING_SERVICE_BUSY
> >
> > The compilation suceeds if they're wrappeed by ifdefs. I haven't tested
> > it yet though.
> >
> >
> New version with Catalina 10.15 support submitted as v11.
>
Thanks!
I appreciate that.
Regards,
Roman
prev parent reply other threads:[~2022-01-12 16:17 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-11 21:14 [PATCH v10 0/7] Add vmnet.framework based network backend Vladislav Yaroshchuk
2022-01-11 21:14 ` [PATCH v10 1/7] net/vmnet: add vmnet dependency and customizable option Vladislav Yaroshchuk
2022-01-11 21:14 ` [PATCH v10 2/7] net/vmnet: add vmnet backends to qapi/net Vladislav Yaroshchuk
2022-01-11 21:14 ` [PATCH v10 3/7] net/vmnet: implement shared mode (vmnet-shared) Vladislav Yaroshchuk
2022-01-11 21:14 ` [PATCH v10 4/7] net/vmnet: implement host mode (vmnet-host) Vladislav Yaroshchuk
2022-01-11 21:14 ` [PATCH v10 5/7] net/vmnet: implement bridged mode (vmnet-bridged) Vladislav Yaroshchuk
2022-01-11 21:14 ` [PATCH v10 6/7] net/vmnet: update qemu-options.hx Vladislav Yaroshchuk
2022-01-11 21:14 ` [PATCH v10 7/7] net/vmnet: update MAINTAINERS list Vladislav Yaroshchuk
2022-01-12 7:50 ` [PATCH v10 0/7] Add vmnet.framework based network backend Roman Bolshakov
2022-01-12 8:22 ` Roman Bolshakov
2022-01-12 13:23 ` Vladislav Yaroshchuk
2022-01-12 16:15 ` Roman Bolshakov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Yd7+rGl6rtpXHVo6@roolebo.dev \
--to=roman@roolebo.dev \
--cc=akihiko.odaki@gmail.com \
--cc=armbru@redhat.com \
--cc=eblake@redhat.com \
--cc=hello@adns.io \
--cc=hsp.cat7@gmail.com \
--cc=jasowang@redhat.com \
--cc=phillip.ennen@gmail.com \
--cc=phillip@axleos.com \
--cc=qemu-devel@nongnu.org \
--cc=r.bolshakov@yadro.com \
--cc=yaroshchuk2000@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.