Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1391728
| From | "K. Y. Srinivasan" <kys@microsoft.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH RESEND 5/5] tools: hv: lsvmbus: add pci pass-through UUID |
| Date | 2016-05-01 02:50 +0200 |
| Message-ID | <rtNK9-k6-7@gated-at.bofh.it> (permalink) |
| References | <rtNK9-k6-1@gated-at.bofh.it> <rtNK9-k6-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Vitaly Kuznetsov <vkuznets@redhat.com>
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>
---
tools/hv/lsvmbus | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tools/hv/lsvmbus b/tools/hv/lsvmbus
index 162a378..e8fecd6 100644
--- a/tools/hv/lsvmbus
+++ b/tools/hv/lsvmbus
@@ -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]',
--
1.7.4.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH RESEND 0/5] Drivers: hv: Some miscellaneous fixes "K. Y. Srinivasan" <kys@microsoft.com> - 2016-05-01 02:50 +0200 [PATCH RESEND 2/5] Drivers: hv: vmbus: handle various crash scenarios "K. Y. Srinivasan" <kys@microsoft.com> - 2016-05-01 02:50 +0200 [PATCH RESEND 5/5] tools: hv: lsvmbus: add pci pass-through UUID "K. Y. Srinivasan" <kys@microsoft.com> - 2016-05-01 02:50 +0200 [PATCH RESEND 3/5] Drivers: hv: balloon: don't crash when memory is added in non-sorted order "K. Y. Srinivasan" <kys@microsoft.com> - 2016-05-01 02:50 +0200 [PATCH RESEND 4/5] Drivers: hv: balloon: reset host_specified_ha_region "K. Y. Srinivasan" <kys@microsoft.com> - 2016-05-01 02:50 +0200 [PATCH RESEND 1/5] Drivers: hv: kvp: fix IP Failover "K. Y. Srinivasan" <kys@microsoft.com> - 2016-05-01 02:50 +0200
csiph-web