[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH RFC v1 32/74] x86: don't swallow the first command line item in pvh mode
>>> On 04.01.18 at 14:05, <wei.liu2@xxxxxxxxxx> wrote: > @@ -632,11 +633,10 @@ static char * __init cmdline_cook(char *p, const char > *loader_name) > while ( *p == ' ' ) > p++; > > - /* GRUB2 does not include image name as first item on command line. */ > - if ( loader_is_grub2(loader_name) ) > + if ( !loader_is_grub1(loader_name) ) > return p; Behavior here changes for xen.efi booted without grub2 afaict. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |