OP-TEE / build

Makefiles to use OP-TEE on various platforms
107 stars 209 forks source link

qemu: make local ports in use configurable #703

Closed jbech-linaro closed 7 months ago

jbech-linaro commented 7 months ago

Make it possible to set the local ports used for the non-secure (QEMU_NW_PORT) and secure (QEMU_SW_PORT) terminal when running QEMU.

When you need to run multiple QEMU/OP-TEE instances (debugging, multi-user etc.) on the same physical (non-containerized environment) computer, this is useful because you can avoid port collisions (port already in use message) by simply setting non-clashing port numbers when running make and thereby also avoid making changes directly to the makefile.

jbech-linaro commented 7 months ago

Thanks! Squashed, rebased and tag(s) applied (should be) ready for merge!