commit | 23167d8f1a53956526aa5837716bd660a5d65900 | [log] [tgz] |
---|---|---|
author | Sebastian Ene <sebastianene@google.com> | Fri Oct 07 14:09:53 2022 +0000 |
committer | Sebastian Ene <sebastianene@google.com> | Tue Oct 11 12:32:17 2022 +0000 |
tree | 4d3629005b6880d685ffc96d60b6752123440b09 | |
parent | fb46ee1dc1d3fe3799ddfd2b7ad224472fca537f [diff] |
Report crosvm reboot reason on watchdog stall Monitor the crosvm exist code and look for the WATCHDOG_REBOOT(36). When this is detected, invoke callback_on_died to propagate the exit code. This crosvm return code is generated when a VCPU stall is detected. Bug: 245900797 Test: manual verification with a patched crosvm that returns WATCHDOG_REBOOT on vmwdt.rs instantiation. deliver on stderr. Signed-off-by: Sebastian Ene <sebastianene@google.com> Change-Id: I4bea374f96fa08338d3830dce97e5b9531fb5e91
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.