You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2024. It is now read-only.
This speeds up my local boots by 10s on average (24s to 14s).
We cannot unconditionally enable this because some machines (like the
ones on Travis CI) do not have KVM support, which would cause an error:
Could not access KVM kernel module: No such file or directory
qemu-system-x86_64: failed to initialize KVM: No such file or directory
https://travis-ci.com/nathanchance/continuous-integration/jobs/205427268
Check that the CPU supports virtualization from /proc/cpuinfo and that
the kvm module is enabled. As far as I can tell, every major
distribution sets CONFIG_KVM to m.
This is primarily aimed at local development (especially after #172) but
Travis may eventually gain virtualization support, which would speed up
CI.
Presubmit: https://travis-ci.com/nathanchance/continuous-integration/builds/114330882
[skip ci]
Signed-off-by: Nathan Chancellor <[email protected]>
0 commit comments