Hacker News new | ask | show | jobs
by simik 3153 days ago
What do you use integrated graphics for on VMs? Genuinely interested, I haven't used VMs beyond web dev and occasionally trying out some new distro of Linux.
1 comments

For those using IOMMU, integrated GPUs are a wonderful way to separate your host machine (which uses the integrated GPU exclusively) and your virtual machine (which uses the dedicated GPU exclusively) such that you can work on a Linux host and game on a Windows guest with (near?) native performance.
I wonder if AMD will enable SR-IOV for their desktop GPUs.