Hi,

QEMU become hang while trying to *multiple*  host port  forwarding to launch 
the networking kernel image.

$ ./qemu-system-aarch64 -M xlnx-zcu102 -m 256 -smp 4 -net nic -net nic -net nic 
-net nic -net user,hostfwd=tcp::8080-:8080 -net user,hostfwd=tcp::8081-:8081  
-kernel <app.out> -serial stdio


whereas single host port forwarding does not make any problem
so below is working fine.

$ ./qemu-system-aarch64 -M xlnx-zcu102 -m 256 -smp 4 -net nic -net nic -net nic 
-net nic -net user,hostfwd=tcp::8080-:8080   -kernel <app.out> -serial stdio


Am I doing wrong multiple host port forwarding ?
What is the correct way to do this for xilinx zcu102 virtual board ?


Thanks,
-Bilal







Reply via email to