LWN.net Logo

Red Hat acquires Qumranet

Red Hat acquires Qumranet

Posted Sep 5, 2008 2:40 UTC (Fri) by drag (subscriber, #31333)
In reply to: Red Hat acquires Qumranet by hisdad
Parent article: Red Hat acquires Qumranet

Well the code you modify in the guest will be in the form of paravirtualized drivers.

So for Linux clients they are slowly integrating PV drivers as KVM matures. So there are PV drivers for block devices and network drivers and memory balloon drivers (for reclaiming memory from VMs.

http://kvm.qumranet.com/kvmwiki/Virtio

For example the fastest non-PV device for KVM is the Intel 1Gb/s ethernet adapter. When I moved to a PV driver increased the network performance of the virtual network by 300% and lowered the cpu usage in both the guest and host.

Then there is only a network driver for Windows for the same thing.


(Log in to post comments)

Not only they are faster

Posted Sep 10, 2008 17:05 UTC (Wed) by gwolf (subscriber, #14632) [Link]

As virtio drivers don't have to interact with real-life hardware, only forward the requests to the hardware interfaces in the host OS, virtio drivers are also much simpler - they will probably be more secure.

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds