]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_command: create prefixed alias to separate variable
authorPavel Hrdina <phrdina@redhat.com>
Tue, 18 Oct 2016 13:27:32 +0000 (15:27 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 18 Oct 2016 14:59:21 +0000 (16:59 +0200)
commit635b5ec8e8123b3954a2eb957114d3dbed8d1ab9
treebbf6cbbac06b7d83ad89cbc9896f6b81cc3c51f8
parentb5459326ec6121e135b64974fb96f695578f945d
qemu_command: create prefixed alias to separate variable

Instead of typing the prefix every time we want to append parameters
to qemu command line use a variable that contains prefixed alias.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/qemu/qemu_command.c