mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
main: Add make_rt
's usage
BUG=b:142777321 TEST=cargo check Change-Id: I22b8f90d681961466e6e0c925a0d193809661e36 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3096437 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
This commit is contained in:
parent
2400bd5835
commit
9568bb44b8
1 changed files with 4 additions and 0 deletions
|
@ -2696,6 +2696,10 @@ fn print_usage() {
|
|||
println!(" create_composite - Create a new composite disk image file.");
|
||||
println!(" create_qcow2 - Create a new qcow2 disk image file.");
|
||||
println!(" disk - Manage attached virtual disk devices.");
|
||||
println!(
|
||||
" make_rt - Enables real-time vcpu priority for crosvm instances started with \
|
||||
`--delay-rt`."
|
||||
);
|
||||
println!(" resume - Resumes the crosvm instance.");
|
||||
println!(" run - Start a new crosvm instance.");
|
||||
println!(" stop - Stops crosvm instances via their control sockets.");
|
||||
|
|
Loading…
Reference in a new issue