Kevin Wolf bd28f83565 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>
2010-09-21 15:39:42 +02:00
2010-08-07 20:04:24 +04:00
2010-06-10 00:09:49 +02:00
2010-07-03 06:49:47 +00:00
2010-09-09 16:22:44 -05:00
2010-07-13 18:18:23 +02:00
2010-09-21 15:39:42 +02:00
2010-09-07 20:27:33 +03:00
2010-08-22 17:11:06 -05:00
2010-07-13 08:55:04 -05:00
2010-09-19 00:30:25 +02:00
2010-09-18 05:53:15 +00:00
2010-08-22 16:19:00 -05:00
2010-06-16 13:03:51 +01:00
2010-09-08 12:39:22 +02:00
2010-08-24 15:22:24 +00:00
2010-05-31 20:55:23 +02:00
2010-09-10 18:47:31 +00:00
2010-07-22 05:52:09 +02:00
2010-05-24 15:18:23 -05:00
2010-06-13 19:00:50 +01:00
2010-07-24 14:42:29 +02:00
2010-05-22 08:02:12 +00:00
2010-09-09 16:22:45 -05:00
2010-06-11 15:25:14 -03:00
2010-06-16 13:03:51 +01:00
2010-09-07 13:46:17 +02:00
2010-05-22 08:24:49 +00:00
2010-09-21 15:39:42 +02:00
2010-08-22 17:11:06 -05:00
2010-06-13 19:00:50 +01:00
2010-08-20 21:03:24 +00:00
2010-08-15 09:45:28 +00:00
2010-08-15 09:45:28 +00:00
2010-07-01 14:27:13 -03:00
2010-07-01 14:27:13 -03:00
2010-09-21 15:39:42 +02:00
2010-09-21 15:39:42 +02:00
2010-07-06 10:36:28 -05:00
2010-06-11 15:25:14 -03:00
2010-09-18 05:53:14 +00:00
2010-09-09 19:13:04 +00:00
2010-09-10 23:54:56 +03:00
2010-06-30 22:51:17 +02:00
2010-07-28 07:58:15 -05:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
QEMU With E2K User Support
Readme 459 MiB
Languages
C 83.1%
C++ 6.3%
Python 3.2%
Dylan 2.8%
Shell 1.6%
Other 2.8%