diff options
author | Kevin Wolf <kwolf@redhat.com> | 2010-09-13 18:08:52 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2010-09-21 15:39:42 +0200 |
commit | bd28f835652e396841bb73080a07bcc08fe21bf0 (patch) | |
tree | 7f8b026a2beb604f1f6b7f47c90b13b734df4f44 /m68k-dis.c | |
parent | b8a83a4f79ca4cd0689117b119ffaa1a91b00d52 (diff) |
qcow2: Avoid bounce buffers for AIO read requests
qcow2 used to use bounce buffers for any AIO requests. This does not only imply
unnecessary copying, but also unbounded allocations which should be avoided.
This patch removes bounce buffers from the normal AIO read path, and constrains
them to a constant size for encrypted images.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'm68k-dis.c')
0 files changed, 0 insertions, 0 deletions