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
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(-)
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
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
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
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
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
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
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
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
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(
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
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
13 matches
Mail list logo