]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: use virBuffer in qemuBuildSCSIiSCSIHostdevDrvStr
authorAnya Harter <aharter@redhat.com>
Wed, 20 Jun 2018 13:16:59 +0000 (09:16 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 26 Jun 2018 15:04:38 +0000 (11:04 -0400)
commit6b770f9a3bdabb1a1b460227b0b7015e4f9cc621
tree444f1232067c15b9e2f81fc0bb93763b1cc594bc
parent2d5b332312a9e94e8e9949dddffd0ccb18821bba
qemu: use virBuffer in qemuBuildSCSIiSCSIHostdevDrvStr

Instead of source to enable use of virBuffer functions in
string construction.

Signed-off-by: Anya Harter <aharter@redhat.com>
src/qemu/qemu_command.c