]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Introduce qemuBuildRedirdevCommandLine
authorJohn Ferlan <jferlan@redhat.com>
Sat, 12 Mar 2016 00:36:24 +0000 (19:36 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 15 Mar 2016 11:10:22 +0000 (07:10 -0400)
commit59e7ef3c1fbdde1141382a0fda1069720f654547
tree1f64fefd29e07152389d06de3d78b906d4c5a9d7
parent4666b762b9ec45055adc8821f299112589af5acb
qemu: Introduce qemuBuildRedirdevCommandLine

Add new function to manage adding the redirdev device options to the
command line removing that task from the mainline qemuBuildCommandLine.

Also move the qemuBuildRedirdevDevStr closer to the new function and
modify to use the const virDomainDef instead of virDomainDefPtr

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