qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH 0/15][RFC] New PCI interfaces


From: Michael S. Tsirkin
Subject: [Qemu-devel] Re: [PATCH 0/15][RFC] New PCI interfaces
Date: Wed, 10 Feb 2010 11:31:47 +0200
User-agent: Mutt/1.5.19 (2009-01-05)

On Tue, Feb 09, 2010 at 04:01:24PM -0600, Anthony Liguori wrote:
> This is a work in progress that I wanted to share giving some of the 
> discussions
> around rwhandlers.  The idea is to make PCI devices have a common set of
> functions to interact with the CPU that is driven entirely through the PCI 
> bus.
> 
> I've tested the network card conversions, but have not yet tested the other
> bits.

It would definitely be an improvement when all mapping would be done in
pci core. We could thus finally fix bridge filtering.
The hardest part with this change would be legacy vga class.

I am not so sure about adding an extra level of indirection
for all memory/io transactions. What we do now is perform
setup during bus scan, afterwards cpu calls device directly,
which looks nicer on the surface. Maybe we just need to
make callbacks more generic.

-- 
MST




reply via email to

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