]> git.proxmox.com Git - qemu.git/commit - dma-helpers.c
dma: make dma access its own address space
authorAvi Kivity <avi@redhat.com>
Wed, 3 Oct 2012 14:42:37 +0000 (16:42 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 22 Oct 2012 12:50:08 +0000 (14:50 +0200)
commitb90600eed3c0efe5f3260853c873caf51c0677b1
treedbf21ec29ad6663174733bd63758e856d8826929
parentac1970fbe8ad5a70174f462109ac0f6c7bf1bc43
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>
dma-helpers.c
dma.h
hw/spapr_iommu.c