Page MenuHomePhabricator

Handle failing to load a VM
Open, Needs TriagePublic

Description

Currently if a VM fails to load, we print a warning but continue booting the system regardless. However, the corresponding 'struct vm' is left in a potentially inconsistent state and there does not seem to be a mechanism that would prevent other VMs from interacting with it.

We should either consider panicking (and relying on A/B to recover) or handle this situation correctly.

(Migrated from b/144566104.)

Event Timeline

qwandor created this task.Apr 27 2020, 6:09 PM