]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Handle arbitrary qemu command-lines in qemuParseCommandLine.
authorChris Lalancette <clalance@redhat.com>
Mon, 19 Apr 2010 20:34:00 +0000 (16:34 -0400)
committerChris Lalancette <clalance@redhat.com>
Fri, 23 Jul 2010 21:30:07 +0000 (17:30 -0400)
commitae027de32d122f62de681e46098dd703a5282614
tree6d528be2d90df9f02166c0eb2648e66d7e93c607
parent869939a5438431e2424f0201552750d7fbf3da48
Handle arbitrary qemu command-lines in qemuParseCommandLine.

Now that we have the ability to specify arbitrary qemu
command-line parameters in the XML, use it to handle unknown
command-line parameters when doing a native-to-xml conversion.

Changes since v1:
 - Rename num_extra to num_args
 - Fix up a memory leak on an error path

Changes since v2:
 - Add a VIR_WARN when adding the argument via qemu:arg

Changes since v3:
 - None

Signed-off-by: Chris Lalancette <clalance@redhat.com>
src/qemu/qemu_conf.c