]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce qemuBuildBootCommandLine
authorJohn Ferlan <jferlan@redhat.com>
Thu, 18 Feb 2016 13:15:10 +0000 (08:15 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 11 Mar 2016 11:17:05 +0000 (06:17 -0500)
commit44616e33042b3fe5da7d487a7a01bb67b2f28325
tree8749d340789dd72d833913169ff8f68d480a38dd
parentd6d31e00ebc8c72b88f0248f1bfde7e2ff7607af
qemu: Introduce qemuBuildBootCommandLine

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

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