I've tried looking for a solution to shutdown vm from host in KVM and haven't found any. All I see is virsh shutdown <vm_name>
, which does not work.
virsh destroy <vm_name>
works, but that does not stop the VM gracefully. Does anyone know how to do this? (CentOS6)