]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Rename qemuBuildSmpArgStr to qemuBuildSmpCommandLine
authorJohn Ferlan <jferlan@redhat.com>
Wed, 17 Feb 2016 21:23:46 +0000 (16:23 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 18 Feb 2016 12:03:30 +0000 (07:03 -0500)
commite0dd78c9b2c15106960561d96e178f10f36393a1
tree244240fe2a44e895ae4cbab6b70618ad756055db
parentaa076fe8e40050bd1c7e055bd44135cd0d2ef091
qemu: Rename qemuBuildSmpArgStr to qemuBuildSmpCommandLine

Rename function and move code in from qemuBuildCommandLine to
keep smp related code together. Also make a few style changes
for long lines, return value change, and 2 spaces between functions.

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