summaryrefslogtreecommitdiff
path: root/nova/pci
Commit message (Expand)AuthorAgeFilesLines
* Fix crashing during guest config with pci_devices=NoneDan Smith2016-12-121-0/+2
* Fix pci_alias that include white spaceszhaolihui2016-12-051-2/+4
* PCI: Fix PCI with fully qualified addressLudovic Beliveau2016-11-041-17/+28
* Add missing slash to dir pathEdan David2016-09-241-1/+1
* devspec: remove unused dev_count in devspecChen Fan2016-08-231-1/+0
* Merge "Resolve PCI devices on the host during Guest boot-up."Jenkins2016-08-041-16/+14
|\
| * Resolve PCI devices on the host during Guest boot-up.Manjunath Patil2016-08-011-16/+14
* | Enable python34 tests for nova.tests.unit.pci.test_manager and test_statsBeliveau, Ludovic2016-07-042-5/+8
|/
* Merge "pci: Remove unused 'all_devs' method"Jenkins2016-06-101-4/+0
|\
| * pci: Remove unused 'all_devs' methodLudovic Beliveau2016-05-111-4/+0
* | Merge "devspec: remove unused VIRTFN_RE and re"Jenkins2016-06-091-2/+0
|\ \
| * | devspec: remove unused VIRTFN_RE and reChen Fan2016-05-231-2/+0
| |/
* | Merge "[Trivial] Fix a grammar error in comments"Jenkins2016-06-071-1/+1
|\ \
| * | [Trivial] Fix a grammar error in commentsXuanzhou Perry Dong2016-05-181-1/+1
| |/
* | 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-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
|/