Still in draft: – using bridge device * -> easiest, fastest and most convenient way, but requires wired connection. – using network tap – using host mode libvirt’s default setup where the VM host more or less acts like a NAT router for all the virtual machines running on it. This works out of the […]
passthrough
Storage setup for virtual machines
still in draft Use a raw image This is pretty easy to accomplish with good performance. For my 120GB SSD I created the raw image via: fallocate -l 111G /media/vm/win10.img edit the settings via the GUI. In order to access the storage space in windows use the VirtIO windows drivers. Select in the GUI the […]