Re: [PATCH v8 5/7] net/vmnet: implement bridged mode (vmnet-bridged)

2022-01-28 Thread Vladislav Yaroshchuk
вс, 23 янв. 2022 г. в 07:51, 李士林 : > Hi: > I develop a custom os use qemu and use macos as host, I use the net > argument '-net nic,model=pcnet -net > tap,ifname=tap0,script=no,downscript=no’ when run the qemu-system-i386,then > I can get the network device in my custom os: > > Please notice t

Re: [PATCH v8 5/7] net/vmnet: implement bridged mode (vmnet-bridged)

2022-01-22 Thread 李士林
Hi: I develop a custom os use qemu and use macos as host, I use the net argument '-net nic,model=pcnet -net tap,ifname=tap0,script=no,downscript=no’ when run the qemu-system-i386,then I can get the network device in my custom os: pci_device_dump: vendor id: 0x1022 pci_device_dum

[PATCH v8 5/7] net/vmnet: implement bridged mode (vmnet-bridged)

2021-12-11 Thread Vladislav Yaroshchuk
Signed-off-by: Vladislav Yaroshchuk --- net/vmnet-bridged.m | 98 ++--- 1 file changed, 92 insertions(+), 6 deletions(-) diff --git a/net/vmnet-bridged.m b/net/vmnet-bridged.m index 4e42a90391..3c9da9dc8b 100644 --- a/net/vmnet-bridged.m +++ b/net/vmnet-br