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

2021-08-17 Thread Vladislav Yaroshchuk
Hi Roman, Sorry for the late reply. In my series of patches I partially reuse Phillip Tennen's work that you have mentioned https://mail.gnu.org/archive/html/qemu-devel/2021-02/msg05874.html. The main idea and provided feature is the same, so please select the series on your choice. I just can

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

2021-08-12 Thread Roman Bolshakov
On Thu, Jun 17, 2021 at 05:32:39PM +0300, Vladislav Yaroshchuk wrote: > macOS provides networking API for VMs called vmnet.framework. > I tried to add it as a network backend. All three modes are supported: > > -shared: > allows the guest to comminicate with other guests in shared mode and >

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

2021-08-08 Thread Jason Wang
在 2021/8/7 上午3:03, Vladislav Yaroshchuk 写道: ping https://patchew.org/QEMU/20210617143246.55336-1-yaroshchuk2...@gmail.com/ Will review this week. Thanks чт, 17 июн. 2021 г. в 17:33, Vladislav Yaroshchuk

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

2021-08-06 Thread Vladislav Yaroshchuk
ping https://patchew.org/QEMU/20210617143246.55336-1-yaroshchuk2...@gmail.com/ чт, 17 июн. 2021 г. в 17:33, Vladislav Yaroshchuk : > macOS provides networking API for VMs called vmnet.framework. > I tried to add it as a network backend. All three modes are supported: > > -shared: > allows the

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

2021-06-17 Thread Vladislav Yaroshchuk
macOS provides networking API for VMs called vmnet.framework. I tried to add it as a network backend. All three modes are supported: -shared: allows the guest to comminicate with other guests in shared mode and also with external network (Internet) via NAT -host: allows the guest to