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

Add new function to manage adding the power management 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