bundles/vmhost: add info line to QEMU VM STATUS

This commit is contained in:
Franzi 2020-11-21 21:01:37 +01:00
parent 5639da4954
commit c77856f97a
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ for vm in result[2:]:
stopped.add('{}: {}'.format(info[1], info[2]))
print('{} running, {} stopped, {} crashed'.format(len(running), len(stopped), len(crashed)))
for vm in sorted(crashed):
print(vm)