On 03/11/2016 07:32 AM, John Ferlan wrote:
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(a)redhat.com>
---
src/qemu/qemu_capabilities.c | 2 +-
src/qemu/qemu_capabilities.h | 2 +-
src/qemu/qemu_command.c | 114 ++++++++++++++++++++++++-------------------
src/qemu/qemu_command.h | 2 +-
4 files changed, 67 insertions(+), 53 deletions(-)
ACK
- Cole