diff mbox series

fixup! qemu-img: Add bitmap sub-command

Message ID 20200421224911.178024-1-eblake@redhat.com
State New
Headers show
Series fixup! qemu-img: Add bitmap sub-command | expand

Commit Message

Eric Blake April 21, 2020, 10:49 p.m. UTC
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 mbox series

Patch

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;