> Hi,
> I'm trying to use PCI passthrough to give an NVIDA GPU to a windows vm
> with qemu-kvm. I have a Windows 7 64bit VM working well under Fedora
> 25 with an Nvidia GPU GTX 750Ti. But when I tried Windows 7 32bit, the
> OVMF UEFI could not load the Windows ISO.
Main issue: No 32 Bits Windows
Please disregard, I was attaching the wrong video card to vfio. After
correcting the ids=... option all works like a charm.
03:00.0 VGA compatible controller: NVIDIA Corporation GM107 [GeForce
GTX 750 Ti] (rev a2)
Subsystem: ASUSTeK Computer Inc. Device 84dd
Kernel driver in use: vfio-pci
Hi,
I'm trying to get GPU passthrough to work, but the host machine locks
up hard at boot time.
My hardware specs:
- Intel i5 6500 CPU
- MSI H170A PC Mate ATX LGA1151 Motherboard
- MSI GeForce GTX 1070 Armor OC 8GB DDR5 256-bit Video Card
- Asus GeForce GTX 750 Ti 2GB STRIX Video Card
I'm runni
Hi,
I'm trying to use PCI passthrough to give an NVIDA GPU to a windows vm
with qemu-kvm. I have a Windows 7 64bit VM working well under Fedora
25 with an Nvidia GPU GTX 750Ti. But when I tried Windows 7 32bit, the
OVMF UEFI could not load the Windows ISO.
I have some questions:
*. How can I passt
hi Alex, i finally fixed this problem. that's because my code lacks pci
virtual channel support.
after i add drivers\pci\vc.c to support this , everythings runs ok.
thanks a lot.
2017-03-13 10:29 GMT+08:00 rhett rhett :
> it's using qemu 1.2 , i tried the newest qemu , version 2.8 , the probl