[libvirt] [PATCH REPOST 7/9] qemu: Introduce qemuBuildDiskDriveCommandLine

Cole Robinson crobinso at redhat.com
Thu Mar 10 23:14:33 UTC 2016


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 at 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




More information about the libvir-list mailing list