>As I understand, fully virtualized KVM guests (on Intel VT or AMD-V)
can
>perform with near native speeds only when it comes to the CPU - because
>the things like network or block device are basically emulated.
>
>
>Among many changes, KVM in 2.6.21 has "Initial paravirtualization
>support, which has much faster performance", and is based on KVM-15.
>
>
>At least two PV drivers are needed:
>- network
>- block device
>
>
>What is the state of these PV drivers now? Is it usable on Linux now?

The network PV driver that was initiated by Ingo Molnar is developed by
Yan Vugenfirer and me.
It is not yet stable/clean for main stream although can be checked out
from a private git repo.
Using direct irq injection it can reach multi-gigabit throughput.
Using signals sent to qemu (to sync with APIC's tpr) it does only
~500Mbps.
When the APIC/PIC will reside in the kernel we can pass to direct mode
only.
Expect to publish the driver in the May.

Arjan van de Ven from RedHat is working on pv block device.
Status is unknown.

>
>Are Windows PV drivers planned, too? If yes, who is going to take the
>lead here (Qumranet, community, not decided yet etc.?).
>
>
>
>--
>Tomasz Chmielewski
>http://wpkg.org
>
>
>
>-----------------------------------------------------------------------
--
>Take Surveys. Earn Cash. Influence the Future of IT
>Join SourceForge.net's Techsay panel and you'll get the chance to share
>your
>opinions on IT & business topics through brief surveys-and earn cash
>http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVD
EV
>_______________________________________________
>kvm-devel mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/kvm-devel

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
kvm-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to