On 5/16/22 08:14, Peter Maydell wrote:
diff --git a/configs/targets/aarch64-linux-user.mak 
b/configs/targets/aarch64-linux-user.mak
index d0c603c54e..db552f1839 100644
--- a/configs/targets/aarch64-linux-user.mak
+++ b/configs/targets/aarch64-linux-user.mak
@@ -2,4 +2,5 @@ TARGET_ARCH=aarch64
  TARGET_BASE_ARCH=arm
  TARGET_XML_FILES= gdb-xml/aarch64-core.xml gdb-xml/aarch64-fpu.xml
  TARGET_HAS_BFLT=y
+CONFIG_SEMIHOSTING=y
  CONFIG_ARM_COMPATIBLE_SEMIHOSTING=y

Is it not possible to make CONFIG_ARM_COMPATIBLE_SEMIHOSTING=y
imply CONFIG_SEMIHOSTING=y somehow?

I don't think so -- Kconfig is only processed for softmmu.

If these are moving from being static functions local to a file
to being global, they should get kerneldoc style doc-comments here in
the header file.

Ok.

r~

Reply via email to