Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Output of the qemu process on stderr is only captured when running in non-interactive mode. However, the error reporting infrastructure always assumes that it is being captured. As a result, we may see a panic instead of a proper error report when, for one reason or another, Qemu fails to start (as an example). Fix the issue by making sure to always capture stderr. I haven't found any adverse effects of doing so in my admittedly limited testing. Closes: danobi#70 Signed-off-by: Daniel Müller <deso@posteo.net>
- Loading branch information