вс, 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
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
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