fx crosvm

執行 Crosvm

Usage: fx crosvm [crosvm args...]

This just invokes the prebuilt crosvm directly.  This is not a wrapper
like `fx qemu` for passing useful options to run a Fuchsia image.

For trivial cases, `fx crosvm run --initrd ZBI .../linux-*-boot-shim.bin`
may be sufficient.

For usage details, visit https://crosvm.dev/book/ or see a summary with
`fx crosvm --help` and various `fx crosvm <subcommand> --help` commands.

crosvm 原始碼