mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-11 04:26:38 +00:00
Stop defaulting to reporting extended status when in direct mode
Now that users of crosvm-direct have been adjusted to request extended status from crosvm we no longer need to have this default. BUG=b:209945145 TEST=./tools/presubmit Change-Id: I15d9690979d77902329872ef9644a3279d653415 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3373480 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Dmitry Torokhov <dtor@chromium.org>
This commit is contained in:
parent
24fcef386a
commit
dd8a12c715
1 changed files with 1 additions and 1 deletions
|
@ -3076,7 +3076,7 @@ fn crosvm_main() -> std::result::Result<CommandStatus, ()> {
|
|||
true
|
||||
}
|
||||
_ => false,
|
||||
} || cfg!(feature = "direct"); // TODO(dtor): remove default for crosvm-direct after transition
|
||||
};
|
||||
|
||||
let command = match cmd_arg {
|
||||
Some(c) => c,
|
||||
|
|
Loading…
Reference in a new issue