]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3d4675b3219a730e133e31c7e9f52fbe1737a3ec
treea63102288ea124ebb6b4e7198c10be71c60d4d05
parentb53148ef55c6e47c26d9c32c6569442350f58c87
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]