]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce qemuBuildInputCommandLine
authorJohn Ferlan <jferlan@redhat.com>
Thu, 18 Feb 2016 16:27:10 +0000 (11:27 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Sat, 12 Mar 2016 00:23:46 +0000 (19:23 -0500)
commit60b1ff52f53cf7ef9512d63e605740612f37d337
treeb263e16c21551af4be6cdd6defa6a3187de9db5a
parent9de54baf26e9ed260825b38b322cc3cb20629e75
qemu: Introduce qemuBuildInputCommandLine

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

Make qemuBuildUSBInputDevStr static since only this module calls it.

Also the change to use const virDomainDef forces other changes.

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