From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qtgq2-0003NT-3b for qemu-devel@nongnu.org; Wed, 17 Aug 2011 10:11:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qtgq1-0003ye-82 for qemu-devel@nongnu.org; Wed, 17 Aug 2011 10:11:22 -0400 Received: from mail-qy0-f180.google.com ([209.85.216.180]:39251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qtgq1-0003yQ-2e for qemu-devel@nongnu.org; Wed, 17 Aug 2011 10:11:21 -0400 Received: by qyk31 with SMTP id 31so658000qyk.4 for ; Wed, 17 Aug 2011 07:11:20 -0700 (PDT) Sender: Richard Henderson Message-ID: <4E4BCC05.2070806@twiddle.net> Date: Wed, 17 Aug 2011 07:11:17 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1313513145-5348-1-git-send-email-rth@twiddle.net> <1313513145-5348-14-git-send-email-rth@twiddle.net> <4E4BCA67.4090202@redhat.com> In-Reply-To: <4E4BCA67.4090202@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 13/14] ide: Convert to isa_register_old_portio_list. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org On 08/17/2011 07:04 AM, Avi Kivity wrote: > Which PCI-ISA bridge? The only implied by isa_bus_new. > If you're behind a secondary PCI bridge, you've now bypassed its filtering. ... Which we never will be, since the PCI-ISA bridge is not explicitly emulated, but only implied via the way we mash things together inside QEMU. Clearly I shouldn't have used the word, as it's confusing. r~