Update state diagram.

This commit is contained in:
Michael Lipp 2025-03-30 12:17:14 +02:00
parent c716e32534
commit 592b30f6c5

View file

@ -157,6 +157,15 @@ import org.jgrapes.util.events.WatchFile;
*
* success --> Running
*
* state Running {
* state Booting
* state Booted
*
* [*] -right-> Booting
* Booting -down-> Booting: VserportChanged[guest agent connected]/fire GetOsinfo
* Booting --> Booted: Osinfo
* }
*
* state Terminating {
* state terminate <<entryPoint>>
* state qemuRunning <<choice>>