RTEMS Tools | Request: Allow passing arguments to the underlying runner for rtems-run (#32)

Prashant Rahul (@prashantrahul141) gitlab at rtems.org
Fri Jan 2 17:21:19 UTC 2026



Prashant Rahul created an issue: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/issues/32



## Summary

### Purpose
For the BSPs I’ve tested, rtems-run uses QEMU for the actual emulation. It would be useful to be able to pass arguments to QEMU. 

### Result
A use case could be passing `-D /path/to/file.log`, which QEMU accepts and then write its logs to.

## Details
A very simple solution would be to implement a flag, something like `--runner-flags`, that could be used as:
```sh
rtems-run --runner-flags="-D /path/to/file.log" --rtems-bsp=xilinx_zynq_a9_qemu hello.exe
```

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/issues/32
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260102/e417262f/attachment.htm>


More information about the bugs mailing list