[PATCH 7/7] qemu_security: Complete renaming of virSecurityManagerSetAllLabel() argument

Michal Privoznik mprivozn at redhat.com
Wed Jul 1 16:15:07 UTC 2020


Just like in the previous commit, the stdin_path argument of
virSecurityManagerSetAllLabel() is renamed to incomingPath.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---
 src/qemu/qemu_security.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/qemu/qemu_security.c b/src/qemu/qemu_security.c
index 34cfcd3256..621523f086 100644
--- a/src/qemu/qemu_security.c
+++ b/src/qemu/qemu_security.c
@@ -32,7 +32,7 @@ VIR_LOG_INIT("qemu.qemu_security");
 int
 qemuSecuritySetAllLabel(virQEMUDriverPtr driver,
                         virDomainObjPtr vm,
-                        const char *stdin_path,
+                        const char *incomingPath,
                         bool migrated)
 {
     int ret = -1;
@@ -47,7 +47,7 @@ qemuSecuritySetAllLabel(virQEMUDriverPtr driver,
 
     if (virSecurityManagerSetAllLabel(driver->securityManager,
                                       vm->def,
-                                      stdin_path,
+                                      incomingPath,
                                       priv->chardevStdioLogd,
                                       migrated) < 0)
         goto cleanup;
-- 
2.26.2




More information about the libvir-list mailing list