Add HW_PCI_ONE_TIME_USE trait

Change-Id: Ic92ef61d676def9acb2b88b3dbbc3a55c1cea1ee
This commit is contained in:
Dan Smith
2025-03-11 06:46:52 -07:00
parent 1b608ff60a
commit 45f208b9a0

View File

@@ -17,4 +17,9 @@ TRAITS = [
# PCI device can be live-migrated from one compute node to another
# with the same device.
'LIVE_MIGRATABLE',
# PCI device lifecycle is being managed as "one time use". Compute manager
# will set reserved=total during assignment and leave it as such during
# deallocation, requiring an external agent to un-reserve it before it
# can be used again.
'ONE_TIME_USE',
]