]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
doc: remove wrong comment
authorPhilipp Schuster <philipp.schuster@cyberus-technology.de>
Wed, 26 Mar 2025 12:51:41 +0000 (13:51 +0100)
committerPhilipp Schuster <philipp.schuster@cyberus-technology.de>
Wed, 26 Mar 2025 13:25:43 +0000 (14:25 +0100)
This comment is wrong as later qemuMigrationSrcRun() is called which
checks if TLS should be used and activated. QEMU has built-in support
for TLS, which this refers to.

The comment originates from a time when tunneled support was the only
way to get encryption.

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
src/qemu/qemu_migration.c

index 45a202c50db146a19e438b4cbf5dffb835361d0f..e6056e9abc45178c4c86d6f11b6df00c3e4c1cf2 100644 (file)
@@ -5309,8 +5309,7 @@ qemuMigrationSrcResume(virDomainObj *vm,
 }
 
 
-/* Perform migration using QEMU's native migrate support,
- * not encrypted obviously
+/* Perform migration using QEMU's native migrate support.
  */
 static int
 qemuMigrationSrcPerformNative(virQEMUDriver *driver,