[Qemu-devel] Re: [PATCH, RFC] pci: handle BAR mapping at pci level

2010-07-07 Thread Blue Swirl
On Wed, Jul 7, 2010 at 5:55 PM, Michael S. Tsirkin wrote: > On Wed, Jul 07, 2010 at 05:53:08PM +, Blue Swirl wrote: >> Add I/O port registration functions which separate registration >> from the mapping stage. >> >> Move IOIO and MMIO BAR mapping to pci.c. >> >> TODO: fix dirty logging, coales

[Qemu-devel] Re: [PATCH, RFC] pci: handle BAR mapping at pci level

2010-07-07 Thread Michael S. Tsirkin
On Wed, Jul 07, 2010 at 05:53:08PM +, Blue Swirl wrote: > Add I/O port registration functions which separate registration > from the mapping stage. > > Move IOIO and MMIO BAR mapping to pci.c. > > TODO: fix dirty logging, coalesced MMIO and base address comparisons > (eepro100 etc). Bridge fi