I am wondering whether is it possible to provide network adapter name to qemu-aarch64
please don't get confused with qemu-system-aarch64
?
I have a Linux user-space cross compiled application which I can run it using qemu-aarch64
, but the executable deals with ethernet adapters.
How can I map my host machines enp0s3
or enp0s8
physical network adapter to qemu-aarch64
with name eth0
or eth1
?