Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Document the newly added flag
  • Loading branch information
GabrielMajeri committed Nov 27, 2021
commit 959309f6651ec1e41398d80ae80294db3f203006
4 changes: 4 additions & 0 deletions uefi-test-runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ Available options:
- `--verbose`: enables verbose mode, prints commands before running them
- `--headless`: enables headless mode, which runs QEMU without a GUI
- `--release`: builds the code with optimizations enabled
- `--disable-kvm`: disable [KVM](https://www.linux-kvm.org/page/Main_Page) hardware acceleration
when running the tests in QEMU

This is especially useful if you want to run the tests under [WSL](https://docs.microsoft.com/en-us/windows/wsl/) on Windows.