On 02/10/2010 11:29 AM, Anthony Liguori wrote:
void *pci_memory_map(PCIDevice *dev, pcibus_t addr, pcibus_t *plen, int
is_write);

void pci_memory_unmap(PCIDevice *dev, void *buf, pcibus_t *plen, int
is_write, pcibus_t access_len);

Are these functions intended to be controllable by the root bus object? It would be awfully nice if we would design in a hook that allowed iommu mapping to be done properly.


r~


Reply via email to