tools: hv: add a python script lsvmbus to list VMBus devices
authorDexuan Cui <decui@microsoft.com>
Wed, 5 Aug 2015 07:52:44 +0000 (00:52 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Aug 2015 18:44:29 +0000 (11:44 -0700)
commit502d84bd1aa2445b13ff75e8ac2a39d249f791ee
treea63102288ea124ebb6b4e7198c10be71c60d4d05
parent042ab0313bbb7e776e9510da3f07fb300d08a8ba
tools: hv: add a python script lsvmbus to list VMBus devices

By default lsvmbus lists all the devices in the VMBus.
With -v or -vv, more information is printed, including the VMBus
Rel_ID, class ID, device ID and which channel is bound to which
virtual processor, etc.

Signed-off-by: Dexuan Cui <decui@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/hv/lsvmbus [new file with mode: 0644]