[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] fixup! qemu-img: Add bitmap sub-command
From: |
Eric Blake |
Subject: |
[PATCH] fixup! qemu-img: Add bitmap sub-command |
Date: |
Tue, 21 Apr 2020 17:49:11 -0500 |
Signed-off-by: Eric Blake <address@hidden>
---
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
- [PATCH v2 0/6] qemu-img: Add convert --bitmaps, Eric Blake, 2020/04/21
- [PATCH v2 1/6] docs: Sort sections on qemu-img subcommand parameters, Eric Blake, 2020/04/21
- [PATCH v2 4/6] qcow2: Expose bitmaps' size during measure, Eric Blake, 2020/04/21
- [PATCH v2 3/6] qemu-img: Add bitmap sub-command, Eric Blake, 2020/04/21
- [PATCH v2 5/6] qemu-img: Add convert --bitmaps option, Eric Blake, 2020/04/21
- [PATCH v2 2/6] blockdev: Split off basic bitmap operations for qemu-img, Eric Blake, 2020/04/21
- [PATCH v2 6/6] iotests: Add test 291 to for qemu-img bitmap coverage, Eric Blake, 2020/04/21
- Re: [PATCH v2 0/6] qemu-img: Add convert --bitmaps, no-reply, 2020/04/21
- [PATCH] fixup! qemu-img: Add bitmap sub-command,
Eric Blake <=