commit | df32fd1c9f53dd3b7abd28e29f851965039eabda | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Apr 10 18:15:49 2013 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 20 16:39:52 2013 +0200 |
tree | 37996235c390c2c368f595090642b1aedea3b5db | |
parent | 96478592a93f93322ecc20d0a6eccb4d4ef33c7a [diff] |
dma: eliminate DMAContext The DMAContext is a simple pointer to an AddressSpace that is now always already available. Make everyone hold the address space directly, and clean up the DMA API to use the AddressSpace directly. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>