]> git.proxmox.com Git - qemu.git/commit - qemu-option.h
QemuOpts: split option parser into two functions.
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 10 Sep 2009 08:58:33 +0000 (10:58 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 11 Sep 2009 15:19:47 +0000 (10:19 -0500)
commit96729cbd293f47ca06fcb8ff3570a4c9a8328469
treee597f7cb50a931056c9c5d7e0d3c9bb1d8651eac
parentd03f09ccdee789168b5a26d2f4c5187717ec5605
QemuOpts: split option parser into two functions.

looking for id= and creating a new QemuOpts instance is splitted from
the actual option parser code now, so the parser can be called from
other contexts too.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-option.c
qemu-option.h