blob: d4f1a2396b32bb8c55bcb7cd374882102bfabedb [file] [log] [blame] [edit]
digraph "g" {
"load_stopped_hex-13 hex-13" -> "test-vm_migrate_to_0 hex-14" [ style = bold]
"load_stopped_hex-13 hex-13" -> "test-vm_start_0 hex-13" [ style = bold]
"load_stopped_hex-13 hex-13" [ style=bold color="green" fontcolor="orange" ]
"load_stopped_hex-14 hex-14" [ style=bold color="green" fontcolor="orange" ]
"test-vm_migrate_from_0 hex-13" -> "test-vm_start_0 hex-13" [ style = bold]
"test-vm_migrate_from_0 hex-13" -> "test-vm_stop_0 hex-14" [ style = bold]
"test-vm_migrate_from_0 hex-13" [ style=bold color="green" fontcolor="black" ]
"test-vm_migrate_to_0 hex-14" -> "test-vm_migrate_from_0 hex-13" [ style = bold]
"test-vm_migrate_to_0 hex-14" [ style=bold color="green" fontcolor="black" ]
"test-vm_start_0 hex-13" [ style=bold color="green" fontcolor="orange" ]
"test-vm_stop_0 hex-14" -> "load_stopped_hex-14 hex-14" [ style = bold]
"test-vm_stop_0 hex-14" -> "test-vm_start_0 hex-13" [ style = bold]
"test-vm_stop_0 hex-14" [ style=bold color="green" fontcolor="black" ]
}