summaryrefslogtreecommitdiff
path: root/hw/dec_pci.h
AgeCommit message (Collapse)AuthorFilesLines
2012-08-22dec_pci: QOM'ify DEC 21154 PCI-PCI bridgeAndreas Färber1-0/+2
Introduce type constant. Introduce cast macro and drop dummy busdev field used with FROM_SYSBUS() that would've broken SYS_BUS_DEVICE(). Avoid accessing parent fields directly. Signed-off-by: Andreas Färber <afaerber@suse.de> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2010-02-07dec: actually implement PCI bridgingBlue Swirl1-0/+8
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>