aboutsummaryrefslogtreecommitdiffstats
path: root/semihosting/stubs-system.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* semihosting: move stubs out of stubs/Paolo Bonzini2024-04-181-0/+65
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>