]> git.proxmox.com Git - mirror_qemu.git/commit - blockdev.c
block: Ensure consistent bitmap function prototypes
authorJohn Snow <jsnow@redhat.com>
Fri, 17 Apr 2015 23:50:02 +0000 (19:50 -0400)
committerKevin Wolf <kwolf@redhat.com>
Tue, 28 Apr 2015 13:36:10 +0000 (15:36 +0200)
commit20dca81075e712ebcbc151eed9b1a02d4e5d08f5
treeadb8d5b6b837be81ff0505fb5ab864a349876cbb
parentaa0c7ca506bb3f661be673b3d5c1320f37e52fdb
block: Ensure consistent bitmap function prototypes

We often don't need the BlockDriverState for functions
that operate on bitmaps. Remove it.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1429314609-29776-15-git-send-email-jsnow@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c
block/backup.c
block/mirror.c
blockdev.c
include/block/block.h
migration/block.c