Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix run.py when build/ fs does not support direct IO
When the build/ directory is on tmpfs then 'cache=none' option makes qemu fail with error: could not open disk image build/release/usr.img : Invalid argument Using tmpfs for build/ makes a _huge_ difference in build time on some setups. This patch adds fallback to 'unsafe' mode when direct IO is not supported. Signed-off-by: Tomasz Grabiec <[email protected]>
- Loading branch information