add tcp support and tcp_simplehttp app
This commit is contained in:
parent
9832bafb44
commit
5a63d8e1fe
19 changed files with 666 additions and 83 deletions
|
@ -86,7 +86,7 @@ run-inner-none: build
|
|||
-device virtio-keyboard-device \
|
||||
-device virtio-mouse-device \
|
||||
-device virtio-net-device,netdev=net0 \
|
||||
-netdev user,id=net0,hostfwd=udp::6200-:2000 \
|
||||
-netdev user,id=net0,hostfwd=udp::6200-:2000,hostfwd=tcp::6201-:80 \
|
||||
-serial stdio
|
||||
|
||||
run-inner: build
|
||||
|
@ -102,7 +102,7 @@ run-inner: build
|
|||
-device virtio-keyboard-device \
|
||||
-device virtio-mouse-device \
|
||||
-device virtio-net-device,netdev=net0 \
|
||||
-netdev user,id=net0,hostfwd=udp::6200-:2000 \
|
||||
-netdev user,id=net0,hostfwd=udp::6200-:2000,hostfwd=tcp::6201-:80 \
|
||||
-serial stdio
|
||||
|
||||
fdt:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue