Commit a8a5686
committed
boot-qemu.py: Flush the qemu command print to ensure proper ordering
When writing boot-qemu.py output to a file, the command print will end
up at the end, rather than in the spot where it should be if it was
running interactively. Flush the IO buffers before running QEMU to
ensure the print is consistently where it should be.
Signed-off-by: Nathan Chancellor <[email protected]>1 parent 5b01df8 commit a8a5686
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
| 189 | + | |
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
| |||
0 commit comments