]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce qemuBuildMemCommandLine
authorJohn Ferlan <jferlan@redhat.com>
Wed, 17 Feb 2016 21:19:26 +0000 (16:19 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 18 Feb 2016 12:03:30 +0000 (07:03 -0500)
commitaa076fe8e40050bd1c7e055bd44135cd0d2ef091
tree93752157e41ddb780877f22cedf14f54717f67a1
parentd238b51f007f14803899afeef5431c25a11ec9b2
qemu: Introduce qemuBuildMemCommandLine

Add new function to manage adding the '-m' memory 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