Expand description
Implementations of various Xtasks
Modulesยง
- build_
igvm ๐ - cli_
completions - CLI completion functions for variious Xtasks
- fmt ๐
- fuzz ๐
- git_
hooks ๐ - guest_
test ๐ - verify_
size ๐
Structsยง
- Build
Igvm - (DEPRECATED) use
cargo xflowey build-igvm
instead! - Fmt
- Xtask to run various repo-specific formatting checks
- Fuzz
- Xtask to interact with with fuzzing infrastructure in the HvLite repo.
- Guest
Test - Xtask to build guest-test images (for E2E VM testing)
- Install
GitHooks - Xtask to install git hooks back into
xtask
. - RunGit
Hook - Private subcommand to run hooks (invoked via
git
). - Verify
Size - Runs a size comparison and outputs a diff of two given binaries
Functionsยง
- update_
hooks - Keeps any installed hooks up to date.