On 10/03/2012 10:26 PM, Blue Swirl wrote: > On Wed, Oct 3, 2012 at 4:03 PM, Avi Kivity <a...@redhat.com> wrote: >> Most of the work on the memory API focused on memory access targets - the >> memory regions >> and how they are composed into an address space. This patchset tackles the >> initator >> side of the question - how to originate accesses. >> >> The AddressSpace object, is exported to users and becomes the representation >> of an >> initiator. Each address space describes the paths from some point in the >> system >> (a device or cpu) to the devices reachable from that initiator. >> >> As an example, the API is used to support PCI_COMMAND_MASTER bit. > > Excellent patches with high cleanup potential.
Thanks. The next steps are memory_region_init_iommu() and the replacement of DMAContext with AddressSpace. -- error compiling committee.c: too many arguments to function