]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: pass virDomainObjPtr to qemuBuildCommandLine
authorPavel Hrdina <phrdina@redhat.com>
Wed, 11 Oct 2017 10:44:30 +0000 (12:44 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Thu, 19 Oct 2017 09:52:13 +0000 (11:52 +0200)
commite54d4d5e98f3d5cbae1bc4a9ed24306ecede37d2
treef16256e631b69c5fc366f6d7c8908ee4568f2620
parent8c85b1ed4af4651534474414a60d1fa41f0487b8
qemu: pass virDomainObjPtr to qemuBuildCommandLine

Extract the required data inside a function instead of passing it
all as arguments.

Reviewed-by: John Ferlan <jferlan@redhat.com>
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_process.c