1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-30 18:50:18 +03:00

doc: remove wrong comment

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>
This commit is contained in:
Philipp Schuster 2025-03-26 13:51:41 +01:00
parent 3cb6e14343
commit 8a48877a5a

View 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,