Find Vendor ID and Device ID for pciPassthru devices

Find Vendor ID and Device ID for pciPassthru devices

How can I Get the Vendor ID and Device ID from the given PCI address on the VMware ESXi host?

Comments

Might be able to find if you connect to ESXi Host via SSH, there you can run the the following command:

 

lspci -v | grep -e "^[0-9a-f]\{4\}:[0-9a-f]\{2\}\.[0-9a-f]\{2\}"

 

this should output the vendor and device ID's

Version history
Revision #:
1 of 1
Last update:
‎07-27-2023 04:10 PM
Updated by: