]> Git Repo - qemu.git/commit
cutils: Export only buffer_is_zero
authorRichard Henderson <[email protected]>
Mon, 29 Aug 2016 18:46:14 +0000 (11:46 -0700)
committerPaolo Bonzini <[email protected]>
Tue, 13 Sep 2016 17:09:45 +0000 (19:09 +0200)
commita1febc4950f2c6232c002f401d7cd409f6fa6a88
tree7ebdb3326826537aa8a343d2af3e345f7c84706f
parent8c70c1b0c79cdfe9cc6e58c793b2b4e41aabede8
cutils: Export only buffer_is_zero

Since the two users don't make use of the returned offset,
beyond ensuring that the entire buffer is zero, consider the
can_use_buffer_find_nonzero_offset and buffer_find_nonzero_offset
functions internal.

Reviewed-by: Dr. David Alan Gilbert <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-Id: <1472496380[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
include/qemu/cutils.h
migration/ram.c
migration/rdma.c
util/bufferiszero.c
This page took 0.023915 seconds and 4 git commands to generate.