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.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to