On 03/08/2016 02:03 PM, John Ferlan wrote:
Add new function to manage adding the disk -drive options to the
command line removing that task from the mainline qemuBuildCommandLine.
Also since using const virDomainDef in new function, that means other
functions called needed to change their usage.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
src/conf/domain_conf.c | 4 +-
src/conf/domain_conf.h | 4 +-
src/qemu/qemu_command.c | 317 +++++++++++++++++++++++++-----------------------
src/qemu/qemu_command.h | 2 +-
4 files changed, 173 insertions(+), 154 deletions(-)
ACK
- Cole