Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-14 | aio: rename AIOPool to AIOCBInfo | Stefan Hajnoczi | 1 | -2/+2 | |
Now that AIOPool no longer keeps a freelist, it isn't really a "pool" anymore. Rename it to AIOCBInfo and make it const since it no longer needs to be modified. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com> | |||||
2012-10-31 | raw-posix: move linux-aio.c to block/ | Paolo Bonzini | 1 | -0/+216 | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |