FreeSoftwareServers Asked: 2018-05-13 23:22:21 +0800 CST2018-05-13 23:22:21 +0800 CST 2018-05-13 23:22:21 +0800 CST View list of VM's set for Autostart - KVM - Fedora Host with LibVirt 772 I'm looking for a non gui way (CLI) to find all VM's that have Autostart configured on my Fedora KVM Host. kvm-virtualization 1 Answers Voted Best Answer Michael Hampton 2018-05-13T23:55:21+08:002018-05-13T23:55:21+08:00 The obvious thing would be: # virsh list --autostart --all Id Name State ---------------------------------------------------- - vpn-fr-1 shut off You could also: # ls /etc/libvirt/qemu/autostart vpn-fr-1.xml
The obvious thing would be:
You could also: