WindowsGuestDrivers/Download Drivers: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= Windows VirtIO Drivers = | = Windows VirtIO Drivers = | ||
The source for the Windows drivers is in a | The source for the Windows drivers is hosted in a repository on GIT hub. Anonymous users can clone the repository | ||
git:// | git clone git://github.com/YanVugenfirer/kvm-guest-drivers-windows.git | ||
[ | [https://github.com/YanVugenfirer/kvm-guest-drivers-windows Browse GIT repository online ] | ||
Revision as of 10:26, 22 November 2011
Windows VirtIO Drivers
The source for the Windows drivers is hosted in a repository on GIT hub. Anonymous users can clone the repository
git clone git://github.com/YanVugenfirer/kvm-guest-drivers-windows.git
Binary Drivers
Binary drivers are provided by some Linux distributions including WHQL Certified drivers.
64-bit versions of Windows Vista and newer (this currently includes Windows Server 2008, Windows 7 and Windows Server 2008 R2) require the drivers to be digitally signed to load.
If your distribution does not provide binary drivers for Windows, you can use the package from the Fedora Project. These drivers are digitally signed, and will work on 64-bit versions of Windows:
Latest VirtIO drivers for Windows from Fedora
Note: as of this writing (2011-Nov-08), latest drivers are of version "15", dated "15-Jun-2011", with the CD image being virtio-win-0.1-mm34.iso. In that image, WindowsXP drivers does not seem to work, it is impossible to install them using regular winXP driver interface. But the previous drivers, version "14" as found on this Directory, dated "13-Jan-2011", from CD image named "virtio-win-1.1.16.iso", installs on winXP fine.
Code signing drivers for the Windows 64bit platforms
- Drivers should be signed for Windows 64bit platforms.
- Here are some links how to self sign and install self signed drivers: