From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44027 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEGTR-0001n8-P1 for qemu-devel@nongnu.org; Tue, 18 May 2010 02:41:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEGSe-00080w-I1 for qemu-devel@nongnu.org; Tue, 18 May 2010 02:40:17 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:57298) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEGSe-00080e-9D for qemu-devel@nongnu.org; Tue, 18 May 2010 02:39:28 -0400 Received: by wyb39 with SMTP id 39so1163214wyb.4 for ; Mon, 17 May 2010 23:39:26 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4BF2361C.8010100@redhat.com> Date: Tue, 18 May 2010 08:39:24 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 1/2] Compile pckbd only once List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel On 05/17/2010 07:45 PM, Blue Swirl wrote: > Use a qemu_irq to indicate A20 line changes. Move I/O port 92 > to pckbd.c. Looks good, hypothetical Mac hardware support (Macs only use USB keyboards) would need a new chipset implementation and that can take care of implementing port 92. Thanks. Paolo