Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When running with raw image files, we're not passing in any cache= parameter, making KVM use the default. Unfortunately, the default is horribly slow and way too secure about data which doesn't matter for our build use case. So instead, we should just use cache=unsafe, rendering flush requests from the guest as nops, making builds faster by many times. Signed-off-by: Alexander Graf <[email protected]>
- Loading branch information