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

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 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: Adam Lack

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 > > Other options in qemu use double commas for escaping

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 Other options in qemu use double commas for escaping. So maybe reusing get_opt_value() would make things more consistent. It

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 wrote: > Support quoting of ',' (and '\') to allow commas in the parameter list of > modules. > > Signed-off-by: Adam Lackorzynski > --- >  hw/multiboot.c |   33 + >  1 files changed, 29 insertions(+), 4 deletions(

[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 --- hw/multiboot.c | 33 + 1 files changed, 29 insertions(+), 4 deletions(-) diff --git a/hw/multiboot.c b/hw/multiboot.c index 394ed01..73f01aa

[Qemu-devel] [PATCH] multiboot support

2007-11-08 Thread Alexander Graf
Hi, this patch adds very simple multiboot support for x86 as defined in http://www.gnu.org/software/grub/manual/multiboot/ using the -kernel switch. There is no support for modules or command line parsing, as it would be required by XEN or HURD, but simple OSs already work when used in