]> Git Repo - qemu.git/commit - hw/qdev.h
qdev: Add a get_dev_path() function to BusInfo
authorAlex Williamson <[email protected]>
Fri, 25 Jun 2010 17:08:52 +0000 (11:08 -0600)
committerAnthony Liguori <[email protected]>
Tue, 6 Jul 2010 15:36:28 +0000 (10:36 -0500)
commit6772b9364a9ef8b44a7c4deef0544df95bf88741
treef933bd41b55cbdfdf9260774102f8c71b550ebf7
parent44ae28f3152138e71ccad66c201d730b93374bc2
qdev: Add a get_dev_path() function to BusInfo

This function is meant to provide a stable device path for buses
which are able to implement it.  If a bus has a globally unique
addresses scheme, one address level may be sufficient to provide
a path.  Other buses may need to recursively traverse up the
qdev tree.

Signed-off-by: Alex Williamson <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
hw/qdev.h
This page took 0.020125 seconds and 4 git commands to generate.