-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qemudriver: add a qemu-default display option
The barebox test suite adds an --interactive option to pytest, which allows starting QEMU interactively with the Labgrid Environment YAML to allow manual testing. So far, it wasn't possible to use this with an interactive graphic output, because Labgrid allowed only headless displays or none. none is the default and will configure QEMU with -nographic, which can not be overridden later on and -display also has no default value. To support this use case, add a qemu-default option, which instructs Labgrid to not touch -nographic and -display at all. Signed-off-by: Ahmad Fatoum <[email protected]>
- Loading branch information
Showing
3 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters