Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-07 | pci_bridge: introduce pci bridge library. | Isaku Yamahata | |
introduce pci bridge library. convert apb bridge and dec p2p bridge to use new pci bridge library. save/restore is supported as a side effect. This is also preparation for pci express root/upstream/downstream port. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> | |||
2010-07-22 | pci/bridge: split out pci bridge code into pci_bridge.c from pci.c | Isaku Yamahata | |
Move pci bridge related code into pci_bridge.c from pci.c for further enhancement. pci.c is big enough now, so split it out. No code change but exporting some accesser functions. In fact, few pci bridge functions stays in pci.c. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |