]> Git Repo - qemu.git/blobdiff - qemu-img.c
hw/block/pflash_cfi02: Explicit switch fallthrough for ERASE commands
[qemu.git] / qemu-img.c
index 158b3a505f5cc37a1ef3c7b9429d3a6c68978de7..79983772de39e3e2b9f0d425a4043f28f0990716 100644 (file)
@@ -3518,7 +3518,7 @@ static int img_rebase(int argc, char **argv)
                  * to take action
                  */
                 ret = bdrv_is_allocated_above(backing_bs(bs), prefix_chain_bs,
-                                              offset, n, &n);
+                                              false, offset, n, &n);
                 if (ret < 0) {
                     error_report("error while reading image metadata: %s",
                                  strerror(-ret));
This page took 0.023859 seconds and 4 git commands to generate.