]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Use qemuAliasFromDisk to generate drive alias
authorJohn Ferlan <jferlan@redhat.com>
Wed, 29 Jun 2016 17:11:58 +0000 (13:11 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 2 Aug 2016 14:11:11 +0000 (10:11 -0400)
commitf0f16c1e2808b4bc63b7976b3af5f80cd24d080f
treee782b654be1015a65c3ed20e601e23f73f5f0435
parent13effcafd245371ab7632fd052297fb83838027c
qemu: Use qemuAliasFromDisk to generate drive alias

Rather than open code build the drive alias command in multiple places,
use the helper to ensure consistency.
src/qemu/qemu_command.c
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_migration.c