From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhI8p-00036Z-Eo for qemu-devel@nongnu.org; Fri, 15 Nov 2013 07:04:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VhI8h-0002ol-1H for qemu-devel@nongnu.org; Fri, 15 Nov 2013 07:04:51 -0500 Sender: Paolo Bonzini Message-ID: <52860DD4.60008@redhat.com> Date: Fri, 15 Nov 2013 13:04:36 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <52845915.4030201@ozlabs.ru> <1384408904.3806.16.camel@pasglop> <528499F2.2060204@ozlabs.ru> <0EC3B49C-9DC8-4F7D-8BB3-D49DEFB8F510@suse.de> <1384460914.3806.25.camel@pasglop> <1FC02D0E-ED9E-4A75-A81A-295FB5324384@suse.de> <1384468340.3806.28.camel@pasglop> <77DCE611-3D26-413D-8A66-ACD4B6FC6B5B@suse.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] -vga std vs. -device VGA List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Nikunj A Dadhania , Alexey Kardashevskiy , Alexander Graf , "qemu-devel@nongnu.org" , Paul Mackerras , Avik Sil , "qemu-ppc@nongnu.org" Il 14/11/2013 23:45, Anthony Liguori ha scritto: > As long as it's x86, You mean "as long as it's PC" but... > there will always be a keyboard controller if you > ever want to support more than 1MB of RAM properly since the keyboard > controller is used to enable the a20 bit. ... not really, there is port 92h too. Or you could make the board always enable it. Paolo