Review Board 2.0.15


pci: Make Python wrapper cast to the right type

Review Request #1500 - Created Oct. 24, 2012 and submitted - Latest diff uploaded

Information
Ali Saidi
gem5
default
Reviewers
Default
Changeset 9324:4ae7ea0c9b78
---------------------------
pci: Make Python wrapper cast to the right type

The PCI base class is PciDev and not PciDevice, which is used by the
Python world. Make sure this is reflected in the wrapper code.