kvmの仮想OSに自動起動設定をおこなう

以下で登録されているVMを表示します。

virsh list --all

以下で自動起動設定

virsh autostart {vm_id}

やめる場合は以下

virsh autostart --disable {vm_id}