]> xenbits.xensource.com Git - qemu-xen-3.4-testing.git/commit
Implement cancellation method for dma async I/O (Avi Kivity)
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 20 Mar 2009 18:26:07 +0000 (18:26 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 13 Oct 2009 16:32:47 +0000 (17:32 +0100)
commitfce991b23724752081f653dc49fd6769f729ba74
treebeb9dc66f602ff253f01010996c767e4d6f28bab
parent1fe6f20cbe9766023715629912e5f795a0bc04a7
Implement cancellation method for dma async I/O (Avi Kivity)

Move the dma helpers to a private aio pool, and implement a cancellation
method for them.  Should prevent issues when cancelling I/O while dma is
in progress.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6872 c046a42c-6fe2-441c-8c8c-71466251a162
(cherry picked from commit 6512a2a7106480c19183d6466a6845bc9bdf6ec0)
(cherry picked from commit 798e5374e78fe11dc8d1993b2318756f222878dd)
dma-helpers.c
dma.h
vl.c