]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Use virBufferTrim when generating boot options
authorJán Tomko <jtomko@redhat.com>
Wed, 18 Feb 2015 16:30:52 +0000 (17:30 +0100)
committerJán Tomko <jtomko@redhat.com>
Mon, 2 Mar 2015 06:39:09 +0000 (07:39 +0100)
commit995ca6cbf3b129fd5522bef224728a1e6a65340f
tree61844461baa9d926f4fb504c243865b872493b7e
parent354425dcd23ad3558859e331e9c6fed8f611b22d
Use virBufferTrim when generating boot options

Instead of tracking the number of added parameters,
add a comma at the end of each one unconditionally
and trim the trailing one at the end.
src/qemu/qemu_command.c