Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
device_bit_check:fix pci search pattern
The output of lspic is change in new guest like as RHEL9.3 and RHEL8.9. 1. Change the message pattern 2. Adding pci numeric id as checking point Refer to https://github.com/vcrhonek/hwdata/blob/master/pci.ids#L24039-L24058 lspci -nn RHEL9.2 07:00.0 SCSI storage controller [0100]: Red Hat, Inc. Virtio SCSI [1af4:1048] (rev 01) 08:00.0 Ethernet controller [0200]: Red Hat, Inc. Virtio network device [1af4:1041] (rev 01) RHEL9.3 07:00.0 SCSI storage controller [0100]: Red Hat, Inc. Virtio 1.0 SCSI [1af4:1048] (rev 01) 08:00.0 Ethernet controller [0200]: Red Hat, Inc. Virtio 1.0 network device [1af4:1041] (rev 01) Signed-off-by: qingwangrh <[email protected]>
- Loading branch information