mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-15 22:09:06 +00:00
config-tools: update board inspector to update pci.ids before fetching PCI information
Add lspci -q Query PCI ID database via DNS for unknown ID‘s Tracked-On: #7086 Signed-off-by: zhongzhenx.liu <zhongzhenx.liu@intel.com>
This commit is contained in:
@@ -7,6 +7,7 @@ import parser_lib
|
||||
|
||||
CMDS = {
|
||||
'PCI_DEVICE':"lspci -vv",
|
||||
'PCI_DEVICE':"lspci -vv -q",
|
||||
'PCI_VID_PID':"lspci -n",
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user