commit | b90600eed3c0efe5f3260853c873caf51c0677b1 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Wed Oct 03 16:42:37 2012 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon Oct 22 14:50:08 2012 +0200 |
tree | dbf21ec29ad6663174733bd63758e856d8826929 | |
parent | ac1970fbe8ad5a70174f462109ac0f6c7bf1bc43 [diff] |
dma: make dma access its own address space Instead of accessing the cpu address space, use an address space configured by the caller. Eventually all dma functionality will be folded into AddressSpace, but we have to start from something. Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>