]> git.proxmox.com Git - qemu.git/commit - hw/pcie_port.c
pcie/port: fix bridge control register wmask
authorIsaku Yamahata <yamahata@valinux.co.jp>
Fri, 19 Nov 2010 11:28:45 +0000 (13:28 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 22 Nov 2010 08:00:06 +0000 (10:00 +0200)
commitbba5ed772a562fefdb218df8d821c3b537ce5759
tree56f87300e53e57a4544317b26e739345eb4776d1
parentf6bdfcc9352e53fac5b9a144fc9ead991163484b
pcie/port: fix bridge control register wmask

pci generic layer initialized wmask for bridge control register
according to pci spec. pcie deviates slightly from it,
so initialize it properly.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pcie_port.c