Re: [PATCH v22 0/7] Add vmnet.framework based network backend

2022-03-20 Thread Jason Wang
On Fri, Mar 18, 2022 at 5:30 PM Akihiko Odaki wrote: > > Reviewed-by: Akihiko Odaki > Tested-by: Akihiko Odaki > > Thank you for this great work! We miss 7.0 so I will queue this for 7.1 Thanks everyone! > > On 2022/03/18 2:28, Vladislav Yaroshchuk wrote: > > macOS provides networking API for

Re: [PATCH v22 0/7] Add vmnet.framework based network backend

2022-03-18 Thread Akihiko Odaki
Reviewed-by: Akihiko Odaki Tested-by: Akihiko Odaki Thank you for this great work! On 2022/03/18 2:28, Vladislav Yaroshchuk wrote: macOS provides networking API for VMs called 'vmnet.framework': https://developer.apple.com/documentation/vmnet We can provide its support as the new QEMU networ

[PATCH v22 0/7] Add vmnet.framework based network backend

2022-03-17 Thread Vladislav Yaroshchuk
macOS provides networking API for VMs called 'vmnet.framework': https://developer.apple.com/documentation/vmnet We can provide its support as the new QEMU network backends which represent three different vmnet.framework interface usage modes: * `vmnet-shared`: allows the guest to communicat