Re: [PATCH 05/14] semihosting: add callback to set error
Pierrick Bouvier <[email protected]>
| Newsgroups | org.nongnu.qemu-riscv,org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 7/13/2026 1:07 PM, Matheus Tavares Bernardino wrote: > This is currently unused by existing semihosting targets, but it will be > used by hexagon. > > Signed-off-by: Matheus Tavares Bernardino <[email protected]> > Signed-off-by: Brian Cain <[email protected]> > --- > include/semihosting/common-semi.h | 1 + > semihosting/arm-compat-semi.c | 1 + > target/arm/common-semi-target.c | 4 ++++ > target/riscv/common-semi-target.c | 4 ++++ > 4 files changed, 10 insertions(+) > Is it used in this series? Regards, Pierrick