mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
74b18b8ccb
/tmp is mounted as tmpfs, and tmpfs does not provide O_DIRECT capabilities. Try using a ext4 file system. BUG=b:190435784 TEST=time ./ci/builder --vm # boot_test_vm_odirect passes Change-Id: I3f8245052ed06c703cc3aa320d300d5f21254e90 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3083206 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Junichi Uekawa <uekawa@chromium.org> |
||
---|---|---|
.. | ||
exec_binary_in_vm | ||
README.md | ||
sync_deps | ||
wait_for_vm | ||
wait_for_vm_with_timeout |
VM Tools
The scripts in this directory are used to make it easier to work with the test VM.
The VM is expected to be accessible via ssh vm
without a password prompt, this
is set up by the builders, so it'll work out-of-the-box when running inside the
builder shell.