From: Peter Krempa <[email protected]>

The code does a 'qemu-img rebase' rather than a 'qemu-img create' what
the commit suggests. Since we enumerate all arguments right below,
there's no need for a comment.

Signed-off-by: Peter Krempa <[email protected]>
---
 src/qemu/qemu_snapshot.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/qemu/qemu_snapshot.c b/src/qemu/qemu_snapshot.c
index 8f58df3b45..19bb6f8b37 100644
--- a/src/qemu/qemu_snapshot.c
+++ b/src/qemu/qemu_snapshot.c
@@ -3710,7 +3710,6 @@ 
qemuSnapshotUpdateBackingStore(qemuSnapshotDeleteExternalData *data)
         struct _qemuSnapshotDisksWithBackingStoreData *backingData = cur->data;
         g_autoptr(virCommand) cmd = NULL;

-        /* creates cmd line args: qemu-img create -f qcow2 -o */
         if (!(cmd = virCommandNewArgList("qemu-img",
                                          "rebase",
                                          "-u",
-- 
2.52.0

Reply via email to