Searched hist:"8515 efbef1759b9143f06e9722c8f4e145032181" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/util/ |
H A D | hbitmap.c | diff 8515efbef1759b9143f06e9722c8f4e145032181 Fri Apr 17 18:49:54 CDT 2015 John Snow <jsnow@redhat.com> hbitmap: cache array lengths
As a convenience: between incremental backups, bitmap migrations and bitmap persistence we seem to need to recalculate these a lot.
Because the lengths are a little bit-twiddly, let's just solidly cache them and be done with it.
Reviewed-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: 1429314609-29776-7-git-send-email-jsnow@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|