summaryrefslogtreecommitdiff
path: root/nova/objects/instance_pci_requests.py
Commit message (Expand)AuthorAgeFilesLines
* objects: Remove 'NovaObjectDictCompat' from 'InstancePCIRequest'Stephen Finucane2022-03-231-12/+2
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-1/+1
* objects: Add 'socket' PCI NUMA affinityArtom Lifshitz2021-02-241-4/+5
* Remove stale nested backport from InstancePCIRequestsDan Smith2020-04-211-8/+0
* [FUP] Follow-up patch for SR-IOV live migrationAdrian Chiris2019-07-021-0/+14
* objects: Store InstancePCIRequest.numa_policy in DBStephen Finucane2019-03-061-0/+3
* Record requester in the InstancePCIRequestBalazs Gibizer2019-02-281-3/+9
* Use nova.db.api directlyChris Dent2018-07-101-1/+1
* objects: Add PCI NUMA policy fieldsStephen Finucane2017-12-201-1/+7
* pci: Deprecate is_new from pci requestsMoshe Levi2016-06-211-17/+5
* Trivial-Fix: Fix typosRajesh Tailor2016-06-131-1/+1
* Use version convert methods from oslo_utils.versionutilsChangBo Guo(gcb)2015-11-251-3/+3
* Remove obj_relationships from objectsDan Smith2015-10-301-4/+0
* pci: Remove objects.InstancePCIRequests.save()Jay Pipes2015-08-191-6/+0
* Begin the transition to an explicit object registryDan Smith2015-06-081-0/+2
* Fix handling of pci_requests in consume_from_instance.Przemyslaw Czesnowicz2015-04-171-0/+6
* Use list of requests in InstancePCIRequests.obj_from_db.Przemyslaw Czesnowicz2015-04-171-3/+5
* Remove context from remotable call signatureDan Smith2015-03-181-1/+1
* Remove usage of remotable context parameter in instance* objectsDan Smith2015-03-171-1/+1
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
* objects: allow creation of objects without dict item compatDaniel P. Berrange2014-12-121-2/+6
* Make objects use the generalized backport schemeDan Smith2014-12-111-0/+4
* Support instance_extra fields in expected_attrs on Instance objectDan Smith2014-11-171-20/+19
* Create instance_extra items atomically with the instance itselfDan Smith2014-11-131-4/+7
* Allow strategic loading of InstanceExtra columnsDan Smith2014-10-171-1/+1
* Switch to nova's jsonutils in oslo.serializationDavanum Srinivas2014-10-141-1/+2
* Support SR-IOV networking in the PCI modulesRobert Li2014-09-101-5/+24
* Add InstancePCIRequests objectRussell Bryant2014-09-091-0/+123