[PATCH] fixup! qemu-img: Add bitmap sub-command

Eric Blake posted 1 patch 4 years ago
Failed in applying to current master (apply log)
qemu-img.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] fixup! qemu-img: Add bitmap sub-command
Posted by Eric Blake 4 years ago
Signed-off-by: Eric Blake <eblake@redhat.com>
---

Squash this into patch 3/6 to fix docker-test-mingw@fedora

 qemu-img.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qemu-img.c b/qemu-img.c
index 6cfc1f52ef98..cc87eaf12778 100644
--- a/qemu-img.c
+++ b/qemu-img.c
@@ -4529,7 +4529,7 @@ static int img_bitmap(int argc, char **argv)
     BlockBackend *blk = NULL, *src = NULL;
     BlockDriverState *bs = NULL, *src_bs = NULL;
     bool image_opts = false;
-    unsigned long granularity = 0;
+    uint64_t granularity = 0;
     bool add = false, remove = false, clear = false;
     bool enable = false, disable = false, add_disabled = false;
     const char *merge = NULL;
-- 
2.26.2