summaryrefslogtreecommitdiff
path: root/nova/pci/manager.py
Commit message (Expand)AuthorAgeFilesLines
* Generate request_id for Flavor based InstancePCIRequestBalazs Gibizer2022-08-271-21/+0
* Rename exception.PciConfigInvalidWhitelist to PciConfigInvalidSpecBalazs Gibizer2022-08-101-2/+2
* Rename [pci]passthrough_whitelist to device_specBalazs Gibizer2022-08-101-2/+2
* Remove unavailable but not reported PCI devices at startupBalazs Gibizer2022-04-281-5/+11
* objects: Remove 'NovaObjectDictCompat' from 'Migration'Stephen Finucane2022-03-231-2/+2
* mypy: Add type annotations to 'nova.pci'Stephen Finucane2021-04-261-49/+105
* pci: Add vDPA vnic to PCI request mapping and filteringSean Mooney2021-03-161-1/+3
* pci: track host NUMA topology in statsArtom Lifshitz2021-03-081-1/+7
* pci manager: replace node_id parameter with compute_nodeArtom Lifshitz2021-03-081-10/+7
* Ignore PCI devices with 32bit domainBalazs Gibizer2020-11-161-2/+36
* Merge "virt: Remove 'get_per_instance_usage' API"Zuul2020-11-091-2/+1
|\
| * virt: Remove 'get_per_instance_usage' APIStephen Finucane2020-09-111-2/+1
* | Update pci stat pools based on PCI device changesHemanth Nakkina2020-10-151-0/+1
|/
* Separate methods to free claimed and allocated devsAdrian Chiris2019-03-071-12/+32
* PCI: do not force remove allocated devicesSean Mooney2019-02-011-5/+30
* [Trivial] docstrings, typos, minor refactoringEric Fried2017-08-281-8/+7
* Remove translation of log messagesNgo Quoc Cuong2017-06-211-6/+5
* Fix crashing during guest config with pci_devices=NoneDan Smith2016-12-091-0/+2
* pci: remove pci device from claims and allocations when freeing itMoshe Levi2016-11-031-2/+19
* pci: in free_device(), compare by device id and not referenceMoshe Levi2016-10-191-1/+1
* conf: Move PCI options to a PCI groupStephen Finucane2016-09-291-1/+1
* Enable python34 tests for nova.tests.unit.pci.test_manager and test_statsBeliveau, Ludovic2016-07-041-2/+4
* Merge "pci: Remove unused 'all_devs' method"Jenkins2016-06-101-4/+0
|\
| * pci: Remove unused 'all_devs' methodLudovic Beliveau2016-05-111-4/+0
* | Merge "pci: Move PCI devices and PCI requests into migration context"Jenkins2016-06-031-31/+20
|\ \
| * | pci: Move PCI devices and PCI requests into migration contextMoshe Levi2016-06-031-31/+20
| |/
* | pci: related updates are done without DB lookupsNikola Dipanov2016-06-011-2/+12
* | 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: avoid parsing whitelist repeatedlyGiridhar Jayavelu2016-03-091-1/+1
* 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: do not filter out any SRIOV Physical FunctionsVladik Romanovsky2016-01-121-3/+0
* Fix a few typosTakashi NATSUME2015-09-081-4/+5
* Merge "Fix three typos on nova/pci directory"Jenkins2015-09-011-1/+1
|\
| * Fix three typos on nova/pci directoryAtsushi SAKAI2015-08-121-1/+1
* | pci: Remove nova.pci.device moduleJay Pipes2015-08-191-5/+4
* | pci: Use PciDeviceList for PciDevTracker.pci_devsJay Pipes2015-08-111-7/+6
* | pci: Remove get_pci_devices_filter() methodJay Pipes2015-08-111-1/+3
* | pci: Move whitelist filtering inside PCI trackerJay Pipes2015-08-111-1/+19
|/
* pci: Use fields.Enum type for PCI device statusJay Pipes2015-08-101-9/+12
* resource tracker style pci resource managementYongli he2015-08-051-30/+31
* cleanup NovaObjectDictCompat subclassing from pci_deviceSudipta Biswas2015-07-211-12/+12
* 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-181-2/+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-221-1/+2