Re: [Qemu-devel] [PATCH] multiboot: Support quotable commas in module list

2011-04-16 Thread Adam Lackorzynski
On Fri Apr 15, 2011 at 15:17:28 +0200, Kevin Wolf wrote: Am 15.04.2011 09:56, schrieb Adam Lackorzynski: Support quoting of ',' (and '\') to allow commas in the parameter list of modules. Signed-off-by: Adam Lackorzynski a...@os.inf.tu-dresden.de Other options in qemu use double

Re: [Qemu-devel] [PATCH] multiboot: Support quotable commas in module list

2011-04-16 Thread Stefan Hajnoczi
On Sat, Apr 16, 2011 at 10:42 AM, Adam Lackorzynski a...@os.inf.tu-dresden.de wrote: On Fri Apr 15, 2011 at 15:17:28 +0200, Kevin Wolf wrote: Am 15.04.2011 09:56, schrieb Adam Lackorzynski: Support quoting of ',' (and '\') to allow commas in the parameter list of modules. Signed-off-by:

[Qemu-devel] [PATCH] multiboot: Support quotable commas in module list

2011-04-15 Thread Adam Lackorzynski
Support quoting of ',' (and '\') to allow commas in the parameter list of modules. Signed-off-by: Adam Lackorzynski a...@os.inf.tu-dresden.de --- hw/multiboot.c | 33 + 1 files changed, 29 insertions(+), 4 deletions(-) diff --git a/hw/multiboot.c

Re: [Qemu-devel] [PATCH] multiboot: Support quotable commas in module list

2011-04-15 Thread Stefan Hajnoczi
On Fri, Apr 15, 2011 at 8:56 AM, Adam Lackorzynski a...@os.inf.tu-dresden.de wrote: Support quoting of ',' (and '\') to allow commas in the parameter list of modules. Signed-off-by: Adam Lackorzynski a...@os.inf.tu-dresden.de ---  hw/multiboot.c |   33 +  1

Re: [Qemu-devel] [PATCH] multiboot: Support quotable commas in module list

2011-04-15 Thread Kevin Wolf
Am 15.04.2011 09:56, schrieb Adam Lackorzynski: Support quoting of ',' (and '\') to allow commas in the parameter list of modules. Signed-off-by: Adam Lackorzynski a...@os.inf.tu-dresden.de Other options in qemu use double commas for escaping. So maybe reusing get_opt_value() would make