]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commit
Use vectored aiocb storage to store vector translation state (Avi Kivity)
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 20 Mar 2009 18:26:12 +0000 (18:26 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 7 Oct 2009 14:43:52 +0000 (15:43 +0100)
commit62813efd17d7e04b7b32af38ca3959f82c8d02bc
tree3d892d331d08fb6e3eb605192d2ca3b7a1ba1761
parent798e5374e78fe11dc8d1993b2318756f222878dd
Use vectored aiocb storage to store vector translation state (Avi Kivity)

Now that we have a dedicated acb pool for vector translation acbs, we can
store the vector translation state in the acbs instead of in an external
structure.

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@6873 c046a42c-6fe2-441c-8c8c-71466251a162
(cherry picked from commit 3fb94d56c6adc96ffc4a81b58c752cc4ccfae39c)
block.c