====== QEMU/KVM ======
===== VirtIO Windows Drivers =====
Setting up a Windows VMs with VirtIO drivers is most easily done by creating an entirely new VM, attempting to switch existing VMs using SATA or IDE will fail to boot, even if the drivers are installed ahead of time.\\ \\ [[https://github.com/virtio-win/virtio-win-pkg-scripts/blob/master/README.md|Download Drivers]]\\ \\ Both the Windows ISO and VirtIO ISO need to be mounted and all available devices set to virtio. Once in the Windows installer it will ask for an IO driver, go to the VirtIO disc and navigate to ''D:\virtio-win.0.1.xxx\amd64\w10'' so that it can load the necessary driver. After install, run the .exe installer from the disc to install the rest of the drivers.
===== Image Manipulation ======
Convert qcow2 to vdi
qemu-img convert -O vdi .qcow2 vdi_.vdi
Change the size of a qcow2 image
qemu-img resize .qcow2