Use vectored aiocb storage to store vector translation state (Avi Kivity)
commit3fb94d56c6adc96ffc4a81b58c752cc4ccfae39c
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 20 Mar 2009 18:26:12 +0000 (20 18:26 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 20 Mar 2009 18:26:12 +0000 (20 18:26 +0000)
tree61004d20ed623a2595684cc35fc8636b9e4e53e2
parent6512a2a7106480c19183d6466a6845bc9bdf6ec0
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
block.c