summaryrefslogtreecommitdiff
path: root/nova/pci
Commit message (Expand)AuthorAgeFilesLines
...
* | pci: related updates are done without DB lookupsNikola Dipanov2016-06-012-10/+14
* | pci: make sure device relationships are kept in memoryNikola Dipanov2016-06-011-0/+39
|/
* pci: eliminate DB lookup PCI requests during claimJay Pipes2016-05-081-14/+16
* pci: Add utility method for getting the MAC addrNikola Dipanov2016-03-311-4/+33
* neutron: pci_request logic considers 'direct-physical' vnic typeNikola Dipanov2016-03-301-0/+7
* pci: avoid parsing whitelist repeatedlyGiridhar Jayavelu2016-03-092-3/+7
* libvirt: implement LibvirtConfigGuestInterface.parse_domMatt Riedemann2016-02-091-0/+4
* Fix missing marker functions in nova/pciTakashi NATSUME2016-02-032-2/+5
* Merge "config options: Centralise PCI options"Jenkins2016-01-222-31/+4
|\
| * config options: Centralise PCI optionsStephen Finucane2016-01-182-31/+4
* | pci: changing the claiming and allocation logic for PF/VF assignmentVladik Romanovsky2016-01-191-2/+3
* | pci: store context when creating pci devicesVladik Romanovsky2016-01-191-2/+2
|/
* pci: adding support to specify a device_type in pci requestsVladik Romanovsky2016-01-132-6/+63
* pci: do not filter out any SRIOV Physical FunctionsVladik Romanovsky2016-01-121-3/+0
* objects: adding a parent_addr field to the PciDevice objectVladik Romanovsky2016-01-111-6/+2
* Merge "pci: minor fix to exception message format"Jenkins2016-01-051-1/+1
|\
| * pci: minor fix to exception message formatGiridhar Jayavelu2015-12-302-2/+2
* | Merge "libvirt: report pci Type-PF type even when VFs are disabled"Jenkins2016-01-052-26/+25
|\ \
| * | libvirt: report pci Type-PF type even when VFs are disabledMoshe Levi2015-12-092-26/+25
| |/
* | Merge "Wrong usage of "a""Jenkins2016-01-041-1/+1
|\ \
| * | Wrong usage of "a"hgangwx2015-12-261-1/+1
| |/
* | Remove unused logging import and LOG global varZhihai Song2015-12-252-6/+0
|/
* Fix a few typosTakashi NATSUME2015-09-081-4/+5
* Merge "Fix three typos on nova/pci directory"Jenkins2015-09-013-3/+3
|\
| * Fix three typos on nova/pci directoryAtsushi SAKAI2015-08-123-3/+3
* | pci: Remove nova.pci.device moduleJay Pipes2015-08-192-110/+4
* | pci: Use PciDeviceList for PciDevTracker.pci_devsJay Pipes2015-08-111-7/+6
* | pci: Remove get_pci_devices_filter() methodJay Pipes2015-08-112-8/+6
* | pci: Move whitelist filtering inside PCI trackerJay Pipes2015-08-112-2/+21
|/
* pci: Use fields.Enum type for PCI device statusJay Pipes2015-08-102-19/+30
* resource tracker style pci resource managementYongli he2015-08-052-32/+32
* Merge "cleanup NovaObjectDictCompat subclassing from pci_device"Jenkins2015-08-033-14/+14
|\
| * cleanup NovaObjectDictCompat subclassing from pci_deviceSudipta Biswas2015-07-213-14/+14
* | Enable python34 tests for nova/tests/unit/scheduler/test*.pyDavanum Srinivas2015-07-281-6/+2
|/
* Merge "Cleanups for pci stats in preparation for RT using ComputeNode"Jenkins2015-06-031-0/+6
|\
| * Cleanups for pci stats in preparation for RT using ComputeNodePaul Murray2015-05-231-0/+6
* | Replace dict.iteritems() with six.iteritems(dict)Victor Stinner2015-05-222-2/+4
|/
* Add equality operators to PciDeviceStats and PciDevice objectsMoshe Levi2015-04-201-0/+6
* Merge "Move ComputeNode creation at init stage in ResourceTracker"Jenkins2015-03-271-16/+0
|\
| * Move ComputeNode creation at init stage in ResourceTrackerPaul Murray2015-03-251-16/+0
* | PCI tracker: make O(M * N) clean_usage algo linearNikola Dipanov2015-03-271-3/+3
|/
* Remove pci_device.update_device helper functionNikola Dipanov2015-03-182-28/+2
* Pass correct context to get_by_compute_node()EdLeafe2015-03-111-2/+1
* Fix up PciDevice remotable context usageDan Smith2015-03-061-1/+3
* Use oslo.logDavanum Srinivas2015-02-225-5/+8
* Change how the API is getting a list of compute nodesSylvain Bauza2015-02-131-3/+3
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-063-5/+5
* PCI NUMA filteringPrzemyslaw Czesnowicz2015-02-042-8/+44
* A minor change of CamelCase parameteryunhong jiang2015-01-261-3/+3
* Performance: leverage dict comprehension in PEP-0274ChangBo Guo(gcb)2015-01-161-2/+2