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

2011-07-23 Thread Anthony Liguori
On 07/06/2011 03:03 AM, Adam Lackorzynski wrote: 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 Reviewed-by: Kevin Wolf Applied. Thanks. Regards, Anthony Liguori

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

2011-07-06 Thread Adam Lackorzynski
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 Reviewed-by: Kevin Wolf --- hw/multiboot.c | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-)

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

2011-06-17 Thread Kevin Wolf
Am 17.06.2011 08:51, schrieb Adam Lackorzynski: > Support commas in the parameter list of multiboot modules, by using double > commas (via get_opt_value()). > > Signed-off-by: Adam Lackorzynski The one thing the commit message doesn't mention is that this change requires that commas in -kernel m

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

2011-06-16 Thread Adam Lackorzynski
Support commas in the parameter list of multiboot modules, by using double commas (via get_opt_value()). Signed-off-by: Adam Lackorzynski --- hw/multiboot.c | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/hw/multiboot.c b/hw/multiboot.c index 6e6cfb9..24

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

2011-05-21 Thread Adam Lackorzynski
Support commas in the parameter list of multiboot modules, by using double commas (via get_opt_value()). Signed-off-by: Adam Lackorzynski --- hw/multiboot.c | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/hw/multiboot.c b/hw/multiboot.c index 394ed01..7d

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

2011-05-01 Thread Adam Lackorzynski
Support commas in the parameter list of multiboot modules, by using double commas (via get_opt_value()). Signed-off-by: Adam Lackorzynski --- hw/multiboot.c | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/hw/multiboot.c b/hw/multiboot.c index 394ed01..7d

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

2011-04-18 Thread Adam Lackorzynski
Support commas in the parameter list of modules, by using double commas (via get_opt_value()). Signed-off-by: Adam Lackorzynski --- hw/multiboot.c | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/hw/multiboot.c b/hw/multiboot.c index 394ed01..7d5cb22 1006