[PATCH 0/3] Drivers: hv: vmbus: Add sysfs attributes to show CPU binding of channels

K. Y. Srinivasan kys at microsoft.com
Mon Jul 20 16:28:16 UTC 2015


Add sysfs attributes to track the binding of CPUs to channels. This patchset also adds
a script to list VMBUS devices.

Dexuan Cui (3):
  Drivers: hv: vmbus: add a sysfs attr to show the binding of
    channel/VP
  tools: hv: add a python script lsvmbus to list VMBus devices
  Drivers: hv: vmbus: document the VMBus sysfs files

 Documentation/ABI/stable/sysfs-bus-vmbus |   29 +++++++++
 MAINTAINERS                              |    1 +
 drivers/hv/vmbus_drv.c                   |   38 +++++++++++
 tools/hv/lsvmbus                         |  101 ++++++++++++++++++++++++++++++
 4 files changed, 169 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/ABI/stable/sysfs-bus-vmbus
 create mode 100644 tools/hv/lsvmbus

-- 
1.7.4.1



More information about the devel mailing list