WindowsGuestDrivers/Download Drivers: Difference between revisions

From KVM
No edit summary
m (→‎Binary Drivers: Update link to new virtio driver site)
(4 intermediate revisions by 3 users not shown)
Line 12: Line 12:
Binary drivers are provided by some Linux distributions including WHQL Certified 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 [http://msdn.microsoft.com/en-us/windows/hardware/gg487332 digitally signed] to load.
For example the binary drivers for Ubuntu can be found [https://launchpad.net/kvm-guest-drivers-windows/+download here].
 
64-bit versions of Windows Vista and newer (this currently includes Windows Server 2008, Windows 7, Windows 8, Windows Server 2008 R2 and Windows Server 2012) require the drivers to be [http://msdn.microsoft.com/en-us/windows/hardware/gg487332 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:
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:


[http://alt.fedoraproject.org/pub/alt/virtio-win/latest/images/ Latest VirtIO drivers for Windows from Fedora ]
[https://fedoraproject.org/wiki/Windows_Virtio_Drivers Latest VirtIO drivers for Windows from Fedora ]
 
===Notes===
* 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 [http://alt.fedoraproject.org/pub/alt/virtio-win/ Directory], dated "13-Jan-2011", from CD image named "virtio-win-1.1.16.iso", installs on winXP fine.
* 2011-12-21: Debian Lenny Server uses the quite outdated kvm-72. The current network drivers from RedHat/Fedora do not even install (tested on XP/2003) - using the "Windows-2" virtio drivers from [http://sourceforge.net/projects/kvm/files/kvm-guest-drivers-windows/2/ kvm-guest-drivers-2] is ok. The floppy disk image with the virtio-block driver (for F6 installation) provided by the Fedora Project (virtio-win-1.1.16) works with kvm-72, though.


= Code signing drivers for the Windows 64bit platforms =
= Code signing drivers for the Windows 64bit platforms =

Revision as of 20:02, 16 June 2015

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

Browse GIT repository online


Binary Drivers

Binary drivers are provided by some Linux distributions including WHQL Certified drivers.

For example the binary drivers for Ubuntu can be found here.

64-bit versions of Windows Vista and newer (this currently includes Windows Server 2008, Windows 7, Windows 8, Windows Server 2008 R2 and Windows Server 2012) 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

Code signing drivers for the Windows 64bit platforms