On Wed, Jan 12, 2022 at 04:23:30PM +0300, Vladislav Yaroshchuk wrote: > ср, 12 янв. 2022 г. в 11:22, Roman Bolshakov <ro...@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