Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qemu: Propagate errors from disk attachment
I passed `--qemu-image /path/to/nofile.qcow2` and got a confusing error because we weren't propagating errors here. One of those things that I miss from Rust where the compiler knows to warn about unused results.
- Loading branch information