aboutsummaryrefslogtreecommitdiff
path: root/include/block
diff options
context:
space:
mode:
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>2019-06-04 19:15:04 +0300
committerStefan Hajnoczi <stefanha@redhat.com>2019-08-27 14:52:45 +0100
commitf76889e7b947d896db51be8a4d9c941c2f70365a (patch)
treed233a85f4d166859d08cf38aa556f6297c5f59a6 /include/block
parentd953169d4840f312d3b9a54952f4a7ccfcb3b311 (diff)
downloadqemu-f76889e7b947d896db51be8a4d9c941c2f70365a.zip
qemu-f76889e7b947d896db51be8a4d9c941c2f70365a.tar.gz
qemu-f76889e7b947d896db51be8a4d9c941c2f70365a.tar.bz2
util/iov: improve qemu_iovec_is_zero
We'll need to check a part of qiov soon, so implement it now. Optimization with align down to 4 * sizeof(long) is dropped due to: 1. It is strange: it aligns length of the buffer, but where is a guarantee that buffer pointer is aligned itself? 2. buffer_is_zero() is a better place for optimizations and it has them. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Acked-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: 20190604161514.262241-3-vsementsov@virtuozzo.com Message-Id: <20190604161514.262241-3-vsementsov@virtuozzo.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'include/block')
0 files changed, 0 insertions, 0 deletions