====== Instalação KVM no CentOS ======
$ sudo yum install qemu-kvm libvirt virt-install bridge-utils libguestfs-tools
$ sudo systemctl start libvirtd
$ sudo systemctl enable libvirtd
===== Refeência =====
- [[https://ostechnix.com/solved-cannot-access-storage-file-permission-denied-error-in-kvm-libvirt/|[Solved] Cannot access storage file, Permission denied Error in KVM Libvirt]]
- [[https://serverfault.com/questions/840519/how-to-change-the-default-storage-pool-from-libvirt|How to change the default Storage Pool from libvirt?]]
- [[https://www.ovirt.org/develop/networking/bonding-vlan-bridge.html|Bonding VLAN Bridge]]
- [[https://tuxfixer.com/configure-bridge-interface-over-vlan-tagged-bonded-interface-on-centos-rhel/|Configure a bridge interface over a VLAN tagged bonded interface on CentOS / RHEL]]
- [[https://gist.github.com/dutchiechris/30c6a1758ec13c4a04f7cc18018130dd|ifcfg-vlan-bridge-example]]
- [[https://www.server-world.info/en/note?os=CentOS_Stream_8&p=kvm&f=1|KVM : Install]]