From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1WS74A-0007Rq-86 for mharc-grub-devel@gnu.org; Mon, 24 Mar 2014 11:45:34 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WS745-0007JL-C6 for grub-devel@gnu.org; Mon, 24 Mar 2014 11:45:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WS744-0005Ea-3k for grub-devel@gnu.org; Mon, 24 Mar 2014 11:45:28 -0400 Received: from v6.chiark.greenend.org.uk ([2001:ba8:1e3::]:60889 helo=chiark.greenend.org.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WS743-0005EG-7z for grub-devel@gnu.org; Mon, 24 Mar 2014 11:45:27 -0400 Received: from [172.20.153.9] (helo=riva.pelham.vpn.ucam.org) by chiark.greenend.org.uk (Debian Exim 4.72 #1) with esmtps (return-path cjwatson@ubuntu.com) id 1WS741-0004Le-OY for grub-devel@gnu.org; Mon, 24 Mar 2014 15:45:25 +0000 Received: from ns1.pelham.vpn.ucam.org ([172.20.153.2] helo=riva.ucam.org) by riva.pelham.vpn.ucam.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1WS72r-00060j-Gz for grub-devel@gnu.org; Mon, 24 Mar 2014 15:44:13 +0000 Date: Mon, 24 Mar 2014 15:44:12 +0000 From: Colin Watson To: The development of GNU GRUB Subject: Re: [PATCH] ieee1275: check for IBM pseries emulated machine Message-ID: <20140324154412.GA23038@riva.ucam.org> References: <871txxw1nz.fsf@abhimanyu.in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <871txxw1nz.fsf@abhimanyu.in.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:ba8:1e3:: X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 15:45:30 -0000 On Thu, Mar 20, 2014 at 04:57:12PM +0530, Nikunj A Dadhania wrote: > is_qemu is not being set lead to disabling of feature like > GRUB_IEEE1275_FLAG_HAS_CURSORONOFF. This resulted in cursor not being > displayed during the grub-menu edit. Looks reasonable, thanks. Pushed. -- Colin Watson [cjwatson@ubuntu.com]