]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce qemuBuildNumaCommandLine
authorJohn Ferlan <jferlan@redhat.com>
Wed, 17 Feb 2016 21:56:37 +0000 (16:56 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 18 Feb 2016 12:03:30 +0000 (07:03 -0500)
commitb827eddae0dc73125f9d983acf21aa364653771a
treee09895379878571879b5f4dd83f3ca23ac04da4b
parent70681e3502f25ae463a551884947ef3298ad62ce
qemu: Introduce qemuBuildNumaCommandLine

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