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