commit | dd72fdd06268860a24f9f3828efade547ee2e2a9 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Oct 30 17:31:43 2012 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Nov 12 16:44:57 2012 +0100 |
tree | 708c36fb538cb0935adbf5e22f5ed241dc2632c6 | |
parent | 9e11908f12f92e31ea94dc2a4c962c836cba9f2a [diff] |
virtio-scsi: use dma_context_memory Until address_space_rw was introduced, NULL was accepted as a placeholder for DMA with no IOMMU (to address_space_memory). This does not work anymore, and dma_context_memory needs to be specified explicitly. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>