]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Don't pass redundant job name around
authorJiri Denemark <jdenemar@redhat.com>
Thu, 28 May 2015 09:17:17 +0000 (11:17 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 19 Jun 2015 13:15:12 +0000 (15:15 +0200)
commit92b5bcccaa89072ff646f0c7db290c6b7ec279c9
treedfe98bfd1ba0cd8ecc2a797a182afb5dbb5bd8db
parentc1a7f199e82e201e4f6f9401f65b9edc80f98349
qemu: Don't pass redundant job name around

Instead of passing current job name to several functions which already
know what the current job is we can generate the name where we actually
need to use it.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_migration.c