]> git.ipfire.org Git - thirdparty/qemu.git/commit
semihosting: move stubs out of stubs/
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 8 Apr 2024 15:53:24 +0000 (17:53 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Apr 2024 09:17:27 +0000 (11:17 +0200)
commit5837db465053f57414f671448b370a4b29250bae
tree826e371bce92e31c9717a865270422fc80124269
parentf2604d8508a12a2060e854283fa076c9f09d1d10
semihosting: move stubs out of stubs/

Since the semihosting stubs are needed exactly when the Kconfig symbols
are not needed, move them to semihosting/ and conditionalize them
on CONFIG_SEMIHOSTING and/or CONFIG_SYSTEM_ONLY.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-ID: <20240408155330.522792-13-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
semihosting/meson.build
semihosting/stubs-all.c [moved from stubs/semihost-all.c with 100% similarity]
semihosting/stubs-system.c [moved from stubs/semihost.c with 100% similarity]
stubs/meson.build