]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Introduce qemuBuildMonitorCommandLine
authorJohn Ferlan <jferlan@redhat.com>
Wed, 17 Feb 2016 22:27:21 +0000 (17:27 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 18 Feb 2016 12:03:30 +0000 (07:03 -0500)
commitc7f0069e8bbdb2a12a659549e97a40d3be19457b
tree73ada16556ac26d9977df8fd04b0a8fa7ba47f7f
parent8204234040574fe1976004d974b72c7e3bc22544
qemu: Introduce qemuBuildMonitorCommandLine

Add new function to manage adding the '-mon' or '-monitor' options to
the command line removing that task from the mainline qemuBuildCommandLine.

Also adjusted qemuBuildChrChardevStr and qemuBuildChrArgStr to use
const virDomainChrSourceDef *def rather than virDomainChrSourceDefPtr def.

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