qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-discuss] Multiple ports hostfwd is not working as expected


From: Bilal, Muhammad
Subject: [Qemu-discuss] Multiple ports hostfwd is not working as expected
Date: Thu, 21 Feb 2019 16:37:55 +0000

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

[Prev in Thread] Current Thread [Next in Thread]