Skip to content
Snippets Groups Projects
Commit 635bbf62 authored by Peter Maydell's avatar Peter Maydell Committed by Joakim Bech
Browse files

Allow passing extra arguments via QEMU_EXTRA_ARGS


It can sometimes be useful to pass extra arguments to the QEMU that is
launched via the 'run-only' target. Support this via an environment
variable QEMU_EXTRA_ARGS, which can be used like:
 make run-only QEMU_PATH=path/to/qemu/directory QEMU_EXTRA_ARGS='args here'

Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Reviewed-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: default avatarJoakim Bech <joakim.bech@linaro.org>
parent c8bcc903
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment