File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ message CuttlefishGuest {
2121 // message.
2222 CUTTLEFISH_GUEST_EVENT_TYPE_UNSPECIFIED = 0 ;
2323
24- // `cvd` is invoking `cvd_internal_start` / `launch_cvd`.
24+ // `cvd create`, the device is added to the local instance database
2525 CUTTLEFISH_GUEST_EVENT_TYPE_VM_INSTANTIATION = 1 ;
2626
2727 // The guest writes VIRTUAL_DEVICE_BOOT_COMPLETED to the kernel log.
@@ -34,6 +34,9 @@ message CuttlefishGuest {
3434 // device that is created will necessarily be shut down this way, users may
3535 // `pkill` or `ctrl-c` these devices.
3636 CUTTLEFISH_GUEST_EVENT_TYPE_VM_STOP = 4 ;
37+
38+ // `cvd` is invoking `cvd_internal_start` / `launch_cvd`.
39+ CUTTLEFISH_GUEST_EVENT_TYPE_DEVICE_BOOT_START = 5 ;
3740 }
3841
3942 // The newest event to happen to this guest virtual machine that was not
You can’t perform that action at this time.
0 commit comments