From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5J6A-0001Ew-GC for qemu-devel@nongnu.org; Sun, 18 Sep 2011 11:16:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R5J69-0003eD-CX for qemu-devel@nongnu.org; Sun, 18 Sep 2011 11:16:02 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:57522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5J69-0003e8-8g for qemu-devel@nongnu.org; Sun, 18 Sep 2011 11:16:01 -0400 Received: by gxk26 with SMTP id 26so5662418gxk.4 for ; Sun, 18 Sep 2011 08:16:00 -0700 (PDT) Sender: Richard Henderson Message-ID: <4E760B2D.4020703@twiddle.net> Date: Sun, 18 Sep 2011 08:15:57 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1314144835-29098-1-git-send-email-rth@twiddle.net> <1314144835-29098-13-git-send-email-rth@twiddle.net> <4E75F611.5070806@redhat.com> <4E75FD3C.4030304@twiddle.net> <4E75FFEF.7060603@redhat.com> <4E76069B.2050907@redhat.com> In-Reply-To: <4E76069B.2050907@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 12/16] vga: Convert to isa_register_portio_list. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org, Alexander Graf On 09/18/2011 07:56 AM, Avi Kivity wrote: > It's also wrong for cirrus. Even though it is a legacy address, it's > not an ISA address, it's on the PCI bus (though not mapped by a BAR). Huh? How do define that as not an ISA address? Especially since all that's called from isa_cirrus_vga_init? r~