qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Anyone seeing huge slowdown launching qemu with Linux 2


From: Paolo Bonzini
Subject: Re: [Qemu-devel] Anyone seeing huge slowdown launching qemu with Linux 2.6.35?
Date: Tue, 03 Aug 2010 23:13:41 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Thunderbird/3.0.5

On 08/03/2010 10:49 PM, Anthony Liguori wrote:
On the other hand we end up with stuff like only being able to add 29
virtio-blk devices to a single guest.  As best as I can tell, this
comes from PCI

No, this comes from us being too clever for our own good and not
following the way hardware does it.

All modern systems keep disks on their own dedicated bus.  In
virtio-blk, we have a 1-1 relationship between disks and PCI devices.
That's a perfect example of what happens when we try to "improve" things.

Comparing (from personal experience) the complexity of the Windows drivers for Xen and virtio shows that it's not a bad idea at all.

Paolo



reply via email to

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