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