qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] approaches to 3D virtualisation


From: Avi Kivity
Subject: Re: [Qemu-devel] approaches to 3D virtualisation
Date: Tue, 15 Dec 2009 15:19:25 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091203 Fedora/3.0-3.13.rc2.fc12 Thunderbird/3.0

On 12/14/2009 02:03 PM, Paul Brook wrote:
[3] Obviously if you emulate lame hardware like ne2k or IDE then performance
will suck. However emulation of a high-end NIC of SCSI HBA should get within
spitting distance of virtio.

Practically the only difference performance-wise between virtio and high-end controllers is that the ring index is located in a chip register on real hardware, and in memory for virtio (plus hardware can ask virtio not to notify).

Real hardware assumes guest->controller traffic is cheap, which isn't true for virtio/kvm.

--
error compiling committee.c: too many arguments to function





reply via email to

[Prev in Thread] Current Thread [Next in Thread]