summaryrefslogtreecommitdiff
path: root/pci-arbiter/TODO
blob: 30ae66d079d7026e2fc6fb788db5d68e4f8b43ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- add "--pci 00:1f.3" option to easily specify a PCI device instead of having to
  use --bus, --dev, and --func.

- memset + snprintf looks dubious

- pci_get_ndevs should be deprecated, applications shouldn't be relying on this

- In pci-ops.c - config_block_op:
  Update len with remaining allowed size once op() returns EIO
  so that we get short reads/writes implemented by leaving it to pciaccess

  BTW we could also support libpci.