]> git.proxmox.com Git - mirror_qemu.git/commit
HBitmap: Introduce "meta" bitmap to track bit changes
authorFam Zheng <famz@redhat.com>
Thu, 13 Oct 2016 21:58:22 +0000 (17:58 -0400)
committerMax Reitz <mreitz@redhat.com>
Mon, 24 Oct 2016 15:56:07 +0000 (17:56 +0200)
commit07ac4cdb570c9cf6aed0338414f4f09fee0b549c
tree675380ed98a96e976567990567d02f2f6aa884ae
parentdc162c8e4f088b08575460cca35b042d58c141aa
HBitmap: Introduce "meta" bitmap to track bit changes

Upon each bit toggle, the corresponding bit in the meta bitmap will be
set.

Signed-off-by: Fam Zheng <famz@redhat.com>
[Amended text inline. --js]
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 1476395910-8697-3-git-send-email-jsnow@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
include/qemu/hbitmap.h
util/hbitmap.c