On Sat, Nov 10, 2007 at 05:04:25PM +0100, Marco Gerards wrote:
> >
> > 2007-11-10 Christian Franke <[EMAIL PROTECTED]>
> >
> > * disk/host.c (grub_host_open): Remove attribute unused from
> > name parameter. Add check for "host". This fixes the problem
> > that grub-emu does not find
Robert Millan <[EMAIL PROTECTED]> writes:
> On Fri, Nov 09, 2007 at 10:17:19PM +0100, Marco Gerards wrote:
>> Robert Millan <[EMAIL PROTECTED]> writes:
>>
>> > On Thu, Oct 25, 2007 at 09:51:38PM +0200, Christian Franke wrote:
>> >> static grub_err_t
>> >> -grub_host_open (const char *name __attr
Christian Franke <[EMAIL PROTECTED]> writes:
> Marco Gerards wrote:
>>> ..
>>>
>>> 2007-10-25 Christian Franke <[EMAIL PROTECTED]>
>>>
>>> * disk/host.c (grub_host_open): Add check for "host". This fixes
>>> the problem that grub-emu does not find partitions.
>>>
>>
>> Please mention the
Robert Millan wrote:
On Fri, Nov 09, 2007 at 10:17:19PM +0100, Marco Gerards wrote:
Robert Millan <[EMAIL PROTECTED]> writes:
On Thu, Oct 25, 2007 at 09:51:38PM +0200, Christian Franke wrote:
static grub_err_t
-grub_host_open (const char *name __attribute((unused)), grub_disk_
Marco Gerards wrote:
..
2007-10-25 Christian Franke <[EMAIL PROTECTED]>
* disk/host.c (grub_host_open): Add check for "host". This fixes
the problem that grub-emu does not find partitions.
Please mention the attribute change.
...
static grub_err_t
-grub_host_open
On Fri, Nov 09, 2007 at 10:17:19PM +0100, Marco Gerards wrote:
> Robert Millan <[EMAIL PROTECTED]> writes:
>
> > On Thu, Oct 25, 2007 at 09:51:38PM +0200, Christian Franke wrote:
> >> static grub_err_t
> >> -grub_host_open (const char *name __attribute((unused)), grub_disk_t disk)
> >> +grub_host
Robert Millan <[EMAIL PROTECTED]> writes:
> On Thu, Oct 25, 2007 at 09:51:38PM +0200, Christian Franke wrote:
>> static grub_err_t
>> -grub_host_open (const char *name __attribute((unused)), grub_disk_t disk)
>> +grub_host_open (const char *name, grub_disk_t disk)
>> {
>> + if (grub_strcmp(name
On Thu, Oct 25, 2007 at 09:51:38PM +0200, Christian Franke wrote:
> static grub_err_t
> -grub_host_open (const char *name __attribute((unused)), grub_disk_t disk)
> +grub_host_open (const char *name, grub_disk_t disk)
> {
> + if (grub_strcmp(name, "host"))
> + return grub_error (GRUB_ERR_UN
Christian Franke <[EMAIL PROTECTED]> writes:
> grub-emu ls command does not list any partitions.
>
> Device scan in grub_disk_open() stops early because grub_host_open()
> returns success on all device names.
>
> Christian
>
> 2007-10-25 Christian Franke <[EMAIL PROTECTED]>
>
> * disk/host
grub-emu ls command does not list any partitions.
Device scan in grub_disk_open() stops early because grub_host_open()
returns success on all device names.
Christian
2007-10-25 Christian Franke <[EMAIL PROTECTED]>
* disk/host.c (grub_host_open): Add check for "host". This fixes
10 matches
Mail list logo