summaryrefslogtreecommitdiffstats
path: root/include/exec
diff options
context:
space:
mode:
authorDenis V. Lunev2015-05-12 16:30:55 +0200
committerStefan Hajnoczi2015-05-22 10:37:33 +0200
commit4196d2f0308cb1ae13ed450424ab7dfe154acda9 (patch)
tree144b613251246975ae7dd0033cd53a509a837c56 /include/exec
parentblock: return EPERM on writes or discards to read-only devices (diff)
downloadqemu-4196d2f0308cb1ae13ed450424ab7dfe154acda9.tar.gz
qemu-4196d2f0308cb1ae13ed450424ab7dfe154acda9.tar.xz
qemu-4196d2f0308cb1ae13ed450424ab7dfe154acda9.zip
block: minimal bounce buffer alignment
The patch introduces new concept: minimal memory alignment for bounce buffers. Original so called "optimal" value is actually minimal required value for aligment. It should be used for validation that the IOVec is properly aligned and bounce buffer is not required. Though, from the performance point of view, it would be better if bounce buffer or IOVec allocated by QEMU will be aligned stricter. The patch does not change any alignment value yet. Signed-off-by: Denis V. Lunev <den@openvz.org> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Message-id: 1431441056-26198-2-git-send-email-den@openvz.org CC: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> CC: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'include/exec')
0 files changed, 0 insertions, 0 deletions