Commit 812ee75
committed
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 now touch -nographic and -display at all.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>1 parent ac097c1 commit 812ee75
3 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2726 | 2726 | | |
2727 | 2727 | | |
2728 | 2728 | | |
| 2729 | + | |
2729 | 2730 | | |
2730 | 2731 | | |
2731 | 2732 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
88 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
211 | 214 | | |
212 | 215 | | |
213 | 216 | | |
214 | | - | |
| 217 | + | |
215 | 218 | | |
216 | 219 | | |
217 | 220 | | |
| |||
0 commit comments