]> git.proxmox.com Git - mirror_qemu.git/commit - block/Makefile.objs
block: Move block dirty bitmap code to separate files
authorFam Zheng <famz@redhat.com>
Tue, 8 Mar 2016 04:44:55 +0000 (12:44 +0800)
committerMax Reitz <mreitz@redhat.com>
Mon, 14 Mar 2016 16:35:05 +0000 (17:35 +0100)
commitebab225910d7bb3d805176ff89b5efc5f18653c3
tree0628f56cefb4df3d6a05c24fc457304ca593eb07
parent9a3f5cf1bfd2b1e11a496bdaf038cc7d825e01df
block: Move block dirty bitmap code to separate files

The only code change is making bdrv_dirty_bitmap_truncate public. It is
used in block.c.

Also two long lines (bdrv_get_dirty) are wrapped.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-id: 1457412306-18940-5-git-send-email-famz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
block.c
block/Makefile.objs
block/dirty-bitmap.c [new file with mode: 0644]
include/block/block.h
include/block/dirty-bitmap.h [new file with mode: 0644]