]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemuSnapshotUpdateBackingStore: Remove stale comment
authorPeter Krempa <pkrempa@redhat.com>
Fri, 23 Jan 2026 07:54:32 +0000 (08:54 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 27 Jan 2026 09:42:24 +0000 (10:42 +0100)
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 <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/qemu/qemu_snapshot.c

index 8f58df3b4507bbfe18464302f36e3d1d1ad6b1d6..19bb6f8b3787e6694b862db8df55350b2cbeba4f 100644 (file)
@@ -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",