qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 12/16] vga: Convert to isa_register_portio_list.


From: Avi Kivity
Subject: Re: [Qemu-devel] [PATCH 12/16] vga: Convert to isa_register_portio_list.
Date: Sun, 18 Sep 2011 18:19:32 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2

On 09/18/2011 06:15 PM, Richard Henderson wrote:
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?


Ah, sorry, cirrus/pci indeed has its own ioports registration which doesn't go through isa.

So it's actually the opposite problem - generic port registration instead of bus-specific registration. As soon as we convert it, we'll have the same problem again.

--
error compiling committee.c: too many arguments to function




reply via email to

[Prev in Thread] Current Thread [Next in Thread]