From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1Zol-0001pZ-CV for qemu-devel@nongnu.org; Mon, 30 Jun 2014 07:32:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1Zof-0004fI-6c for qemu-devel@nongnu.org; Mon, 30 Jun 2014 07:32:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47671) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1Zoe-0004f5-V5 for qemu-devel@nongnu.org; Mon, 30 Jun 2014 07:32:09 -0400 Message-ID: <1404127919.24066.28.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 30 Jun 2014 13:31:59 +0200 In-Reply-To: <1403565068-15229-11-git-send-email-benh@kernel.crashing.org> References: <1403565068-15229-1-git-send-email-benh@kernel.crashing.org> <1403565068-15229-11-git-send-email-benh@kernel.crashing.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC 10/14] vga: Remove some "should be done in BIOS" comments List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Benjamin Herrenschmidt Cc: qemu-devel@nongnu.org On Di, 2014-06-24 at 09:11 +1000, Benjamin Herrenschmidt wrote: > Not all platforms have a VGA BIOS, powerpc typically relies on > using the DISPI interface to initialize the card. s/bios/guest/ and it would hold ;) But the dispi interface is defined the way it is. We are not going to change it, even if it isn't perfect, as it is guest/host abi. So the comments are not very useful indeed ... cheers, Gerd