]> xenbits.xensource.com Git - libvirt.git/commit
qemu: command: Split up formatting of -numa and memory devices
authorPeter Krempa <pkrempa@redhat.com>
Thu, 24 Mar 2016 14:56:16 +0000 (15:56 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 30 Mar 2016 11:56:43 +0000 (13:56 +0200)
commit13a4ec678fe55e9d4a65eb8d1263486899842386
tree2ca35c4ca59b3ed287eb4f379b4131bc4cf2d081
parent25c39f76b80a5453551e8242e99ebc1986ed0d77
qemu: command: Split up formatting of -numa and memory devices

They recently were extracted to a separate function. They don't belong
together though. Since -numa formatting is pretty compact, move it to
the main function and rename qemuBuildNumaCommandLine to
qemuBuildMemoryDeviceCommandLine.
src/qemu/qemu_command.c