WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH] tools/pygrub: fix solaris kernel sniff

Zhigang Wang writes ("[Xen-devel] [PATCH] tools/pygrub: fix solaris kernel 
sniff"):
> tools/pygrub: fix solaris kernel sniff
> 
> Solaris 11 build 163+ removes '/platform/i86xpv/kernel/unix' and only the
> 64-bit PV kernel file '/platform/i86xpv/kernel/amd64/unix' exists.

Thanks but I'm not sure this is right.

Previously, if none of the Solaris files in /platform exist, this code
would unconditionally exit.

Now you have moved the relevant return inside the
   if not cfg["kernel"]:
so that on a non-Solaris platform if cfg["kernel"] is not set we will
always do the "Unpleasant" tweaks.

I don't think that's correct.

Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>