multiboot: Support commas in module parameters
authorAdam Lackorzynski <adam@os.inf.tu-dresden.de>
Wed, 6 Jul 2011 08:03:57 +0000 (10:03 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 23 Jul 2011 15:56:55 +0000 (10:56 -0500)
commit0754f19afc4344063fe4966c518b2b16a47d4bd2
treed292aa0f0f6cf1b3853699edadcf03fec028548a
parentd4f10ba19b48cace8dafade5e478d4b078506274
multiboot: Support commas in module parameters

Support commas in the parameter list of multiboot modules as well as for the
kernel command line, by using double commas (via get_opt_value()).

Signed-off-by: Adam Lackorzynski <adam@os.inf.tu-dresden.de>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/multiboot.c