mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
qemu: Log all arguments of qemuProcessStart
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
3409f5bc4e
commit
108a219f02
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user