]> Git Repo - qemu.git/commit
pci: Implement BusInfo.get_dev_path()
authorAlex Williamson <[email protected]>
Fri, 25 Jun 2010 17:08:59 +0000 (11:08 -0600)
committerAnthony Liguori <[email protected]>
Tue, 6 Jul 2010 15:36:28 +0000 (10:36 -0500)
commit4f43c1ff3b8ce99de80db7c51423e5ba8b143802
treef12bcb4fa986147a9ef4cbe5679aca675ca3a7f4
parent6772b9364a9ef8b44a7c4deef0544df95bf88741
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 <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
hw/pci.c
This page took 0.026177 seconds and 4 git commands to generate.