]> Git Repo - qemu.git/commit - util/hbitmap.c
util/hbitmap: Add an API to reset all set bits in hbitmap
authorWen Congyang <[email protected]>
Fri, 22 May 2015 01:29:46 +0000 (09:29 +0800)
committerStefan Hajnoczi <[email protected]>
Tue, 23 Jun 2015 14:06:16 +0000 (15:06 +0100)
commitc6a8c3283f1d53e360073bdb32f87a97e78e2880
treefb2710f814a4c5ddd36096ac781168ecb3adee6e
parent6e40b3bfc7e82823cf4df5f0bf668f56db41e53a
util/hbitmap: Add an API to reset all set bits in hbitmap

The function bdrv_clear_dirty_bitmap() is updated to use
faster hbitmap_reset_all() call.

Signed-off-by: Wen Congyang <[email protected]>
Signed-off-by: zhanghailiang <[email protected]>
Signed-off-by: Gonglei <[email protected]>
Acked-by: Paolo Bonzini <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: John Snow <[email protected]>
Message-id: 555E868A[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
block.c
include/qemu/hbitmap.h
tests/test-hbitmap.c
util/hbitmap.c
This page took 0.027088 seconds and 4 git commands to generate.