commit | 4f43c1ff3b8ce99de80db7c51423e5ba8b143802 | [log] [tgz] |
---|---|---|
author | Alex Williamson <alex.williamson@redhat.com> | Fri Jun 25 11:08:59 2010 -0600 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Jul 06 10:36:28 2010 -0500 |
tree | f12bcb4fa986147a9ef4cbe5679aca675ca3a7f4 | |
parent | 6772b9364a9ef8b44a7c4deef0544df95bf88741 [diff] |
pci: Implement BusInfo.get_dev_path() This works great for PCI since a <segment>:<bus>:<dev>.<fn> uniquely describes a global address. No need to traverse up the qdev tree. PCI segment support is a placeholder for compatibility once we support multiple segments. Signed-off-by: Alex Williamson <alex.williamson@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>