On 2020-06-24 19:22, Joel Sherrill wrote:
Hi
Does someone have a qemu command line handy for running libbsd network applications on Qemu?
I have lots of notes and old examples but can't seem to trip the right combination today.
Thanks.
--joel
_
Hi Gabriel,
Thanks. Your post reminded me to have a look. This the set up I used a
while ago ..
qemu-system-arm \
-M xilinx-zynq-a9 -m 256M -no-reboot -serial null \
-serial mon:stdio -nographic -net nic,model=cadence_gem \
-net vde,id=vde0,sock=/tmp/vde1 -kernel $*
This use the vdeswi
Hi Joel,
Before running qemu, some qtabs should be created. How to do that it is
described on file libbsd.txt (line 333). Then I usually run qemu as follows:
qemu-system-i386 -append --console=/dev/com1 -no-reboot -serial stdio -monitor
none -nographic -netdev tap,ifname=qtap1,script=no,downscr