Difference between revisions of "Windows VirtIO Drivers"

From Proxmox VE
Jump to navigation Jump to search
Line 29: Line 29:
 
*Most recent set is virtio-win-0.1-100, with updates to virtio drivers as of 13 Jan 2015. (see [[Windows_VirtIO_Drivers/Changelog|changelog]])
 
*Most recent set is virtio-win-0.1-100, with updates to virtio drivers as of 13 Jan 2015. (see [[Windows_VirtIO_Drivers/Changelog|changelog]])
 
*Previous versions could still be useful when, as it happens, some Windows VM shows instability or incompatibility with latest drivers set.
 
*Previous versions could still be useful when, as it happens, some Windows VM shows instability or incompatibility with latest drivers set.
*a web repository http://alt.fedoraproject.org/pub/alt/virtio-win/  
+
*a web repository https://fedoraproject.org/wiki/Windows_Virtio_Drivers
*:here you can find both stable and latest sets of drivers  
+
*:here you can find both [https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso stable] and [https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virtio/virtio-win.iso latest] sets of drivers  
 
*:*in source format (.zip)  
 
*:*in source format (.zip)  
 
*:*in compiled format (.iso)  
 
*:*in compiled format (.iso)  
*:*'''Those binary drivers are digitally signed, and will work on 64-bit versions of Windows'''
+
*:*'''Those binary drivers are digitally signed by Red Hat (but NOT WHQL), and will work on 64-bit versions of Windows'''
 +
 
 +
In the iso there are several dirs, with subdir for each supported OS version (2k12, 2k12R2, 2k3, 2k8, 2k8R2, w7, w8, w8.1, xp):
 +
*Balloon
 +
*guest-agent
 +
*NetKVM
 +
*pvpanic
 +
*qemupciserial
 +
*qxl
 +
*qxldod
 +
*viorng
 +
*vioscsi
 +
*vioserial
 +
*viostor
  
 
==== Choose the right driver (version <= 0.1-100) ====
 
==== Choose the right driver (version <= 0.1-100) ====

Revision as of 12:27, 11 May 2015

Introduction

VirtIO Drivers are paravirtualized drivers for kvm/Linux (see http://www.linux-kvm.org/page/Virtio). In short, they enable direct (paravirtualized) access to device and peripherals to virtual machines using them, instead of slower, emulated, ones.
A quite extended explanation about VirtIO drivers can be found here http://www.ibm.com/developerworks/library/l-virtio.

At the moment this kind of devices are supported:

Usually using VirtIO drivers you can maximize performances, but this depends on the availability and status of guest VirtIO drivers for your guest OS and platform.

Windows OS support

While recent Linux kernels already have those drivers so any distribution, running in a kvm VM, should recognize virtio devices exposed by the kvm hypervisor, all current Windows OS need special drivers to use virtio devices. Microsoft does not provide them, so someone kindly managed to make virtio drivers available also for windows systems.

See

Following info on those page you can find:

Packaged sets of drivers

Each of those "packaged" sets of drivers available is labelled with a numeric release, and differs by features & bugs as it improves through the time.

  • Most recent set is virtio-win-0.1-100, with updates to virtio drivers as of 13 Jan 2015. (see changelog)
  • Previous versions could still be useful when, as it happens, some Windows VM shows instability or incompatibility with latest drivers set.
  • a web repository https://fedoraproject.org/wiki/Windows_Virtio_Drivers
    here you can find both stable and latest sets of drivers
    • in source format (.zip)
    • in compiled format (.iso)
    • Those binary drivers are digitally signed by Red Hat (but NOT WHQL), and will work on 64-bit versions of Windows

In the iso there are several dirs, with subdir for each supported OS version (2k12, 2k12R2, 2k3, 2k8, 2k8R2, w7, w8, w8.1, xp):

  • Balloon
  • guest-agent
  • NetKVM
  • pvpanic
  • qemupciserial
  • qxl
  • qxldod
  • viorng
  • vioscsi
  • vioserial
  • viostor

Choose the right driver (version <= 0.1-100)

In the iso file provided by Fedora Project drivers for different Windows versions are available, in several folders.

The folder names can be a bit confusing, since they refer to the Microsoft legacy naming (i.e. lh=longhorn, that is Vista): you can refer to the schema below (showing also block/baloon drivers folder names):

OS Numeric version dir for Storage / Balloon dir for Network
W2008 R2 / Windows 7 6.1 Win7 (32/64) Win7 (32/64)
W2008 / Vista 6.0 Wlh (32/64) Vista (32/64)
W2003 5.2 Wnet (32/64) XP (32/64)
XP 5.1 - 32bit, 5.2 - 64bit WXp (32 only) XP (32/64)

See also