]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add translation of PCI vendor and product IDs
authorDavid Allan <dallan@redhat.com>
Thu, 12 Nov 2009 22:22:00 +0000 (23:22 +0100)
committerDaniel Veillard <veillard@redhat.com>
Thu, 12 Nov 2009 22:22:00 +0000 (23:22 +0100)
commit702366387305318c0c5362ac8a0997529caf2d22
tree93d042174d312285ccf109ddcb59ce5722630ac7
parente99fb5ed9d476774ddc9151f0bb9ee385c89fbb6
Add translation of PCI vendor and product IDs

uses libpciaccess to provide human readable names for PCI vendor and
device IDs
* configure.in: add a requirement for libpciaccess >= 0.10.0
* src/Makefile.am: add the associated compilation flags and link
* src/node_device/node_device_udev.c: lookup the libpciaccess for
  vendor name and product name based on their ids
configure.in
src/Makefile.am
src/node_device/node_device_udev.c