nova/nova/pci
Giridhar Jayavelu 4be8f84754 pci: avoid parsing whitelist repeatedly
Prior to this patch, everytime a pci device
was added or removed, get_pci_device_devspec() in
whitelist was called which creates Whitelist object
and parses CONF.pci_passthrough_whitelist.

This patch fixes it by storing the whitelist/device filter
as an attribute of PciDeviceStats class similar to
PciDevTracker.

Change-Id: I0aadd57f7833ac5da42abf557a4602fb1d5db5f8
2016-03-09 18:49:15 +00:00
..
__init__.py PCI utils 2013-08-23 14:21:12 +08:00
devspec.py Fix missing marker functions in nova/pci 2016-02-03 08:39:29 +09:00
manager.py pci: avoid parsing whitelist repeatedly 2016-03-09 18:49:15 +00:00
request.py Fix missing marker functions in nova/pci 2016-02-03 08:39:29 +09:00
stats.py pci: avoid parsing whitelist repeatedly 2016-03-09 18:49:15 +00:00
utils.py libvirt: implement LibvirtConfigGuestInterface.parse_dom 2016-02-09 09:26:25 -08:00
whitelist.py config options: Centralise PCI options 2016-01-18 09:25:57 +00:00