From: Peter Krempa Date: Fri, 23 Jan 2026 07:54:32 +0000 (+0100) Subject: qemuSnapshotUpdateBackingStore: Remove stale comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=452c281aee7a043b59a288de043ea4e3b75a6b7c;p=thirdparty%2Flibvirt.git qemuSnapshotUpdateBackingStore: Remove stale comment 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 Reviewed-by: Pavel Hrdina --- 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",