[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v10 0/7] Add vmnet.framework based network backend
|
From: |
Roman Bolshakov |
|
Subject: |
Re: [PATCH v10 0/7] Add vmnet.framework based network backend |
|
Date: |
Wed, 12 Jan 2022 19:15:40 +0300 |
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
- [PATCH v10 1/7] net/vmnet: add vmnet dependency and customizable option, (continued)
- [PATCH v10 1/7] net/vmnet: add vmnet dependency and customizable option, Vladislav Yaroshchuk, 2022/01/11
- [PATCH v10 2/7] net/vmnet: add vmnet backends to qapi/net, Vladislav Yaroshchuk, 2022/01/11
- [PATCH v10 3/7] net/vmnet: implement shared mode (vmnet-shared), Vladislav Yaroshchuk, 2022/01/11
- [PATCH v10 6/7] net/vmnet: update qemu-options.hx, Vladislav Yaroshchuk, 2022/01/11
- [PATCH v10 4/7] net/vmnet: implement host mode (vmnet-host), Vladislav Yaroshchuk, 2022/01/11
- [PATCH v10 5/7] net/vmnet: implement bridged mode (vmnet-bridged), Vladislav Yaroshchuk, 2022/01/11
- [PATCH v10 7/7] net/vmnet: update MAINTAINERS list, Vladislav Yaroshchuk, 2022/01/11
- Re: [PATCH v10 0/7] Add vmnet.framework based network backend, Roman Bolshakov, 2022/01/12