]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
qemu: Log all arguments of qemuProcessStart
authorJiri Denemark <jdenemar@redhat.com>
Tue, 30 Jun 2015 13:25:06 +0000 (15:25 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 9 Jul 2015 19:57:46 +0000 (21:57 +0200)
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_process.c

index c5f467b8f114a43a0fb1647107bf922956c6a8bd..129cd69dbdc55154add45899b752467db23347c3 100644 (file)
@@ -4350,9 +4350,10 @@ int qemuProcessStart(virConnectPtr conn,
     size_t nnicindexes = 0;
     int *nicindexes = NULL;
 
-    VIR_DEBUG("vm=%p name=%s id=%d pid=%llu",
-              vm, vm->def->name, vm->def->id,
-              (unsigned long long)vm->pid);
+    VIR_DEBUG("vm=%p name=%s id=%d asyncJob=%d migrateFrom=%s stdin_fd=%d "
+              "stdin_path=%s snapshot=%p vmop=%d flags=0x%x",
+              vm, vm->def->name, vm->def->id, asyncJob, NULLSTR(migrateFrom),
+              stdin_fd, NULLSTR(stdin_path), snapshot, vmop, flags);
 
     /* Okay, these are just internal flags,
      * but doesn't hurt to check */