Make qemu_opts_parse() handle empty strings
commit2cfa571f79c58c56fe0711e8306d43d3bce591f7
authorMark McLoughlin <markmc@redhat.com>
Tue, 6 Oct 2009 11:17:02 +0000 (6 12:17 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 6 Oct 2009 19:36:11 +0000 (6 14:36 -0500)
treeafb4dbebce37036c79e031216fb1f33ae6a1e25c
parentb386becf368ce2757db46843e39218481ad34cd9
Make qemu_opts_parse() handle empty strings

Rather than making callers explicitly handle empty strings by using
qemu_opts_create(), we can easily have qemu_opts_parse() handle
empty parameter strings.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-option.c