tools: hv: lsvmbus: add pci pass-through UUID
authorVitaly Kuznetsov <vkuznets@redhat.com>
Sun, 1 May 2016 02:21:37 +0000 (19:21 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 1 May 2016 16:23:14 +0000 (09:23 -0700)
lsvmbus keeps its own copy of all VMBus UUIDs, add PCIe pass-through
device there to not report 'Unknown' for such devices.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/hv/lsvmbus

index 162a3784d80edb8e9169a35a95e6a63d865ac812..e8fecd61871f468fc2924278564b2d370766a7d7 100644 (file)
@@ -35,6 +35,7 @@ vmbus_dev_dict = {
        '{ba6163d9-04a1-4d29-b605-72e2ffb1dc7f}' : 'Synthetic SCSI Controller',
        '{2f9bcc4a-0069-4af3-b76b-6fd0be528cda}' : 'Synthetic fiber channel adapter',
        '{8c2eaf3d-32a7-4b09-ab99-bd1f1c86b501}' : 'Synthetic RDMA adapter',
+       '{44c4f61d-4444-4400-9d52-802e27ede19f}' : 'PCI Express pass-through',
        '{276aacf4-ac15-426c-98dd-7521ad3f01fe}' : '[Reserved system device]',
        '{f8e65716-3cb3-4a06-9a60-1889c5cccab5}' : '[Reserved system device]',
        '{3375baf4-9e15-4b30-b765-67acb10d607b}' : '[Reserved system device]',
This page took 0.026071 seconds and 5 git commands to generate.