]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: simplify CPU command line parsing
authorJán Tomko <jtomko@redhat.com>
Thu, 2 May 2013 18:21:31 +0000 (20:21 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 6 Jun 2013 15:30:08 +0000 (17:30 +0200)
commitd60570b315d21f06bd28a869bbaf61e423d09569
tree6791d9020076be353fb1243fbbc6e13c0b615e38
parent5debc7224ad093bc487e3646b04d038a87ae2108
qemu: simplify CPU command line parsing

Use virStringSplit. Change the 'error' label to 'cleanup' to prevent
memory leaks on error.
src/qemu/qemu_command.c