sysfs-bus-vmbus 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. What: /sys/bus/vmbus/devices/vmbus_*/id
  2. Date: Jul 2009
  3. KernelVersion: 2.6.31
  4. Contact: K. Y. Srinivasan <kys@microsoft.com>
  5. Description: The VMBus child_relid of the device's primary channel
  6. Users: tools/hv/lsvmbus
  7. What: /sys/bus/vmbus/devices/vmbus_*/class_id
  8. Date: Jul 2009
  9. KernelVersion: 2.6.31
  10. Contact: K. Y. Srinivasan <kys@microsoft.com>
  11. Description: The VMBus interface type GUID of the device
  12. Users: tools/hv/lsvmbus
  13. What: /sys/bus/vmbus/devices/vmbus_*/device_id
  14. Date: Jul 2009
  15. KernelVersion: 2.6.31
  16. Contact: K. Y. Srinivasan <kys@microsoft.com>
  17. Description: The VMBus interface instance GUID of the device
  18. Users: tools/hv/lsvmbus
  19. What: /sys/bus/vmbus/devices/vmbus_*/channel_vp_mapping
  20. Date: Jul 2015
  21. KernelVersion: 4.2.0
  22. Contact: K. Y. Srinivasan <kys@microsoft.com>
  23. Description: The mapping of which primary/sub channels are bound to which
  24. Virtual Processors.
  25. Format: <channel's child_relid:the bound cpu's number>
  26. Users: tools/hv/lsvmbus
  27. What: /sys/bus/vmbus/devices/vmbus_*/device
  28. Date: Dec. 2015
  29. KernelVersion: 4.5
  30. Contact: K. Y. Srinivasan <kys@microsoft.com>
  31. Description: The 16 bit device ID of the device
  32. Users: tools/hv/lsvmbus and user level RDMA libraries
  33. What: /sys/bus/vmbus/devices/vmbus_*/vendor
  34. Date: Dec. 2015
  35. KernelVersion: 4.5
  36. Contact: K. Y. Srinivasan <kys@microsoft.com>
  37. Description: The 16 bit vendor ID of the device
  38. Users: tools/hv/lsvmbus and user level RDMA libraries