TCP/IP协议栈之QEMU

 

https://blog.csdn.net/m0_37621078/article/details/103190694

 

https://github.com/StreamAI/LwIP_Projects/tree/master/qemu-vexpress-a9

 

https://pdos.csail.mit.edu/6.828/2017/labs/lab6/

 

https://github.com/dreamcat4/lwip/blob/master/contrib/ports/old/ti_c6711/netif/ne2kif.c

 

e1000, rtl8139,virtio, dm9000

 

 

qemu-vexpress-a9 使用的网卡是smc911x-0  (uboot仿真中可以看出)

 RT-Thread教程一之Linux下开发环境及QEMU配置

https://blog.csdn.net/wanywhn/article/details/79983753    (包含 lwip, 重点

https://gitee.com/rtthread/rt-thread

 

 

qemu for mini2440 (特别版)

 qemu-system-arm -M mini2440  使用的网卡是dm9000

 

 

RTEMS DM9000网卡驱动在MINI2440 QEMU上的实现

https://blog.csdn.net/coolbacon/article/details/6134504

https://blog.csdn.net/coolbacon/article/details/6572420

QEMU在Windows下有移植版本,并且技术爱好者为Windows的QEMU提供了免费UI界面,使其更符合Windows用户的软件操作习惯。这个UI程序称为QEMU Manager,平均每年更新一次,目前最新版本号为7.0。用户可以从官网http://www.davereyn.co.uk/获取QEMU Manager的相关信息。

 

https://blog.csdn.net/coolbacon/article/details/6278942

https://blog.csdn.net/coolbacon/article/details/6279594

https://blog.csdn.net/coolbacon/article/details/6279731/

 

 

1.《TCP/IP协议栈之QEMU(零)--- LwIP开发调试环境搭建

2.《TCP/IP协议栈之LwIP(一)---网络数据包管理

3.《TCP/IP协议栈之LwIP(二)---网络接口管理

4.《TCP/IP协议栈之LwIP(三)---网际寻址与路由

5.《TCP/IP协议栈之LwIP(四)---网络诊断与状态查询

6.《TCP/IP协议栈之LwIP(五)---网络传输管理之UDP协议

7.《TCP/IP协议栈之LwIP(六)---网络传输管理之TCP协议

8.《TCP/IP协议栈之LwIP(七)---内核定时事件管理

9.《TCP/IP协议栈之LwIP(八)---Raw/Callbck API编程

10.《TCP/IP协议栈之LwIP(九)---Sequetia API编程

11.《TCP/IP协议栈之LwIP(十)---Socket API编程

12.《TCP/IP协议栈之LwIP(十一)--- LwIP协议栈移植

13.《IOT-OS之RT-Thread(十三)--- 网络分层结构 + netdev/SAL原理

14.《IOT-OS之RT-Thread(十四)--- AT命令集 + ESP8266 WiFi模块

 

https://stackoverflow.com/questions/37893190/running-lwip-tcp-ip-stack-with-qemu

 

其他

https://github.com/ronen-yacobi/LwIp_TcpUdp_EchoServer

 

https://github.com/Xilinx/embeddedsw

 

https://blog.csdn.net/longfei_3/article/details/103757018

https://blog.csdn.net/longfei_3/article/details/103882050

 

https://www.cnblogs.com/icode-wzc/p/12918263.html

 

posted @ 2020-05-31 13:25  sinferwu  阅读(724)  评论(0编辑  收藏  举报