qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCHv2] seabios: enable io/memory unconditionally


From: Avi Kivity
Subject: Re: [Qemu-devel] [PATCHv2] seabios: enable io/memory unconditionally
Date: Fri, 09 Oct 2009 08:40:58 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Thunderbird/3.0b3

On 10/09/2009 04:29 AM, Kevin O'Connor wrote:
Hi Michael,

On Thu, Oct 08, 2009 at 05:53:46PM +0200, Michael S. Tsirkin wrote:
VGA adapters need to claim memory and i/o
transactions even if they do not have any
i/o or memory bars. E.g. PCI spec, page 297,
gives an example of such a device:

     Programming interface 0000 0000b
     VGA-compatible controller. Memory
     addresses 0A 0000h through 0B
     FFFFh. I/O addresses 3B0h to 3BBh
     and 3C0h to 3DFh and all aliases of
     these addresses.

While we could check for these devices and special-case them, it is
easier to fix this by enabling i/o and memory space unconditionally:
devices that do not support it will just ignore this setting.
This doesn't sound correct to me - I would think the vga option rom
should enable the memory and io bars.  I don't have enough knowledge
to say for sure though - can someone else with knowledge in this area
confirm this approach?


The vga option rom is often itself in a BAR, so it cannot enable memory.

--
Do not meddle in the internals of kernels, for they are subtle and quick to 
panic.





reply via email to

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