From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 06/11] pygrub: remote ia64 from pygrub Date: Thu, 6 Mar 2014 19:59:22 +0100 Message-ID: <20140306185922.GA4113@aepfle.de> References: <1394122436-1392-1-git-send-email-olaf@aepfle.de> <1394122436-1392-7-git-send-email-olaf@aepfle.de> <21272.47290.395761.436239@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <21272.47290.395761.436239@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: Ian.Campbell@citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, Mar 06, Ian Jackson wrote: > Olaf Hering writes ("[PATCH 06/11] pygrub: remote ia64 from pygrub"): > > Signed-off-by: Olaf Hering > ... > > - if platform.machine() == 'ia64': > > - cfg_list = map(lambda x: (x,grub.LiloConf.LiloConfigFile), > > - # common distributions > > - ["/efi/debian/elilo.conf", "/efi/gentoo/elilo.conf", > > - "/efi/redflag/elilo.conf", "/efi/redhat/elilo.conf", > > This seems related to ia64 using EFI. Do we want to preserve this > code for EFI support on other platforms ? Do we have any guests supporting EFI as firmware? If so, the guest most likely uses grub2 instead of elilo. Olaf