]> Git Repo - qemu.git/commit
pci: set memory type for memory behind the bridge
authorMichael S. Tsirkin <[email protected]>
Tue, 21 Feb 2012 13:57:58 +0000 (15:57 +0200)
committerAnthony Liguori <[email protected]>
Wed, 22 Feb 2012 15:02:18 +0000 (09:02 -0600)
commitd5f27e88699f14c802d66c01de70e5ea37b7153a
treeda582facc57bb95559af831af30b11f95de327aa
parentc9f50cea70a15967daec9bf48fed37eafefdd584
pci: set memory type for memory behind the bridge

As we make upper bits in IO and prefetcheable memory
registers writeable, we should declare support
for 64 bit prefetcheable memory and 32 bit io
in the bridge.

This changes the default for apb, dec, but I'm guessing
they got the defaults wrong by accident.
Alternatively, we could let bridges declare lack of
64 bit support and make the upper bits read-only zero.

With this applied, we can drop these bits
from express code.

Reported-by: Gerd Hoffmann <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Could someone familiar with apb,dec ack this please?
Signed-off-by: Anthony Liguori <[email protected]>
hw/pci.c
This page took 0.026932 seconds and 4 git commands to generate.