]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Introduce qemuBuildHubCommandLine
authorJohn Ferlan <jferlan@redhat.com>
Thu, 18 Feb 2016 14:30:28 +0000 (09:30 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 11 Mar 2016 11:17:06 +0000 (06:17 -0500)
commitf87be33a6f91f7a9ceec250c17272251239c2851
tree34cf19ed601e9054c236cc8abc1cdf9e1512b107
parent4908772e15e5b173d702227ec1d67b5c9c1a6098
qemu: Introduce qemuBuildHubCommandLine

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

Also make qemuBuildHubDevStr static to the module since it's only
used here.

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