mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
crosvm_cli: Add missing Windows exit codes
A few codes were added downstream and are not here. BUG=b:269174100 TEST=presubmit Change-Id: I6599cbc356fe77b6b9094361a620aada2d173e5b Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4246714 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Idan Raiter <idanr@google.com>
This commit is contained in:
parent
f1c283e4b6
commit
eda45f7648
1 changed files with 3 additions and 0 deletions
|
@ -339,6 +339,9 @@ pub enum Exit {
|
|||
CreateImeThread = 0xE0000099,
|
||||
OpenDiskImage = 0xE000009A,
|
||||
VirtioSoundDeviceNew = 0xE000009B,
|
||||
StartSpu = 0xE000009C,
|
||||
SandboxCreateProcessAccessDenied = 0xE000009D,
|
||||
SandboxCreateProcessElevationRequired = 0xE000009E,
|
||||
}
|
||||
|
||||
impl From<Exit> for ExitCode {
|
||||
|
|
Loading…
Reference in a new issue