virtio-win / kvm-guest-drivers-windows

Windows paravirtualized drivers for QEMU\KVM
https://www.linux-kvm.org/page/WindowsGuestDrivers
BSD 3-Clause "New" or "Revised" License
2.03k stars 386 forks source link

viogpu not work in windows7 x64 #591

Closed zhongguo1987 closed 2 years ago

zhongguo1987 commented 3 years ago

I have successfully compiled the viogpu driver project to support Windows 7,The environment configuration is as follows: host: centos 8.4 vm: windows 7 x64 In Vm,Through the administrator command DevCon update viogpudo. Inf "PCI / ven" 1AF4&DEV 1050&SUBSYS 11001AF4&REV 01 "for installation,buf failed

image How should I set up to make viogpu work in Windows 7,Thank you!

vrozenfe commented 3 years ago

Unfortunately viogpu was not designed to work on Win7. It is WDDM 1.2 display driver, supposed to work on Win8/Win10 platforms. The current status is that it WHQL-ready on Win10 platforms, fully functional on Win8.1/WS2012R2 and in the process of bug fixing on Win8/WS2012

Vadim.

zhongguo1987 commented 3 years ago

Unfortunately viogpu was not designed to work on Win7. It is WDDM 1.2 display driver, supposed to work on Win8/Win10 platforms. The current status is that it WHQL-ready on Win10 platforms, fully functional on Win8.1/WS2012R2 and in the process of bug fixing on Win8/WS2012

Vadim.

Thank you