]> git.proxmox.com Git - pve-common.git/commit
SysFSTools: change 'product' to 'device'
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 21 Jun 2021 13:55:16 +0000 (15:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 21 Jun 2021 15:24:06 +0000 (17:24 +0200)
commit9d065c72fb84f17f9d947f8219d910fff42f85b9
treed948054ac926066f316e8d13c6394b0a8e9b4b84
parentaa59b1121cb7a39ac2f8779a16d4f796301fdacc
SysFSTools: change 'product' to 'device'

so it is more consistend with the source (it comes from the file
'device') as well as the subsytem_device field

the only place we use that field is in the same file in pci_dev_bind_to_vfio,
which we also change here, so that should not be a breaking change
(in qemu-server we only really use the existance and the has_fl_reset
flag)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/PVE/SysFSTools.pm