]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Introduce qemuBuildSerialCommandLine
authorJohn Ferlan <jferlan@redhat.com>
Thu, 18 Feb 2016 15:46:48 +0000 (10:46 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Sat, 12 Mar 2016 00:23:46 +0000 (19:23 -0500)
commit5ab86400bfeb2fb0d058186fd1d77b271ddc67c4
tree7f11d1e1560b8c210fc10c6a4e878c0ad034899e
parent858bafebbf8ef644d8e1bb887a2caabfbdb8eab9
qemu: Introduce qemuBuildSerialCommandLine

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

Using const virDomainDef causes collateral damage in other called APIs
which need to make the similar adjustment

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